Previous Topic: -132 - INVALID PLAN OPTION: STRING DELIMITERNext Topic: -134 - UNKNOWN DYNAMIC/CURSOR STATEMENT-ID (aaaa)


-133 - CURSOR NAME aaaa NOT DECLARED

Reason:

An attempt was made to process an OPEN, FETCH, or CLOSE statement for the given cursor name, but no DECLARE statement has been processed for the cursor.

The SQLSTATE that equates to this SQL return code is 34000.

Action:

Verify that the cursor name is correct and ensure that a DECLARE statement is provided for the cursor name.