ALLBASE/SQL Message Manual (36216-90213)

110 Chapter4
ALLBASE/SQL Error Messages: 746-2100
additional information.
1046 MESSAGE Failed to allocate heap space (DBERR 1046)
CAUSE There was no memory available for your query.
ACTION Report this error to your database administrator and try
you again later. If the problem persists, record as much
information as possible and contact your HP Service
Representative or Response Center.
1047 MESSAGE Failed to free heap space (DBERR 1047)
CAUSE Internal error.
ACTION Report this error to your database administrator. If the
problem persists, record as much information as possible
and contact your HP Service Representative or Response
Center.
1048 MESSAGE Number of precision digits for this decimal
constant exceeds 27. (DBERR 1048)
CAUSE A constant speciļ¬ed in the INSERT, UPDATE, SELECT,
DELETE, or DECLARE CURSOR statement contained
more than 27 digits.
ACTION Correct your query so that all constants contain less than
or equal to 27 decimal digits.
1049 MESSAGE Dynamic query size exceeds input buffer size.
(DBERR 1049)
CAUSE The query included in the dynamic SQL command
(PREPARE or EXECUTE IMMEDIATE) is larger than the
input buffer.
ACTION Reduce the size of your query or put it in a host variable
where it can be up to 32,762 bytes in length.
1050 MESSAGE Statement not allowed in EXECUTE IMMEDIATE
statement. (DBERR 1050)
CAUSE The statement included in the EXECUTE IMMEDIATE
cannot be used dynamically.
ACTION Use the EXECUTE statement in the regular way through
ISQL or the preprocessor, not in EXECUTE IMMEDIATE.
1051 MESSAGE SQL Parser internal NLS error. (DBERR 1051)
CAUSE An internal Native Language Support error occurred
within the parser, probably due to an invalid character in
input.
ACTION Check your input for invalid bytes, and try again.
1052 MESSAGE Invalid character found in SQL command.
(DBERR 1052)