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.