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 create procedure or execute query.

Cause

This error occurs if either a long procedure or query that exceeds the maximum text buffer size of iSQL is created or executed.

Action

The maximum length that can be handled in iSQL is 655536, by default. This can be changed from an environmental variable called ISQL_BUFFER_SIZE.

Increase ISQL_BUFFER_SIZE to create a long procedure.

Code Block
languagesql
$ export ISQL_BUFFER_SIZE=256000

Reference

N/A