Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Table of Contents

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