How you open and close a cursor variable.Why it is required?
Answer Posted / nishi
OPEN cursor variable FOR SELECT...Statement
CLOSE cursor variable In order to associate a cursor variable with a particular SELECT statement OPEN syntax is used. In order to free the resources used for the query CLOSE statement is used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the various rollback segment states.
Explain oracle 12c new features for developers?
What are group functions in oracle?
Why do we need integrity constraints in a database?
Query to retrieve record for a many to many relationship ?
How do I manually create a database in oracle?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
Difference between inner join vs where ?
How to connect to a remote server?
How to download oracle database 10g xe?
What is clustered table in Oracle?
How to load data through external tables?
How to get a create statement for an existing table?
What is a partition in oracle?
What happens to the current transaction if a ddl statement is executed?