Saturday 26 May 2012

When is the CURSOR_ALREADY_OPEN exception raised? | PL SQL

 This exception is raised when the program tries to open an already opened cursor. The cursor should be closed before it can be opened again.