PLS-00455: cursor ‘string’ cannot be used in dynamic SQL OPEN statement

oracle

PLS-00455: cursor 'string' cannot be used in dynamic SQL OPEN statement
Cause: A REF CURSOR was dynamically opened that has RETURN type. However, only REF CURSOR without RETURN type can be opened by an embedded dynamic OPEN statement.
Action: define a REF CURSOR without return type, and use it in the statement.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/