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


Please Help Members By Posting Answers For Below Questions

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?

2575


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1702


What is set verify off in oracle?

807


What is the difference between formal parameters and actual parameters?

723


1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.

1799


Is oracle an open source?

788


How to delete an existing row from a table in oracle?

831


What is recovery manager in Oracle?

802


Can sub procedure/function be called recursively?

732


What is oracle open database communication (odbc)?

740


What is the meaning of recursive hints in oracle?

733


Give the advantages and disadvantages of clusters.

770


What is meant by a deadlock situation?

786


How can windows applications connect to oracle servers?

700


How to convert raw data type into text in oracle? Explain

778