154 SQL-01075 to SQL-02159
- SQL-01075: you are currently logged on
-
Cause: There is already a connection on this host.
- SQL-02100: Out of memory (i.e., could not allocate)
-
Cause: SQLLIB was unable to allocate enough memory to execute the program.
- SQL-02101: Inconsistent cursor cache. Unit cursor/global cursor mismatch
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02102: Inconsistent cursor cache. No global cursor entry.
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02103: Inconsistent cursor cache. Out of range cursor cache reference
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02104: Inconsistent host cache. No cursor cache available
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02105: Inconsistent cursor cache. Global cursor not found
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02106: Inconsistent cursor cache. Invalid Oracle cursor number
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02107: Program too old for runtime library; please re-precompile it
-
Cause: The program was precompiled by an older version of the Oracle Precompilers, which is incompatible with this release of SQLLIB.
- SQL-02108: Invalid descriptor passed to run-time library
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02109: Inconsistent host cache. Host reference is out of range
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02110: Inconsistent host cache. Invalid host cache entry type
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02111: Heap consistency error
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02112: SELECT..INTO returns too many rows
-
Cause: A SELECT...INTO statement returned more rows than can be stored in the host variable provided.
- SQL-02113: Unable to open message file
-
Cause: SQLLIB was unable to find or open the sqllib message file sql*.msb
- SQL-02114: Invalid SQL Cursor usage: trying to CLOSE a CLOSEd cursor
-
Cause: An attempt was made to CLOSE a cursor that was already CLOSEd with MODE={ANSI|ANSI14}. A CLOSEd cursor can be re-CLOSEd only when MODE={ORACLE|ANSI13}.
- 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.
- SQL-02116: FATAL ERROR: Reentrant code generator gave invalid context
-
Cause: This internal error typically indicates a memory-related error.
- SQL-02117: Invalid SQL Cursor usage: trying to OPEN an OPENed cursor
-
Cause: An attempt was made to OPEN a cursor that was already OPENed with MODE={ANSI|ANSI14|ANSI13}. An open cursor can be re-OPENed only when MODE=ORACLE.
- SQL-02118: Invalid row for a WHERE CURRENT OF operation
-
Cause: An attempt was made to reference a nonexistent row using the CURRENT OF clause in an UPDATE or DELETE statement. This happens when no FETCH has been executed or when FETCH returns a "no data found" error that the program fails to trap.
- SQL-02119: Invalid HSTDEF argument
-
Cause: A non-null ptr was given for a hstdef as the second argument to a call to sqlrcn when the first argument was also used. Either the first or the second argument to SQLRCN must be null.
- SQL-02120: First and second arguments to SQLRCN both null
-
Cause: Both the first and second arguments to sqlrcn were null. An HSTDEF must be passed into SQLRCN in either the form of an OCI lda (first argument) or as an HSTDEF pointer itself (second argument).
- SQL-02121: Invalid host name
-
Cause: The host name passed into a SQLFCN call was not used in a previous call to SQLRCN.
- SQL-02122: Invalid OPEN or PREPARE for this database connection
-
Cause: An attempt was made to execute an OPEN or a PREPARE statement using a cursor that is currently open for another database connection and, therefore, cannot be used for this connection.
- SQL-02123: Context referenced in EXEC TOOLS GET CONTEXT statement not found
-
Cause: The context name given in the EXEC TOOLS GET CONTEXT statement was never stored with an EXEC TOOLS SET CONTEXT statement.
- SQL-02124: NULL value returned by EXEC TOOLS statement
-
Cause: A NULL value was returned by EXEC TOOLS for a host variable that lacks an indicator variable. This error is returned only when MODE=ANSI. When MODE=ORACLE, although the value of the host variable is indeterminate, no error is generated.
- 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.
- SQL-02126: Count of array elements cannot be negative (i.e. < 0)
-
Cause: The precompiler found a negative number of array elements in the 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.
- SQL-02127: Precompiler/SQLLIB version mismatch
-
Cause: The program was linked to an older version of SQLLIB, which is incompatible with this release of the Oracle Precompilers.
- SQL-02128: Sessions still exist, not logged off
-
Cause: A host was not removed ("logged off") from SQLLIB because XA still has sessions associated with that host.
- SQL-02129: Fetched number of bytes is odd.
-
Cause: The program tried to FETCH an invalid column value into a multi-byte NLS host variable. Specifically, the column did not contain valid double-byte data.
- SQL-02130: EXEC TOOLS interface is not available.
-
Cause: An attempt was made to link with a version of an Oracle tool that does not support the EXEC TOOLS interface. EXEC TOOLS interface.
- SQL-02131: Runtime context in use
-
Cause: Your application attempted to execute a SQL statement using a runtime context that is already in use.
- SQL-02132: Unable to allocate runtime context sdfla asdjklfajs jfja ajsdf
-
Cause: An attempt to allocate a runtime context failed.
- SQL-02133: Unable to initialize process for use with threads
-
Cause: This is an internal error.
- SQL-02134: Invalid runtime context
-
Cause: The runtime context associated with this statement has not been properly allocated.
- SQL-02135: Unable to initialize date format using supplied mask
-
Cause: The runtime library was unable to issue a set date format statement with the date format mask supplied.
- 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.
- 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.
- SQL-02138: No external procedure context exists
-
Cause: The external procedure context passed in the EXEC SQL REGISTER CONNECT statement is not valid.
- SQL-02139: Unable to get the OCI handles
-
Cause: The call to OCIExtProcGetEnv failed.
- SQL-02140: An unnamed connection already exists
-
Cause: An attempt to register an external procedure context was made when an unnamed connection already exists for the runtime context.
- SQL-02141: Collection descriptor has not been allocated
-
Cause: An unallocated collection descriptor was referenced in a COLLECTION SET or COLLECTION GET statement.
- SQL-02142: Collection is NULL
-
Cause: The collection referenced in an EXEC SQL COLLECTION statement is null.
- SQL-02143: Target object has not been properly allocated
-
Cause: An attempt was made to retrieve elements from a collection into an unallocated object pointer.
- SQL-02144: Invalid ANSI dynamic usage
-
Cause: An ANSI allocate, deallocate, get or set descriptor statement was encountered when dynamic option was not set.
- SQL-02145: Invalid dynamic descriptor
-
Cause: An attempt to access an unallocated or invalid descriptor was encountered.
- SQL-02146: Attempt to allocate an existing descriptor
-
Cause: An attempt allocated a descriptor which has previously been allocated was encountered.
- SQL-02147: ANSI Dynamic occurrence value out of range
-
Cause: The value clause in a dynamic GET or SET statement is less than one or greater than MAX given for descriptor allocation.
- 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.
- SQL-02149: ANSI Dynamic insufficient item descriptor areas
-
Cause: The SQL statement being described contains more output items (or columns) than were allocated in the descriptor.
- SQL-02150: Encountered zero length in ANSI dynamic SET statement
-
Cause: An invalid length of zero was encountered in an ANSI dynamic statement.
- SQL-02151: Invalid host variable for exact numeric SET statement item
-
Cause: An host variable with an invalid type or length was used to get or set an exact numeric item in an ANSI dynamic statement.
- SQL-02152: Invalid numeric variable for use in an array GET/SET statement
-
Cause: An host variable with type other than int or short for C or S9(4) or S9(9) binary or comp was used for an exact numeric with and array size > 1.
- SQL-02153: Invalid character variable for use in a GET/SET statement
-
Cause: An host variable with type other than character, string or varchar was found as an item name (other than DATA item) in an ANSI Dynamic GET or SET descriptor statement.
- SQL-02154: Invalid or unset data type for host variable in ANSI Dynamic
-
Cause: An ANSI Dynamic SET statement with item name DATA was encountered with out a valid TYPE having been previously set and option mode=ansi was used
- SQL-02155: Date Time Interval only valid with Dynamic=ANSI
-
Cause: An attempt to access the datetime interval code or precision was encountered when type_code option not set to ANSI
- SQL-02156: Invalid type for Indicator or Returned Length
-
Cause: A host variable associated with the item Indicator or Returned Length must be of type short or s9(4) comp. If value semantics and scalar they may also be gotten into display sign leading separate host variables
- SQL-02157: Source or destination lob is invalid
-
Cause: One of the lobs used in the lob append call is invalid or possibly null.
- SQL-02158: Unable to establish savepoint
-
Cause: An internal error occurred while establishing an internal savepoint.
- SQL-02159: exceeded the maximum allowed number of descriptors
-
Cause: The application exceeded the maximum number of descriptors.