What is Cursor?
Answers were Sorted based on User's Feedback
Answer / anil_abbireddy
Cursor is a private pl/sql area to hold the result set of
multiple records. to process or perform any DML operations
on these records.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / pervez
Cursor is a programmer created sql area where the multiple
records are processed into the PL/SQL block.
| Is This Answer Correct ? | 2 Yes | 1 No |
what is ORACLE MEMORY STRUCTURES
How will you force database to use particular rollback segment?
What are functions of PMON?
What is Shared SQL Area?
How can we plan storage for very large tables ?
Can a View based on another View in Oracle?
What is the OPTIMAL parameter ?
What is use of Rollback Segments In Database ?
What is Dedicated Server Configuration?
When Does DBWR write to the database?
What is User Process?
How the log writer writes the data into database