OPEN statements
- Last Updated: October 17, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
The
OPEN statement opens a cursor and adds it to the list of result sets
returned by the procedure. OPEN <cursor_name> - cursor_name
- is the name of a cursor you want to open. The cursor must have been declared by the
DECLARE CURSORstatement earlier in the procedure.