GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  PL/SQL

 Print  |  
Question:  Without closing the cursor, If you want to open it what will happen. If error, get what is the error?



September 09, 2007 17:11:26 #2
 Sirisha   Member Since: Visitor    Total Comments: N/A 

RE: Without closing the cursor, If you want to open it...
 
It is legal to open an already opened cursor. When we try to open an already opened cursor, the cursor when it is initially opened is automatically closed and again opened.
     

 

Back To Question