How you open and close a cursor variable.Why it is required?

Answers were Sorted based on User's Feedback



How you open and close a cursor variable.Why it is required?..

Answer / 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

How you open and close a cursor variable.Why it is required?..

Answer / venkat

open cursor then the cursor points to the starting of the data......close the cursor it clears the data after the execution of a program

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How to write date and time literals in oracle?

0 Answers  


material view and view disadvantages?

0 Answers  


What is an UTL_FILE.What are different procedures and functions associated with it?

1 Answers  


What are the different oracle database objects?

0 Answers  


List the parts of a database trigger.

0 Answers  


What is an Oracle index?

0 Answers  


I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.

6 Answers  


Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?

0 Answers   Oracle, TCS,


How many memory layers are in the oracle shared pool?

0 Answers  


what is difference between where clause and having clause?

13 Answers  


Can group functions be mixed with non-group selection fields?

0 Answers  


What is the difference between postgresql and oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)