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
What is the difference between view and materialized view in Oracle?
What is the use of oracle?
What is flashback in Oracle?
What is a named program unit?
What is coalesce function?
Can we connect to ORACLE db using Windows Authentication?
various types of hints and their usage
Explain an extent?
Explain enable novalidate constraint.
What is set verify off in oracle?
What is the difference between "as" and "is" in an oracle stored procedure?
Why does oracle 9i treat an empty string as null?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to use select statement to count the number of rows in oracle?
Explain the use of Merge statement in oracle 11g