what is the uses of cusor
Answers were Sorted based on User's Feedback
Answer / faize
when query is executed in oracle then result set is
produced & stored in the memory.Oracle allows the
programmer to access this resultset in the memory through
cursors
two types of cursors:
1.Explict cursor
2.Implict cursor
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ace dba
The DBA who has to performance troubleshoot you code when
you do row-at-a-time processing in a set-oriented database.
Or is that curser?
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kiran
it is the temporary space developed by the oracle server
when in an implicit cursor
and when a user wants to create a cursor then it is called
explicit cursor
so - any temporary place generated in the temporary memory
during the execution of sql query is called cursor
| Is This Answer Correct ? | 0 Yes | 3 No |
Can multiple cursors being opened at the same time?
How to define Data Block size ?
What are the different approaches used by Optimizer in choosing an execution plan ?
What is Library Cache in Oracle?
How to create index-by table in oracle?
How do I connect to oracle?
What is an Oracle index?
Select the Nth lowest value from a table?
How to recover a dropped table in oracle?
What happens to the indexes if a table is recovered?
What is a Segment ?
Display the number value in Words?