Quick Search:
 
 The Oracle CURSOR_ALREADY_OPEN Exception - ORA-06511      [Return To Index] Jump to:  

Term: CURSOR_ALREADY_OPEN

Definition:
The CURSOR_ALREADY_OPEN exception (ORA-06511) occurs when a program attempts to open an already open cursor. A cursor must be closed before it can be reopened. A cursor FOR loop automatically opens the cursor to which it refers, so your program cannot open that cursor inside the loop.


Related Links:
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org