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 |
How to display First 4 rows From Database Table?
How to start instance with a minimal initialization parameter file?
Define 'view' advantage ?
Explain about the analyze command in oracle?
how may join possible between (requisition with purchase order)
What is a deadlock ? Explain .
structural difference between bitmap and btree index ?
How to recover a dropped table in oracle?
What is a OUTER JOIN?
What is the string concatenation operator in oracle?
Explain about achiever in sql?
what are the diffeenes between oracle 9i,oracle 10g