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?



October 10, 2008 13:35:56 #4
 ratna82   Member Since: October 2008    Total Comments: 2 

RE: Without closing the cursor, If you want to open it what will happen. If error, get what is the error?
 
CURSOR_ALREADY_OPEN ORA-06511 An attempt was made to open a cursor that was already open.
     

 

Back To Question