Version
All versions
Explanation
Unable to execute query.
Cause
This error occurs when a query (e.g., CREATE TABLE) is executed while the Fetch protocol is in progress.
Action
The DDL statement has to be executed once CURSOR FETCH is complete in all sessions, or after closing all the open cursors, the code needs to be changed to enable DDL statements to be executed in other sessions.
Reference
N/A