No. 90000 ~ 90999
90100: Runtime error occurred.
Cause A JVM runtime error occurred.
Action Check location of the error occurrence.
90200: Failed to load resource(s).
Cause Failed to load resources.
Action Check the resources.
90201: Unsupported operation.
Cause The operation is not supported by JDBC driver.
Action Check if the operation is supported by JDBC driver.
90202: Failed to read bind parameter(s).
Cause Failed to read a bind parameter from the server.
Action Check the bind parameter of SQL statement.
90203: Unsupported server version.
Cause An attempt was made to connect to an unsupported version of a server.
Action Check that the driver version and server version are compatible.
90400: Communication error.
Cause An error occurred during communication with the server.
Action Verify no problem exists while communicating with the server.
90401: Connection refused by the server.
Cause Disconnected from the server.
Action Reconnect to the server.
90402: Communication protocol error.
Cause An error occurred relaying to the communication protocol.
Action Check the server connection.
90403: Server has closed the connection.
Cause The connection was closed by the server.
Action Check the server connection, and try to reconnect.
90404: Internal protocol state error.
Cause There was an error communicating with the server.
Action Check the server connection.
90405: I/O error while reading from the server.
Cause An I/O error occurred while reading data from the server.
Action Check the server connection.
90406: I/O error while writing to the server.
Cause An I/O error occurred while writing data to the server.
Action Check the server connection.
90407: I/O error while flushing data.
Cause An I/O error occurred while writing data to the server.
Action Check the server connection.
90408: Unsupported I/O encoding method.
Cause The I/O encoding method is not supported by the server.
Action Check the encoding.
90409: I/O error while closing stream.
Cause An I/O error occurred while closing a stream.
Action Check the server connection.
90410: I/O error caused by a corrupted message header.
Cause The header of the message from the server is corrupted.
Action Check the message.
90411: Connection to server was interrupted but the fail-over suc cessfully reconnected.
Cause The server connection was terminated but a new connection was made to a server instance with the same DNS name.
Action The job being executed by the user was canceled and must be restarted.
90500: Server error.
Cause The server is in an error state.
Action Check the condition of the server.
90501: Server failed to boot up.
Cause Failed to start up the server.
Action Verify that the environment can support server startup.
90502: User authentication failed: invalid user ID or password.
Cause User authentication failed.
Action Verify that the user ID and password are correct.
90503: Failed to close session.
Cause Failed to close a session.
Action Check the server connection.
90504: Failed to open session.
Cause Failed to open a session.
Action Check the server connection.
90505: Failed to close connection.
Cause Failed to close a connection to the server..
Action Check that the server connection is valid.
90506: Failed to create prepared statement.
Cause Failed to create a prepared statement.
Action Check the SQL statement.
90507: Failed to close cursor.
Cause Cannot close the cursor of the server.
Action Check the condition of the cursor.
90508: Failed to execute SQL statement.
Cause Failed to execute the SQL statement.
Action Check the SQL statement.
90509: Failed to fetch data from the server.
Cause Failed to fetch data from the server.
Action Check the condition of the cursor.
90510: Failed to commit.
Cause Failed to execute a commit command.
Action Check the condition of the transaction.
90511: Failed to rollback.
Cause Failed to execute a rollback command.
Action Check the condition of the transaction.
90512: Failed to set autocommit.
Cause Failed to execute an autocommit command.
Action Check the condition of the transaction.
90513: Failed to set isolation level.
Cause Failed to set the isolation level.
Action Check an available isolation level.
90514: Failed to set savepoint.
Cause Failed to set a savepoint.
Action Check the condition of the transaction.
90515: Batch update failed.
Cause Failed in batch update.
Action Check the statement used in the batch update.
90516: Failed to read LOB.
Cause Failed to read LOB data.
Action Check the LOB locator.
90517: Failed to write LOB.
Cause Failed to write LOB data.
Action Check the LOB locator.
90518: Failed to search by INSTR.
Cause Failed to find LOB data.
Action Check the LOB locator.
90519: Failed to search by INLOB.
Cause Failed to find LOB data.
Action Check the LOB locator.
90520: Failed to truncate.
Cause Failed to truncate LOB data.
Action Check the LOB locator.
90521: Failed to open LOB.
Cause Failed to open LOB data.
Action Check the LOB locator.
90522: Failed to close LOB.
Cause Failed to close LOB data.
Action Check the LOB locator.
90523: Failed to get LOB length.
Cause Failed to get the length of a LOB.
Action Check the LOB locator.
90524: Failed to create temporary LOB.
Cause Failed to create a temporary LOB.
Action Check the LOB locator.
90525: Failed to delete temporary LOB.
Cause Failed to delete a temporary LOB.
Action Check the LOB locator.
90526: Failed to cancel transaction.
Cause Failed to cancel a transaction.
Action Check the condition of the transaction.
90527: Failed to start XA transaction.
Cause Failed to start an XA transaction.
Action Check the condition of the distributed transaction.
90528: Failed to end XA transaction.
Cause Failed to end an XA transaction.
Action Check the condition of the distributed transaction.
90529: Failed to prepare XA transaction.
Cause Failed to prepare an XA transaction.
Action Check the condition of the distributed transaction.
90530: Failed to commit XA transaction.
Cause Failed to commit an XA transaction.
Action Check the condition of the distributed transaction.
90531: Failed to rollback XA transaction.
Cause Failed to rollback an XA transaction.
Action Check the condition of the distributed transaction.
90532: Failed to recover XA transaction.
Cause Failed to recover an XA transaction.
Action Check the condition of the distributed transaction.
90533: Failed to transfer deferred data.
Cause Failed in deferred transfer.
Action Check if the data is valid.
90534: Failed to read LONG data.
Cause Failed to read LONG data.
Action Check if the LONG data is valid.
90535: Failed to get information about previously executed SQL statement.
Cause Failed to get information about the previously executed SQL statement.
Action Verify the SQL statement is valid.
90536: Failed to prepare Direct Path Load.
Cause Failed to prepare a Direct Path Load.
Action Check the metadata of the table to be uploaded.
90537: Failed to upload stream in Direct Path Load.
Cause Failed to upload the stream.
Action Verify that the stream data is valid.
90538: DATASAVE failed in Direct Path Load.
Cause Failed to perform DATASAVE for the stream.
Action Verify that the action sequences for the stream are correct.
90539: FINISH failed in the Direct Path Load.
Cause Failed to execute FINISH for the stream.
Action Verify that the action sequences for the stream are correct.
90540: FLUSH failed in the Direct Path Load.
Cause Failed to execute FLUSH for the stream.
Action Verify that the action sequences for the stream are correct.
90541: ABORT failed in the Direct Path Load.
Cause Failed to execute ABORT for the stream.
Action Verify that the action sequences for the stream are correct.
90542: FORGET failed in XA transaction.
Cause Failed to execute FORGET for the autonomous transaction.
Action Check the condition of the distributed transaction.
90543: Failed to reset the current session information.
Cause Failed to initialize the current session information of the server.
Action Check the error message.
90544: Column count mismatched in Direct Path Load.
Cause Column count mismatched in Direct Path Load.
Action Check the column count.
90545: Failed to set the client information.
Cause Failed to set the client information in the server.
Action Check the error message.
90546: Failed to get the column description.
Cause Failed to get the column description from the server.
Action Check the error message.
90547: The password has expired(grace).
Cause The password has expired(grace).
Action Update the password and then try again.
90548: The password will expire within %1$s days.
Cause The password will expire within %1$s days.
Action Update the password.
90600: Invalid use of JDBC API.
Cause It does not meet the JDBC standard.
Action Check the JDBC standard.
90601: Operation is invalid in autocommit mode.
Cause The operation cannot be used in autocommit mode.
Action Check the operation.
90602: Operation is invalid in XA transaction mode.
Cause The operation cannot be executed in an XA mode.
Action Check the operation.
90603: Invalid operation: disconnected from the server.
Cause The operation is invalid due to server disconnection.
Action Reconnect to the server.
90604: Invalid syntax.
Cause Invalid syntax.
Action Check the syntax.
90605: Invalid URL.
Cause The URL of the server is invalid.
Action Check the URL.
90606: Unable to execute batch statement.
Cause Cannot execute the batch statement.
Action Verify that it is a DDL statement.
90607: No result set was returned.
Cause No result set was returned.
Action Check the SQL statement.
90608: Invalid input parameter.
Cause The input parameter is invalid.
Action Check the parameter.
90609: Invalid column index.
Cause The column index is invalid.
Action Check the column index.
90610: Invalid data type.
Cause The data type is unconvertible.
Action Check the requested data type.
90611: Specified column name was not found.
Cause The column name is invalid.
Action Ensure the column exists.
90612: Conversion rule violation between DB type and JDBC type.
Cause The data type cannot be converted to a JDBC type.
Action Check the data type.
90613: Number of fetched rows exceeds the maximum.
Cause The number of rows in the fetched result set exceeds the maximum.
Action Check the number of rows to be fetched.
90614: Invalid SQL syntax.
Cause SQL statement syntax is invalid.
Action Check the syntax.
90615: Stored procedure must be executed on CallableStatement.
Cause A procedure cannot be executed in statements other than CallableStatements.
Action Use a CallableStatement.
90616: Failed to read data from stream.
Cause Failed to read data from the server.
Action Check the connection with the server.
90617: OUT parameter was not found.
Cause There is no OUT parameter.
Action Verify that an OUT parameter exists.
90618: Invalid OUT parameter.
Cause The OUT parameter is invalid.
Action Verify that the OUT parameter was correctly bound.
90619: Bind data is NULL.
Cause Data was not bound.
Action Bind data.
90620: Operation is invalid for a forward-only result set.
Cause An attempt was made to execute an operation which is invalid for forward-only result sets.
Action Change the type of the result set.
90621: Operation is invalid for a read-only result set.
Cause An attempt was made to execute an operation which is invalid for read-only result sets.
Action Change the type of the result set.
90622: Operation is invalid for a not-fetched result set.
Cause An attempt was made to execute an operation that is invalid without fetching rows from the server.
Action Fetch rows first.
90623: SQL statement and result set types do not match.
Cause The SQL statement and the result set type do not match.
Action Check the type of the result set.
90624: Invalid cursor position.
Cause Invalid cursor position.
Action Check the cursor position.
90625: Result set type cannot be downgraded.
Cause The type of the current result set is invalid for the query.
Action Change the type of the result set.
90626: Failed to refetch records during cache refresh.
Cause Failed to refresh records in the result set.
Action Check the operation executed for the current result set.
90627: Not all parameters are bound.
Cause Some specified parameters were not bound.
Action Check non-bound parameters.
90628: Invalid string length: must be shorter than 4000 bytes.
Cause Invalid length of string.
Action The maximum string length is 4,000 bytes.
90629: Operation is invalid on an empty LOB.
Cause Invalid empty LOB operation.
Action Check the operation.
90630: Operation is invalid for batchupdate.
Cause Invalid batchupdate operation.
Action Batch statements do not include a SELECT statement.
90631: OUT parameters are invalid for batchupdate.
Cause An OUT parameter cannot be used in batchupdate.
Action Delete the OUT parameter or avoid using batchupdate.
90632: Escape syntax error.
Cause Invalid escape syntax statement.
Action Rewrite the statement with correct escape syntax.
90633: Savepoint name was not specified.
Cause A savepoint name was not specified.
Action Specify a savepoint name.
90634: Savepoint identifier was not specified.
Cause There is no identifier of the savepoint.
Action If a savepoint name is specified, it is impossible to get an identifier.
90635: ResultSet.next() method was not invoked.
Cause The NEXT method was not invoked in the result set.
Action Invoke the NEXT method in the result set first.
90636: Bound data too large: must be less than 16K chars or 64K bytes.
Cause Data larger than the specified size cannot be bound in batchupdate.
Action Large data should be entered through execution only one time.
90637: No schema information found in Direct Path Load.
Cause Information about schemas needed for DPL is not found.
Action Specify schemas.
90638: No table information found in Direct Path Load.
Cause DPL required information about tables was not found.
Action Specify tables.
90639: No column count information found in Direct Path Load.
Cause DPL required information about the number of columns was not found.
Action Specify the number of columns first.
90640: No column name information found in Direct Path Load.
Cause DPL required information about column names is missing.
Action Specify all column names.
90641: LOG-flag information does not exist in Direct Path Load.
Cause DPL required LOG-flag information was not found.
Action Specify LOG-flag.
90642: Unable to convert a specified string to ROWID.
Cause The string is not valid for ROWID .
Action Use a valid string for ROWID.
90643: Connection is already closed.
Cause Disconnected from the server.
Action Reconnect to the server.
90644: Result set contains no metadata.
Cause Metadata for the result set does not exist.
Action Verify the result set is valid.
90645: Auto Connection Recovery is already enabled.
Cause The ACR function for the connection is already enabled.
Action Check if there is a duplicate call.
90646: Result set is already closed.
Cause Unable to access the closed result set.
Action Check if the statement is closed before referring to the result set.
90647: Result set is closed or empty.
Cause The result set is closed or contains no column data.
Action Confirm the result set is open and column data exists.
90648: Invalid array size for session attributes.
Cause The array size for session attributes is invalid.
Action Check the maximum value of the array size.
90649: Invalid name pattern.
Cause The name pattern is invalid.
Action Check if the string length is 0.
90650: Data is too large for the buffer.
Cause The data is larger than the buffer size.
Action Increase the buffer size.
90651: Failed to convert given data.
Cause Failed to convert given data.
Action Check the error message.
90652: Use of long literal in batchupdate is prohibited.
Cause String sizes greater than 64K bytes are not supported in batchupdate.
Action Use bind variables in the SQL statement.
90653: Overflow error.
Cause Overflow error.
Action Narrow the range of the value.
90654: Underflow error.
Cause Underflow error.
Action Widen the range of the value.
90655: Not allowed to bind ordinal and named parameter simulta neously.
Cause Not allowed to bind an ordinal and a named parameter simultaneously.
Action Use only one of two types of bind parameters.
90656: Exceeds the maximum length limit.
Cause The specified length exceeds the maximum value.
Action Use a value smaller than 2,147,483,647.
90657: Cannot cast this instance to the specified class
Cause Unable to cast to the specified class.
Action Enter a valid class for the instance.
90658: The statement is already closed.
Cause The statement is already closed.
Action Create a new statement.
90659: Invalid operation: Closed Statement.
Cause Unable to execute the operation due to the closed statement.
Action Create a new statement.
90660: Unsupported result set holdability type.
Cause The result set holdability type is not supported.
Action Use another result set holdability type.
90661: The partition name is not valid.
Cause An empty partition name was used.
Action Use a non-empty partition name.
90662: Unable to use parallel DPL.
Cause The server does not support parallel DPL.
Action Connect to a server that supports parallel DPL.
90663: Data is too long to be converted to CHAR/VARCHAR data type.
Cause The data length exceeds the allowed length of a CHAR, VARCHAR type.
Action Modify the data length or change the data type.
90664: Failed to read in user-defined metadata.
Cause Failed to read in user-defined metadata.
Action Check the error message.
90665: Unable to find the specified user-defined type.
Cause Unable to find the specified user-defined type.
Action Check the type definitions of the server.
90666: Another kind of user-defined type with the specified name already exists.
Cause Another kind of user-defined type with the specified name already exists.
Action Check the type definitions of the server.
90700: Connection to server was interrupted but the fail-over suc cessfully reconnected.
Cause The server connection was terminated but a new connection was made to a server instance with the same DNS name.
Action The job being executed by the user was canceled and must be restarted.
90701: Failed to recover select.
Cause An I/O error occurred during select failover.
Action Try again later.
90702: Unable to fetch subsequent rows.
Cause Failover was not able to restore the result set to its original state to continue fetching rows.
Action Re-execute the query to fetch from the first row.
90820: Cannot create a SyncProvider instance.
Cause Unable to create the SyncProvider object.
Action Check the error message.
90821: Cannot find the FROM clause to get the table name.
Cause Unable to find the FROM clause in the specified SQL statement.
Action Use a statement containing the FROM clause.
90822: Current row is not inserting.
Cause The current row is not under the INSERT operation.
Action Start the INSERT operation before using it.
90823: NULL ResultSet cannot populate.
Cause Unable to create the RowSet with the NULL result set.
Action Use a value other than NULL.
90824: Current row is not updating.
Cause The current row is not under the UPDATE operation.
Action Start the UPDATE operation before using it.
90825: The RowSet cannot write.
Cause Unable to write data in the current RowSet.
Action Change the RowSet state to the editable state.
90826: Command is NULL.
Cause No command is saved in the RowSet.
Action Set the command and execute it.
90827: Connection is closed.
Cause Not connected to the database.
Action Connect to the database.
90828: Failed to connect through the DataSource.
Cause Failed to connect with the user information.
Action Check the error message.
90829: Failed to convert the data to the specified type.
Cause Failed to convert the data to the specified type.
Action Check the error message.
90830: Failed to create the object copy.
Cause Failed to create the object copy.
Action Check the error message.
90831: Failed to map to the collection object.
Cause Failed to map to the collection object.
Action Check the error message.
90832: Failed to set the column index.
Cause Failed to set the column index.
Action Check the error message.
90833: Failed to set the column name.
Cause Failed to set the column name.
Action Check the error message.
90834: Invalid column index.
Cause Invalid column index.
Action Check if the column index is smaller than 1 or larger than the number of columns.
90835: Invalid column name.
Cause Invalid column name.
Action Check the column name.
90836: Invalid column type.
Cause Invalid column type.
Action Check if the requested type and the actual column type are compatible.
90837: Invalid cursor position.
Cause Invalid cursor position.
Action Use next() or previous() beforehand.
90838: Invalid fetch direction.
Cause Invalid fetch direction.
Action Only FETCH_FORWARD, FETCH_REVERSE, and FETCH_UNKNOWN are available.
90839: Invalid number of key columns.
Cause Invalid number of key columns.
Action The number of key columns must not be NULL and be less than the actual number of columns.
90840: Invalid column index.
Cause Invalid column index.
Action Use a numeric value larger than 0.
90841: Invalid column name.
Cause Invalid column name.
Action Use a value that is neither NULL nor an empty character string.
90842: Invalid object class.
Cause Invalid object class.
Action Check the error message.
90843: Invalid page size.
Cause Invalid page size.
Action Use a value that is larger than 0 and smaller than the maximum number of rows.
90844: Invalid parameter index.
Cause Invalid parameter index.
Action An index value of less than 1 is invalid.
90845: Invalid parameter name.
Cause Invalid parameter name.
Action Check if the parameter name exists.
90846: Invalid parameter type.
Cause Invalid parameter type.
Action Check the error message.
90847: Invalid row index.
Cause Invalid row index.
Action Use a value that is larger than 1 or smaller than the number of actual rows.
90848: Invalid number of rows.
Cause Invalid number of rows.
Action Use a value that is larger than 0 or larger than the fetchSize.
90849: Invalid RowSet.
Cause Unable to execute the operation to the specified rowset.
Action Use a rowset of another type.
90850: Invalid ResultSet.
Cause Unable to execute the operation on the specified result set.
Action Use a different result set.
90851: The current row is inserting.
Cause The current row is under the INSERT operation.
Action Complete or cancel the INSERT operation.
90852: The DataSourceName or URL is missing.
Cause Either the DataSource name or URL is not specified.
Action Check each item.
90853: Previous page operation is missing.
Cause Previous paging operation does not exist.
Action Execute the paging operation beforehand.
90854: The user name or password is missing.
Cause Either the user name or password is not specified.
Action Check each item.
90855: Unable to update the current column.
Cause Unable to update the current column.
Action Update a different column or cancel the current operation.
90856: Unable to display the deleted rows.
Cause Unable to display the deleted rows.
Action Use another rowset or set the visibility to false.
90857: No row was changed.
Cause No row was changed.
Action Use when the row data has changed.
90858: The specified row has not been deleted.
Cause The specified row has not been deleted.
Action Use after the row has been deleted.
90859: The result set does not exist.
Cause The result set does not exist.
Action Check if the result set was created.
90860: No column index matches.
Cause No column index matches.
Action Match the column index.
90861: No column name matches.
Cause No column name matches.
Action Match the column name.
90862: The specified row has never been inserted.
Cause The specified row has not been inserted.
Action Insert the row.
90863: The specified row has never been updated.
Cause The specified row has not been updated.
Action Update the row.
90864: The filter conditions are not satisfied.
Cause The filter conditions are not satisfied.
Action Check if the data satisfies the filter conditions.
90865: All columns are not set.
Cause All column data are not set.
Action Ensure all column data have been set.
90866: The column index has not been set.
Cause The column index has not been set.
Action Set the column index beforehand.
90867: The column name has not been set.
Cause The column name has not been set.
Action Set the column name.
90868: Too few rows to populate.
Cause The number of rows is too small.
Action Use a result set which has a larger number of rows.
90900: LOB is already closed.
Cause LOB data is already closed.
Action Check if an invalid operation was executed on the closed LOB data.
90901: Unable to read LOB data.
Cause Failed to read LOB data.
Action Check the LOB locator.
90902: Cannot read a LOB object in a remote server.
Cause Cannot read a LOB object in a remote server.
Action Change the query.
90920: XML object has already been freed.
Cause XML object resource has already been freed.
Action Check if the XML object resource is free before execution.
90921: XML object can be used for writing data only.
Cause An attempt was made to use a write-only XML object for another purpose.
Action The XML object can be used only for writing data. Ensure the XML object was created properly.
90922: XML data has already been read.
Cause XML data has already been read by a user request.
Action Check if all XML data has been read before execution.
90923: XML object can be used for reading data only.
Cause An attempt was made to use a read-only XML object for another purpose.
Action The XML object can be used only for reading data. Ensure the XML object was created properly.
90924: XML data has already been set.
Cause XML data has already been set by a user request.
Action Check if all XML data is set before execution.
90925: Failed to free XML object.
Cause Failed to free the XML object resource.
Action Check the error message.
90926: Failed to initialize XML object.
Cause Failed to initialize the XML object.
Action Check the error message.
90927: Failed to read XML data from stream.
Cause Failed to read data from the stream.
Action Check the error message.
90928: Unsupported class.
Cause The class is not supported.
Action Use the DOM/SAX/StAX/Stream classes only.
90929: XML object contains no data.
Cause No data is stored in the XML object.
Action Store data first.
90930: Unable to set a NULL value.
Cause An attempt was made to use a NULL value.
Action Specify a non-NULL value.
Last updated