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
Difference between varchar and varchar2 data types?
List out the difference between commit, rollback, and savepoint?
How to define a cusotmer as a supplier in ORACLE R12
How will you identify oracle database software release?
How to define an anonymous procedure with variables?
Explain oracle insert into command?
What is archive log in Oracle?
What is the difference between formal parameters and actual parameters?
How to convert characters to numbers in oracle?
What are triggers in oracle?
Can we save images in a database and if yes, how?
Please explain drop constraint oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
In which language oracle has been developed?
What is meant by raw datatype?