What is cursor?
Answers were Sorted based on User's Feedback
Answer / oracleapps_learner
A Cursor is a pointer, which works on active set, I.e.
which points to only one row at a time in the context area?s
ACTIVE SET. A cursor is a construct of pl/sql, used to
process multiple rows using a pl/sql block.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / suresh.somayajula
Cursor is a private SQL worksheet area where we can
execute SQL commands and to store processing information.
| Is This Answer Correct ? | 1 Yes | 0 No |
Could any one tell me the steps of conversions and what kind of validations and exceptions do we use during this conversion? Please do answer in detail. what program do we write in user exit in reports?
Can you explain the difference between architecture followed in 10g & 11g?
How to report output like below supplier name date amount abc software jan/11 10000 /* jan month total transactions*/ abc software feb/12 30000 /* feb month total transactions*/ dell computers jan/13 45000 /* jan month total transactions*/
can we use commit in trigger? If yes how?
what is pl/sql table and pl/sql records? what is the use of that?
what is the difference between procedure and function
What is the Lookup's and what is the use of lookup's?
what are the pl/sql tables
what is organization id
Oracle E-Business suite?
how can i print random rows in plsql table
do i need to declare bind parameter before using in the query?