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

If there are not enough stacks necessary for the query being executed by an object from the internal query handling procedure, this error occurs.

Action

The user is advised to execute the following SQL command then re-execute the query that caused this error.

Code Block
languagesql
iSQL>ALTER SESSION SET STACK SIZE = 8192;

The user is advised to change it from the session only rather than from the entire system because it causes a memory increase.

Reference

N/A