ERR-91013
The query was too long the maximum length is 65536
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.
$ export ISQL_BUFFER_SIZE=256000 |
Reference
N/A
Copyright ⓒ 2000~2016 Altibase Corporation. All Rights Reserved.
These documents are for informational purposes only. These information contained herein is not warranted to be error-free and is subject to change without notice. Decisions pertaining to Altibase’s product characteristics, features and development roadmap are at the sole discretion of Altibase. Altibase may own related patents, trademarks, copyright or other intellectual property rights of products and/or features discussed in this document.