Answer Posted / manoj
Declare
var emp.empno%type;
emp emp.ename %type;
Cursor emp_cursor is
Select empno,ename
From emp;
Begin
Open cursor;
For I in 1..11 loop
Fetch emp_cursor into vno,vname;
Dbms_output.putline(to_char(vno) ||? ?
||vname);
End if;
E nd;
| Is This Answer Correct ? | 12 Yes | 20 No |
Post New Answer View All Answers
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
What is oracle soa suite?
Do you know what is applysys in oracle application database schema, what is apps?
List the types of flexfield?
how do you describe O2C along with tables
is it possible to run the interface without using oracle apps?
Can you define an erp system?
what is global tempory table?
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
tell my any difficult situtation you solved in your experience in your company?
How can we import the data into a database using sql * loader?
What is a value set? List its various types.
What is the concept of soa governance?
how to print multi lay outs,muti currency,muti language in xml publisher
Can you differentiate between mediator and osb?