Previous Topic: -152 - MAXIMUM NUMBER OF TABLES EXCEEDED FOR OPERATIONNext Topic: -155 - NUMBER OF COLUMNS IN VIEW NOT EQUAL TO NUMBER IN QUERY


-153 - DUPLICATE CURSOR NAME DETECTED

Reason:

Multiple DECLARE CURSOR statements have been detected specifying the same cursor name.

The SQLSTATE that equates to this SQL return code is 34S01.

Action:

Change the statements in question so that the cursor names are unique.