Error List

Error List for the ‘ORADB-SQL’ Category

SQL-02125 Connect error, can't get error text

Description:
SQL-02125 Connect error, can’t get error text

Cause:
No connection (not even to the default host) was available, so SQLLIB could not get the message text for the Oracle error that occurred. However, SQLLIB returns the Oracle error number, which can be used to look up the message.

ORADB-SQL ,

SQL-02103 Inconsistent cursor cache. Out of range cursor cache reference

Description:
SQL-02103 Inconsistent cursor cache. Out of range cursor cache reference

Cause:
This internal error typically indicates a memory-related error.

ORADB-SQL , , , , , ,

SQL-02136 Invalid NCHAR character set id

Description:
SQL-02136 Invalid NCHAR character set id

Cause:
An attempt was made to bind or define an NCHAR host variable, and the NLS_NCHAR variable was not set correctly.

ORADB-SQL

SQL-02115 Code interpretation problem -- check COMMON_NAME usage

Description:
SQL-02115 Code interpretation problem — check COMMON_NAME usage

Cause:
With PRO*FORTRAN, this error occurs if the precompiler option COMMON_NAME is specified incorrectly. With other Oracle Precompilers, this error occurs when the precompiler cannot generate a section of code.

ORADB-SQL , , , , , , , , ,

SQL-02148 ANSI Dynamic count value out of range

Description:
SQL-02148 ANSI Dynamic count value out of range

Cause:
The count in a dynamic GET or SET statement is less than one or greater than MAX given for descriptor allocation.

ORADB-SQL

SQL-02126 Count of array elements cannot be negative (i.e. < 0)

Description:
SQL-02126 Count of array elements cannot be negative (i.e. < 0)

Cause:
The precompiler found a negative number of array elements in the N or F element of the SQLDA (SQL Descriptor Area, which is used with dynamic SQL Method 4). Before executing the DESCRIBE statement, N must be set to the dimension of the descriptor arrays. After executing the DESCRIBE statement, N must be reset to the actual number of variables DESCRIBEd, which is stored in the F variable.

ORADB-SQL ,

SQL-02104 Inconsistent host cache. No cursor cache available

Description:
SQL-02104 Inconsistent host cache. No cursor cache available

Cause:
This internal error typically indicates a memory-related error.

ORADB-SQL , ,

SQL-02137 Multi-threaded agent with no RETURNING clause present

Description:
SQL-02137 Multi-threaded agent with no RETURNING clause present

Cause:
The EXEC SQL REGISTER CONNECT statement does not contain a RETURNING clause and the agent is running in threaded mode.

ORADB-SQL

SQL-02116 FATAL ERROR: Reentrant code generator gave invalid context

Description:
SQL-02116 FATAL ERROR: Reentrant code generator gave invalid context

Cause:
This internal error typically indicates a memory-related error.

ORADB-SQL ,

SQL-02149 ANSI Dynamic insufficient item descriptor areas