how to i write the query 'NISHI' TO
N
I
S
H
I
Answer Posted / ajit nayak
DECLARE
V_NAME VARCHAR2(9);
V_LEN NUMBER;
V_POS VARCHAR2(10) := NULL;
BEGIN
V_NAME := '&ENTERNAME';
FOR I IN 1..LENGTH(V_NAME)
LOOP
V_POS := SUBSTR(V_NAME,I,1);
DBMS_OUTPUT.PUT_LINE(V_POS||CHR(10));
END LOOP;
END;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain about achiever in sql?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
What is proxy method?
How many types of synonyms in Oracle?
What is logical backup in oracle?
Please explain compound trigger in oracle?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Explain the use of compress option in exp command.
How to start a new transaction in oracle?
What are the different oracle database objects?
Why does oracle 9i treat an empty string as null?
How to drop a stored procedure in oracle?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
Where do we use decode and case statements?
How many types of database triggers exist?