No. 10000 ~ 10999
10001: Cursor pool overflow.
Cause The cursor pool is full.
Action Increase the size of the pool.
10003: Data is too long to be bound to the specified type.
Cause The amount of data exceeds the maximum allowed of the type to which it will be bound.
Action Modify the length of the data.
10004: Cannot use UNION command on these tables or views.
Cause Cannot perform the UNION operation for the given tables or views.
Action Check that the numbers of columns are equal and that the types of each column are compatible.
10005: NOT NULL constraint violation (\'%1$s\'.\'%2$s\'.\'%3$s\').
Cause An attempt was made to insert the NULL value into a column where the NOT NULL constraint is specified.
Action Remove the NOT NULL constraint, or insert a value that is not NULL.
10006: CHECK constraint violation (\'%1$s\'.\'%2$s\').
Cause The inserted value(s) do(es) not satisfy the existing CHECK condition.
Action Insert a value that satisfies the CHECK condition.
10007: UNIQUE constraint violation (\'%1$s\'.\'%2$s\').
Cause An attempt was made to insert a duplicate value into a column where the UNIQUE constraint is specified.
Action Cancel the UNIQUE constraint, or insert a unique value.
10008: INTEGRITY constraint violation (\'%1$s\'.\'%2$s\'): primary key not found.
Cause A primary key does not exist for the foreign key.
Action Delete the foreign key, or add a primary key.
10009: INTEGRITY constraint violation (\'%1$s\'.\'%2$s\'): foreign key exists.
Cause An attempt was made to delete a primary key that is referenced by a foreign key.
Action Delete the foreign key first and then try again.
10010: Statement does not satisfy the WHERE clause of the view.
Cause The INSERT or UPDATE statement of the view does not satisfy the WHERE clause when the WITH CHECK OPTION is specified.
Action Modify the DML statement to satisfy the WHERE condition clause of the view, or delete WITH CHECK OPTION of the view.
10011: SORT_AREA_SIZE is too small to accommodate all active sort operators.
Cause There are not enough allocated sort areas.
Action Increase the value of SORT_AREA_SIZE.
10012: Cannot pin more blocks.
Cause Cannot process all data because the buffer cache is not big enough.
Action Increase the value of DB_CACHE_SIZE.
10013: HASH_AREA_SIZE is too small to accommodate all active sort operators.
Cause There are not enough allocated hash areas.
Action Increase the value of HASH_AREA_SIZE.
10014: Maximum LEVEL value exceeded during a CONNECT BY operation.
Cause The LEVEL value of a node exceeded the maximum during a CONNECT BY operation.
Action Contact the technical support team.
10015: Loop detected during a CONNECT BY operation.
Cause A loop was detected during a CONNECT BY operation.
Action Modify the CONNECT BY clause and data so that a loop does not occur.
10016: Table mutation occurred during trigger execution.
Cause Table mutation occurred during trigger execution.
Action Delete the mutation.
10017: Unable to open file \'%1$s\' in file scan mode.
Cause The specified file could not be found.
Action Check the name and directory of the specified datafile.
10018: Partition key does not map to a partition.
Cause There is no defined partition to which the partition key is mapped.
Action Check the definition of the partition in the corresponding table.
10019: Updating partition key column would cause a partition change.
Cause Updating the partitioned table key will cause a partition change.
Action Check the definition of the partition in the corresponding table.
10020: Specified row no longer exists.
Cause The specified row does not exist.
Action Verify that the specified row is correct.
10021: Inconsistent set of rows in source tables.
Cause Inconsistent DML result due to a non-deterministic WHERE condition.
Action Modify the non-deterministic WHERE condition.
10022: Empty pivot column must not exist.
Cause There is an empty pivot column.
Action Modify the PIVOT_PICK_COL parameter.
10023: Invalid pivot aggregation alias.
Cause An error occurred in the string pattern that determines a column name when performing a pivot operation.
Action Check to see if a percent (%) character is missing in the string pattern.
10024: Pivot column name must be unique for CASE or DECODE operations.
Cause Results with the same pivot column name were selected when performing a CASE/DECODE operation.
Action Modify the string pattern for the column names given to each set operation when performing a pivot operation.
10025: Too many pivot column names generated after calculation.
Cause There are too many pivot column names created after calculation.
Action Decrease the number of calculations.
10026: The REFCUR table contains invalid number of columns.
Cause The number of columns defined in the REFCUR table does not match the actual number.
Action Modify the REFCUR table clause to match the actual number.
10027: REFCUR table contains invalid column type.
Cause The data type of a column defined in the REFCUR table does not match the actual data type.
Action Modify the REFCUR table clause to match the actual data type.
10028: Number of columns specified in file \'%1$s\' and in data dictionary do not match.
Cause The number of columns specified in the file does not match the number of columns in the data dictionary.
Action Check the number of columns of specified in the file.
10029: Unable to read table (or index) with old snapshot.
Cause Unable to read a table or index with an old snapshot.
Action Use a snapshot from after the table or index was modified.
10030: Invalid WKB geometry data.
Cause The entered WKB data is invalid.
Action Check the WKB data.
10031: Invalid geometric object type.
Cause An invalid geometric object type was executed.
Action Check to see if the geometric object type is executable.
10032: Index number is out of range.
Cause The value of N is less than 1 or larger than the number of Points in LineString.
Action Check the N value.
10033: Invalid WKT geometry data.
Cause The entered WKT data is invalid.
Action Check the WKT data.
10034: Internal error: %1$s.
Cause An internal error occurred.
Action Check the data.
10035: Invalid pivot expression.
Cause Too many pivot columns were created after the operation.
Action Check the query.
10036: Invalid XML.
Cause An invalid type of XML was entered.
Action Check the XML.
10037: Invalid XQuery.
Cause Invalid XQuery.
Action Check the XQuery syntax.
10038: Comparing multi-valued pivot columns is restricted.
Cause Comparing multi-valued pivot columns is restricted.
Action Check whether the pivot columns have multi values.
10039: Invalid text query syntax.
Cause Invalid query syntax of the text.
Action Check the query syntax.
10040: No more stop words can be inserted.
Cause Cannot add another stop word for the text.
Action Check the number of stop words.
10041: The text index is invalid.
Cause The text index is not available.
Action Check the text index status.
10042: A multi valued result is not allowed.
Cause Multi valued results are not allowed.
Action There are multiple results for XPath in the XML.
10043: Invalid XPath expression.
Cause Invalid XPath expression.
Action Check the XPath expression.
10044: Invalid child value.
Cause Invalid child value.
Action Check the child value.
10046: XML library error '%1$s'.
Cause An error occurred in an external XML library.
Action Check the error message.
10047: XQuery type mismatch.
Cause The return type of XQuery does not match the declared column type.
Action Change the type of the column.
10048: XPath does not point to a leaf node.
Cause The given XPath does not indicate a leaf node.
Action Modify XPath to indicate a leaf node.
10049: XPath does not point to a single node.
Cause The given XPath has multiple nodes.
Action Modify XPath to have only one node.
10050: Size of datatype is too small to serialize the XML document.
Cause The size of the data type to serialize the XML document is too small.
Action Increase the data type size.
10051: Invalid XML namespace.
Cause The format of the XML namespace is invalid.
Action Check whether the format is 'xmlns:<prefix>=<href>'.
10052: The XML document is too big for the DOM tree.
Cause The XML document is too big for the DOM tree.
Action Decrease the size of the XML document.
10053: It is impossible to bind two or more LOBs or LONG data together.
Cause It was attempted to bind two or more LOBs or LONG data through the database link.
Action Check the SQL and change it.
10054: The table needs more tablets.
Cause Add tablets to the table
Action
10055: The table needs more tablets for bucketno \'%1$d\'.
Cause Add \'%1$d\' bucketno tablets to table.
Action
10062: Unable to access LONG or LOB columns through DBlink.
Cause An attempt was made use DBlink to refer to an object with LONG or LOB columns.
Action Modify the query.
10063: The cached remote table information does not match the actual remote table's information.
Cause The remote table definition (number of columns, type, or length) has changed.
Action Try again.
10064: Loop detected during %1$s operation.
Cause A loop was detected during a %1$s operation.
Action Modify the %1$s clause or data so that a loop does not occur.
10065: There are too many Aggregate functions.
Cause Cannot be executed in parallel or in multiple passes.
Action Cannot be executed in parallel or in multiple passes.
10066: Invalid TSN value.
Cause The TSN value of the flashback query must be greater than 0.
Action Use a valid TSN value.
10067: The policy check constraint is violated.
Cause The data to be added or updated does not satisfy the policy predicate.
Action None
10068: The number of columns in the cached remote table does not match the number of columns in the remote table. (local: %1$d, remote: %2$d)
Cause The number of columns in the remote table has changed, or the number of columns in the REFCUR/PROC table has been incorrectly set.
Action Retry or modify the number of columns in the REFCUR/PROC table.
10069: The column length of the cached remote table is shorter than the column length of the remote table. (column: %1$d, local: %2$d bytes, remote: %3$d bytes)
Cause The column length of the remote table has changed, or the column length of the RERCUR/PROC table has been incorrectly set.
Action Retry or modify the column length of the REFCUR/PROC table so that it is longer than or the same as the column length of the remote table.
10070: The column type of the cached remote table does not match the column type of the remote table. (column: %1$d, local: %2$s, remote: %3$s)
Cause The column type of the remote table has changed, or the column type of the REFCUR/PROC table has been incorrectly set.
Action Retry or modify the column type in the REFCUR/PROC table.
10071: Cannot assign a process to execute the global view.
Cause All processes are currently in use.
Action Increase the number of processes or terminate another session.
10072: Cannot assign a thread to execute the global view.
Cause All threads are currently in use.
Action Increase the number of threads or terminate another session.
10073: Response time for the global view exceeded threshold.
Cause Global view search is taking a long time or there is a network problem.
Action Increase the response time limit for the global view.
10074: An error occurred while executing the '%1$s' function.
Cause Check the definition of the object type.
Action Modify the definition of the object type and regenerate it.
10075: Exceeds the reject limit.
Cause Exceeds the reject limit.
Action Modify the data or increase the reject limit.
10076: Received a GV error reply(ec=%1$d) from session %2$d.
Cause One of GV sessions sent an error reply.
Action Check the error of the error-occurred session in the log file.
10077: The pattern used with the LIKE operator is too long.
Cause The pattern used with the LIKE operator is too long.
Action Check the pattern used with the LIKE operator.
10078: Partial multibyte character found.
Cause Character set conversion did not occur due to partial multibyte character or buffer overflow.
Action Check the data.
10079: catsearch does not support functional invocation.
Cause catsearch does not support functional invocation.
Action Check the catsearch syntax.
10080: DML rolled back due to index integrity.
Cause The current DML was rolled back because it caused index integrity violation.
Action Check the tracedump.
10081: Communication between Tibero and storage server failed.
Cause Communication between Tibero and storage server failed.
Action Check the information of storage server.
10082: This function is not supported in current envrionment.
Cause Contact the technical support team.
Action
10083: Cannot assign a process to execute the in-memory column store.
Cause All processes are currently in use.
Action Increase the number of processes or terminate another session.
10084: Cannot assign a thread to execute the in-memory column store.
Cause All threads are currently in use.
Action Increase the number of threads or terminate another session.
10085: Response time for the in-memory column store exceeded threshold.
Cause In-memory column store scan is taking a long time or there is a network problem.
Action Increase the response time limit for the in-memory column store scan.
10086: Received an in-memory column store error reply(ec=%1$d) from session %2$d.
Cause One of in-memory column store sessions sent an error reply.
Action Check the error of the error-occurred session in the log file.
10087: The status of a remote node has been changed while exe cuting in-memory cloumn store scan.
Cause The status of a remote node has been changed.
Action Check the status of the remote node and execute the SQL statement again.
Last updated