| ERROR | Invalid OPEN or PREPARE for this database connection | 
| CAUSE | An attempt was made to execute an OPEN or a PREPARE statement using a cursor that is currently open for another database connection and, therefore, cannot be used for this connection. | 
| ACTION | Close the cursor to make it available for this connection or use a different cursor for this connection. |