‘Ctrl+F’로 에러 메시지 번호를 검색하시면 문제 발생 원인과 해결 방법을 빠르게 확인하실 수 있습니다.
Tibero Error Message 11000~11999
11001: Subquery returned a tuple where a scalar value was expected.
Cause: More than one column was returned by a subquery.
Action: Check if there are more than two columns in the selection list of the scalar subquery.
11002: Subquery returned multiple rows where a scalar value was expected.
Cause: A subquery expected to return a scalar value returned more than two rows.
Action: Check the scalar subquery.
11003: Invalid function argument type.
Cause: The function argument type is invalid.
Action: Check the declaration of the function.
11004: Invalid function argument.
Cause: The specified function argument is invalid.
Action: Check the declaration of the function.
11005: Specified value ‘%1$s’ is invalid for mathematical function argument(s).
Cause: The specified mathematical function argument is invalid.
Action: Check the declaration of the function.
11006: Invalid USERENV parameter.
Cause: The input is invalid for the USERENV function parameter.
Action: Ensure that the function parameter is CLIENT_INFO, ENTRYID, ISDBA, LANG, LANGUAGE, SESSIONID or TERMINAL.
11007: The TRIM set may not contain more than one character.
Cause: The first parameter of the TRIM function contains more than one character.
Action: Specify only one character for the first parameter.
11008: Escape character must be one character long.
Cause: The length of the escape character in the LIKE clause does not equal 1.
Action: Set a single character for the escape argument.
11009: Invalid use of escape character.
Cause: Invalid use of escape character.
Action: The percent sign “%”, underscore “_”, and the escape character itself are the only characters permitted to follow an escape character.
11010: TO_CHAR format cannot be specified for this data type.
Cause: The TO_CHAR format cannot be specified for this type.
Action: Remove the format from the function formula.
11011: TO_DATE format cannot be specified for this data type.
Cause: The TO_DATE format cannot be specified for this type.
Action: Remove the format from the function formula.
11012: TO_TIME format cannot be specified for this data type.
Cause: The TO_TIME format cannot be specified for this type.
Action: Remove the format from the function formula.
11013: TO_TIMESTAMP format cannot be specified for this data type.
Cause: The TO_TIMESTAMP format cannot be specified for this type.
Action: Remove the format from the function formula.
11014: TO_NUMBER format cannot be specified for this data type.
Cause: The TO_NUMBER format cannot be specified for this type.
Action: Remove the format from the function formula.
11015: Input parameter string is too long.
Cause: Part of the input parameter string was too long.
Action: Shorten the length of the string.
11016: Unsupported multi-byte character set in CLOB.
Cause: An attempt was made to use a CLOB with a multi-byte character set.
Action: Use single-byte character sets, or do not use a CLOB.
11017: The relational operator accepts only boolean values.
Cause: A non-boolean operand was specified for the relational operator.
Action: Verify that the operand is a boolean operand.
11018: Operator does not accept operands of the given data type.
Cause: The operand type is invalid.
Action: Input a valid operand type for the operator.
11019: Concatenation applied to invalid data type.
Cause: The CONCAT operation may not be used on this data type.
Action: Use CHAR, VARCHAR or CLOB, or use a value that can be converted to one of those data types.
11020: String concatenation result is too long.
Cause: The result of a string concatenation is too long.
Action: Make sure that the total length of the concatenation result 65,531.
11021: Error occurred during type casting.
Cause: An attempt was made to convert the data type to an invalid data type.
Action: Check the specified data type.
11022: Values are from incompatible data types.
Cause: The values are from incompatible data types.
Action: Modify the data types to be compatible.
11023: Values are from data types that cannot be compared.
Cause: The values are from incomparable data types.
Action: Modify the data types to be comparable.
11024: Cardinality mismatch found during group comparison.
Cause: During a group comparison operation, the number of values on either side did not match.
Action: Match the lengths of tuples on both sides of the comparison.
11025: Data is too long for the column.
Cause: The data length is too long for the column.
Action: Shorten the data length.
11026: Data is too long to be converted to CHAR/VARCHAR/RAW data type.
Cause: The data length exceeds the allowed length of a RAW, CHAR or VARCHAR type.
Action: Modify the data length or change the data type.
11027: String is not in hexadecimal form.
Cause: The string is not in hexadecimal form.
Action: Check that the string correctly follows hexadecimal form.
11028: Parameter mismatch occurred in the user-defined function.
Cause: Either the number of specified parameters does not match the required number or the omitted parameter is undefined.
Action: Ensure the number of specified parameters is correct and the parameters are valid.
11029: No function matches the specified argument(s).
Cause: No function matches the specified list of arguments.
Action: Check the argument data type.
11030: Multiple functions match the specified argument(s).
Cause: More than one function matches the specified list of arguments.
Action: Check the argument data type.
11031: A function in the SQL statement has output parameter(s).
Cause: Functions that have the output parameter(s) can only be call in a CALL statement.
Action: Check the definition of the function.
11032: An invalid data type was returned by the PSM function.
Cause: The return type of the PSM function is invalid.
Action: Check that the return type of the PSM function can be processed in an SQL statement.
11033: Insufficient columns for update.
Cause: The number of columns returned by the subquery in the UPDATE SET clause is insufficient.
Action: Check the number of columns in the UPDATE SET clause.
11034: Too many columns for update.
Cause: The number of columns returned by the subquery in the UPDATE SET clause is too large.
Action: Check the number of columns in the UPDATE SET clause.
11035: Invalid NLS parameter exists in SQL function.
Cause: An invalid NLS parameter exists in an SQL function.
Action: Check the NLS parameter.
11036: Alias is required.
Cause: An alias was not specified for a non-column expression.
Action: Specify an alias.
11038: Percentile value must be between 0 and 1.
Cause: The percentile value must be between 0 and 1.
Action: Verify that the percentile is correct.
11039: Invalid SYS_CONTEXT namespace.
Cause: The namespace is invalid for the SYS_CONTEXT function.
Action: Ensure that the parameter of the function is USERENV.
11040: Invalid NLSSORT linguistic definition.
Cause: The linguistic definition is invalid for the NLSSORT function.
Action: Verify that the parameter is correct.
11041: Unsupported character set in regexp function.
Cause: The character set is not supported in the regexp function.
Action: Specify another character set.
11042: Invalid regular expression in regexp function.
Cause: An invalid regular expression was used in the regexp function.
Action: Correct the regular expression.
11043: Unsupported character set was described.
Cause: The character set is not supported.
Action: Check the character set.
11044: Invalid UNISTR argument.
Cause: The UNISTR argument is invalid.
Action: Check the UNISTR function.
11045: A function in the SQL statement has non-primitive type parameter(s).
Cause: Functions that have the non-primitive parameter(s) can only be called from a CALL statement.
Action: Check the definition of the function.
11046: A function in the SQL statement has non-primitive type parameter(s).
Cause: Functions that have the non-primitive parameter(s) can only be called from a CALL statement.
Action: Check the definition of the function.
11047: Bind parameter or expression is not allowed in the given position.
Cause: A bind parameter or expression cannot be used in the given position.
Action: Use a constant(number or string literal).
11048: “%1$s”.”%2$s”.”%3$s” The value is too large for the column. (Actual value: %4$d, Maximum value: %5$d)
Cause: The data length is not appropriate for the column.
Action: Shorten the data length.
11050: The length of the source document used in the regular expression function is too long.
Cause: The length of the source document used in the regular expression function is too long.
Action: Check the value of iparam_EX_REGEXP_CLOB_MAX_LEN.
11051: The length of the result returned by the REGEXP_REPLACE function is too long.
Cause: The length of the result returned by the REGEXP_REPLACE function is too long.
Action: Check the query.
11052: The object cannot be updated or inserted as NULL.
Cause: The value of an object in an object table or a nested table cannot be NULL.
Action: Check the query.
11053: The file name specified for With Materialization is invalid.
Cause: The specified file cannot be created.
Action: Check the file name.
11054: The input type is invalid.
Cause: This data type cannot be used when the method is invoked using a call statement.
Action: Check how the method was invoked, and that you are not using a psm data type as a parameter.
11055: The output format is invalid.
Cause: The output format does not comply with the format rule.
Action: Check the output format.
11056: The mask character is too long.
Cause: The mask character must be in one character.
Action: Check if the mask character has more than one character.
11057: The input column data have inconsistent lengths.
Cause: The input column data must have consistent length.
Action: Check if the input column data have consistent length.
11058: The input format is invalid.
Cause: The input format must consist of ‘V’ or ‘F’.
Action: Check if the input format has characters other than ‘V’ or ‘F’.
11059: This character set conversion is not supported.
Cause: The CONVERT function does not support conversion between the two character sets.
Action: Use a character set that is supported by the CONVERT function.
11060: The JSON document is invalid.
Cause: The JSON document does not conform to JSON syntax.
Action: Check the JSON document.
11061: The JSONPath is invalid.
Cause: The JSONPath does not conform to JSONPath syntax.
Action: Check the JSONPath.
11062: JSON Function Error.
Cause: An error occurred in JSON Function.
Action: Check the JSON function arguments.
11063: The number of elements exceeds the maximum varray size allocated to varray.
Cause: Cannot insert an element in excess of the maximum varray size.
Action: Modify the query to insert fewer elements than the varray size.
11064: Cycle mark and non-cycle mark values must be one-byte character string values.
Cause: The cycle mark or non-cycle mark values specified in the CYCLE clause of a recursive WITH query are not one-byte character string values.
Action: Specify a one-byte character string for the cycle mark and non-cycle mark values.
11065: The result value is too large. (Actual value: %1$d, Maximum value: %2$d)
Cause: The length of the result data does not match the length of the output type.
Action: Extend the length of the output type.
11066: JSON_VALUE has no result.
Cause: There is no result for JSONPath expression.
Action: Check the JSONPath expression.
11067: The JSON_VALUE result is a non-scalar value.
Cause: The result for JSONPath expression is a non-scalar value.
Action: Check the JSONPath expression.
11068: The JSON_QUERY result is a scalar value.
Cause: The JSON_QUERY result without the WRAPPER clause is a scalar value.
Action: Check the WRAPPER clause.
11069: The JSON_VALUE nested expressions are not separated.
Cause: The JSON_VALUE nested expressions are not separated.
Action: Check the nested path expressions.
11070: The result value is too large (Maximum value: %1$d)
Cause: The length of the result data does not match the length of the output type.
Action: Extend the length of the output type.
11071: The Patch JSON document is invalid.
Cause: The Patch JSON document does not conform to JSON syntax.
Action: Check the Patch JSON document.
11072: The Truncate keyword is not supported with data type in RETURNING clause.
Cause: The Truncate keyword is not supported with data type in RETURNING clause.
Action: Check the data type in RETURNING clause.
11073: The default value is not compatible with the data type in RETURNING clause.
Cause: The default value is not compatible with the data type in RETURNING clause.
Action: Check the data type of default value.
11074: The key in the JSON object created by the JSON function is null.
Cause: A key in a JSON object created by the JSON function cannot be null.
Action: Check the value corresponding to the key of the JSON object.
11075: The JSON object has duplicate keys.
Cause: The JSON object has duplicate keys.
Action: Check the value corresponding to the key of the JSON object.
11076: The return data type cannot be used with the PRETTY or ASCII option.
Cause: The data type specified in the RETURN clause cannot be used with the PRETTY or ASCII option.
Action: Check the data type specified in the RETURN clause.
11077: The column used for sorting is LOB type.
Cause: Column of LOB type cannot be used for sorting.
Action: Check the column type used for sorting.
11078: Unable to create the collation key.
Cause: The argument is too long to create a collation key.
Action: Shorten the argument.
11079: Offset or offset+amount does not align with a character boundary.
Cause: Offset or offset+amount does not align with a character boundary.
Action: Ensure that the offset and/or offset+amount values are adjusted to align with a character boundary.
Tibero Error Message 12000~12999
12001: Session has been closed.
Cause: The session was terminated by a system administrator or system timer.
Action: Try to reconnect.
12002: Requested session was not found.
Cause: The required session could not be found.
Action: Double check the session ID and serial number.
12003: Unable to open a session.
Cause: The maximum number of sessions are already open.
Action: Close the other open sessions, or shut down the server, increase the maximum number of sessions, and restart the server.
12004: Unable to connect: DBMS server is in recovery mode.
Cause: Unable to connect to the server since the DBMS server is currently in a recovery process.
Action: Wait until the recovery process is completed.
12005: Unable to connect to the DBMS server.
Cause: The listener blocked the current client’s IP address from access to the DBMS server.
Action: Contact the DBA or the technical support team about the IP filtering policy.
12006: Session is not open for this connection.
Cause: A request occurred for a session that was not opened.
Action: Open the session or log on.
12007: Requested cursor [%1$d] was not found.
Cause: The required cursor has been closed.
Action: If the request was to close a cursor, the request was fulfilled.
12008: Unable to open new cursor: too many cursors are in use.
Cause: The maximum number of cursors was already open.
Action: Close the other open cursors, or modify the OPEN_CURSORS initialization parameter.
12009: Unable to change isolation level of an active transaction.
Cause: The transaction is in progress.
Action: Retry after committing or rolling back the transaction.
12010: No transaction exists to set a savepoint.
Cause: There is no transaction to set a savepoint.
Action: A transaction is necessary to set a savepoint.
12011: Unable to open the session.
Cause: One of the session slots has an internal problem.
Action: To use the session slot, reboot the system or contact the technical support team.
12012: Session is already open.
Cause: The session is already ACTIVE or RUNNING.
Action: To change the session state, use the ‘session kill’ command.
12013: A session cannot terminate itself.
Cause: A session attempted to terminate itself through a ‘session kill’ command.
Action: Double check the session ID and serial number.
12014: Transaction control statements are not allowed in XA transactions.
Cause: An attempt was made to use a transaction control statement in XA mode.
Action: Transaction control statements cannot be used in XA mode.
12015: Active autonomous transaction detected and rolled back.
Cause: An autonomous transaction has not been closed.
Action: Commit or roll back within the trigger or in the procedure.
12016: Specified DATE/TIME/TIMESTAMP format is too long: ‘%1$s’.
Cause: The format of DATE, TIME or TIMESTAMP is too long.
Action: Shorten the format string.
12017: Temporary table ‘%1$s’ is being used by another transaction.
Cause: Another transaction is using the temporary table.
Action: Commit the transaction, and try to access the table again.
12018: Invalid PPID.
Cause: The PPID is invalid.
Action: Check the protocol version.
12019: Unable to execute batch update: invalid array binding count detected.
Cause: Invalid number of bindings.
Action: Check the protocol version.
12020: Unable to execute SQL statement.
Cause: The SQL statement cannot be executed in the current server mode.
Action: Change the server mode and retry the statement.
12021: Only SYS user can log on in restricted boot mode.
Cause: Only the SYS user can log on in the current boot mode.
Action: Log on as SYS user.
12022: Authentication failed: invalid password.
Cause: The password is invalid.
Action: Enter the correct password.
12023: Unrecognized SQL statement: invalid grammar.
Cause: The SQL statement cannot be parsed.
Action: Verify that the SQL statement is correct and retry.
12024: SQL queries cannot be submitted during batch updates.
Cause: Queries are not allowed during a batch update.
Action: Don’t use queries during batch updates.
12025: Only procedure-type PSMs are allowed during batch updates.
Cause: Function-type PSMs are not allowed during batch update.
Action: Use only procedure-type PSM during batch update.
12026: Output parameters cannot be used during batch updates.
Cause: An attempt was made to use an output parameter during a batch update.
Action: Output parameters are not allowed during batch updates.
12027: Database name is too long.
Cause: The DB name is too long.
Action: Choose a shorter name for the DB.
12028: Only DDL statements are allowed in NOMOUNT boot mode.
Cause: Only DDL statements are allowed in the NOMOUNT mode.
Action: Check the boot mode and the SQL statement.
12029: Unable to execute the prepared statement: invalid number of parameters.
Cause: The number of parameters specified does not match the number required by the physical plan.
Action: Check the protocol version.
12030: Unable to handle unexpected incoming message type %1$d.
Cause: An unexpected protocol was received.
Action: Check that the protocol is from a valid context.
12031: Invalid cursor state.
Cause: The cursor state is invalid because the DDL statement was executed during fetch.
Action: Check the object at which the cursor was pointed.
12032: Deadlock detected.
Cause: Deadlock detected.
Action: Retry the transaction.
12033: Lock acquisition failed in NOWAIT mode.
Cause: Lock acquisition failed in NOWAIT mode.
Action: Wait a moment and try again.
12034: Lock acquisition timed out in WAIT mode.
Cause: Lock acquisition failed after the maximum wait time expired (lock timeout).
Action: Wait a moment and try again.
12035: Internal error %1$d occurred.
Cause: An internal error occurred.
Action: Contact the technical support team.
12039: Server instance is shutting down.
Cause: The server instance is shutting down the system.
Action: The server instance is shutting down the system.
12040: Statement canceled.
Cause: The SQL statement was canceled during execution.
Action: Execute the SQL statement again.
12041: Local COMMIT/ROLLBACK/SAVEPOINT is not allowed in XA transactions.
Cause: Local COMMIT, ROLLBACK or SAVEPOINT was specified in an XA transaction.
Action: Local COMMIT, ROLLBACK or SAVEPOINT cannot be executed in an XA transaction.
12042: Authentication timed out.
Cause: User authentication failed after the maximum wait time expired.
Action: The connection request might have come from an invalid client; if not, increase the timeout value.
12043: RemoteDB information was not found.
Cause: No RemoteDB information could be found.
Action: Check the RemoteDB name and permissions.
12044: Unable to connect to remote database.
Cause: Cannot access the remote DB.
Action: Check the RemoteDB host information.
12048: Unknown service requested.
Cause: The request is for an unknown service.
Action: Verify the request is from a valid context.
12049: Return clauses cannot be used during batch updates.
Cause: A return clause cannot be used during batch updates.
Action: Remove the return clause.
12050: Connection error. Connect to a different server.
Cause: The server may be in standby or not yet open.
Action: Access a different server.
12051: Unable to change server mode (%1$s).
Cause: The server mode cannot be changed.
Action: Check the cause of failure and try again.
12052: Cannot commit with RemoteDB.
Cause: Two-phase commit with remote database has failed.
Action: Check the target DB server and restart transaction.
12054: In-doubt transactions.
Cause: The transactions are in an in-doubt state.
Action: Check the status of the remote DB and resolve the in-doubt state.
12055: Transaction rolled back. Some remote DBs may be in doubt.
Cause: There is a possibility that a remote DB is in an in-doubt state after the transaction was rolled back.
Action: Check the status of the remote DB.
12056: Remote database is in use.
Cause: A transaction is using the remote database.
Action: Try again after the transaction is completed.
12057: Remote database is not open.
Cause: The remote database is not connected.
Action: Check the remote database name.
12058: Remote connection was lost. Transaction rollback required.
Cause: The connection to the remote server was severed, so the current transaction must be rolled back.
Action: Roll back the current transaction.
12059: Remote statement failed due to (ec=%1$d): n%2$s.
Cause: An error occurred with the remote server.
Action: Resolve the problem by referring to the remote server, and then try again.
12060: DBMS server is experiencing heavy load: connect to another instance.
Cause: Unable to connect to DBMS server; the server is under heavy load.
Action: Try to connect to another instance, or tweak load balancing settings.
12064: Unable to alter the session PDML state within a transaction.
Cause: PDML cannot be enabled or disabled in the middle of a transaction.
Action: Commit or roll back the active transaction.
12066: Unable to read or modify an object after modifying it with PDML.
Cause: An attempt was made to read or modify a table which was already modified with PDML in the current transaction.
Action: This command cannot be executed.
12067: Unable to modify an object with PDML after modifying it.
Cause: An attempt was made to modify a table that has already been modified with PDML in the current transaction.
Action: This command cannot be executed.
12068: Wallet is already open.
Cause: The wallet is already open.
Action: Proceed to the step following the opening of the wallet.
12069: Failed to open wallet.
Cause: Failed to open wallet.
Action: Check the password, or request the security administrator to create a new wallet.
12070: Target DB returned this message: %1$s (target DB error code = %2$d).
Cause: An error occurred in the target database system.
Action: Check the message received from the target database system.
12071: Unable to allocate a block transaction entry for parallel execution.
Cause: The block does not have an enough space to store transaction entries, or the DOP (Degree of Parallelism) is too large.
Action: Decrease DOP, or increase PCTFREE of the segment.
12072: Unable to allocate a slave session.
Cause: Unable to allocate a slave session for parallel processing.
Action: Increase the maximum number of server sessions, or wait until there is an available session.
12073: Wallet is not open.
Cause: Wallet is not yet open.
Action: Try again after opening the wallet.
12074: Unable to begin a global transaction.
Cause: The target database system cannot start a global transaction.
Action: Check the state of the target database system and gateway.
12075: Workload repository table does not exist.
Cause: There is no workload repository table.
Action: Try again after opening the wallet.
12076: Retry the attempted action.
Cause: The SQL need to be run again because the materialized view freshness has been corrupted.
Action: Try again.
12077: Commit request from the remote DB to commit the global transaction.
Cause: (Internal Error) The remote DB requested to commit the global transaction.
Action: Contact the technical support team.
12078: Rollback request from the remote DB for the global transaction.
Cause: The remote DB requested to roll back the global transaction.
Action: Internal message.
12079: The requested DB_NAME does not match with the server DB_NAME.
Cause: The DB_NAME specified in the client does not match the DB_NAME in the server.
Action: Check the DB_NAME in the server and try to connect again.
12080: Unable to generate SSL ctx.
Cause: Unable to create the SSL ctx structure.
Action: Check the server status and try again.
12081: Failed to load the SSL user certificate file.
Cause: Failed to load the server certificate.
Action: Check the path of the server certificate file.
12082: Failed to load the SSL private file.
Cause: Failed to load the private key.
Action: Check the path of the private key file.
12083: Unmatched SSL public key.
Cause: The certificate and the private key do not match.
Action: Check the certificate and the private key.
12084: Failed to generate the SSL structure.
Cause: Failed to generate the SSL structure from the SSL ctx.
Action: Check the server status and try again.
12085: Failed to accept from client ssl connection.
Cause: Failed to connect to the client.
Action: Check the client status and the server status.
12086: Incoming SQL is empty.
Cause: The requested SQL is empty.
Action: Check the SQL statement and try again.
12087: Failed to open the wallet.
Cause: The wallet is not yet closed.
Action: Check if the wallet is completely closed and retry the statement.
12088: The table for the performance monitoring function does not exist.
Cause: The table for the performance monitoring function does not exist or user does not have admin authority.
Action: Get admin authority or create the table again with the system.sh.
12089: The specified snapshot between ‘%1$s’ and ‘%2$s’ does not exist.
Cause: Among the saved snapshots, the snapshot between ‘%1$s’ and ‘%2$s’ does not exist.
Action: Check if the snapshot exists and try again.
12090: Unable to open the report file ‘%1$s’.
Cause: Failed to create the file ‘%1$s’ in order to generate the report file.
Action: Ensure files can be created and try again.
12091: The performance monitoring function is deactivated.
Cause: Unable to execute the function due to the deactivated performance monitoring function.
Action: Set the performance monitoring on.
12092: Binding a deferred parameter is not allowed in an anonymous block.
Cause: Binding a deferred parameter in an anonymous block has not yet been implemented.
Action: Bind a non-deferred parameter.
12093: Invalid protocol message is arrived.
Cause: There is a problem in the slave server or the session.
Action: Check the status of the slave server or the session.
12094: The remote session is closed.
Cause: The remote session is closed.
Action: Do not send a message to the remote session.
12096: Unable to modify the size of TCP send buffer.
Cause: The TCP send buffer size was not modified.
Action: Contact the technical support team.
12097: Unable to modify the size of TCP send buffer.
Cause: The TCP send buffer size was not modified.
Action: Contact the technical support team.
12098: There are too many open cursors using the same physical plan object or data dictionary object.
Cause: This error occurs if clients leave cursors open for an extended amount of time.
Action: Contact the technical support team.
12099: Read message timeout.
Cause: Reading message from the client failed after the maximum wait time expired. Server closed connection to client.
Action: Check the status of the client.
12100: Active session timed out.
Cause: Active session timed out after the maximum wait time expired.
Action: Increase the active session timeout value.
12101: Can’t fill the shared pool with dummy chunks. The reserve size is invalid.
Cause: The reserve size is negative or larger than the maximum chunk size limit of the shared pool.
Action: Check the reserve size.
12102: Can’t fill the shared pool with dummy chunks. Reserve size is too big.
Cause: The available shared pool size is smaller than the reserve size.
Action: Check the reserve size.
12103: Can’t fill the shared pool with dummy chunks. A Fill or Sweep operation is in progress by another session.
Cause: A Fill or Sweep operation is in progress by another session.
Action: Retry after the other session has ended.
12104: Can’t sweep off the dummy chunks in the shared pool. A Fill or Sweep operation is in progress by another session.
Cause: A Fill or Sweep operation is in progress by another session.
Action: Wait a while and retry the command.
12105: The mode 2 batch update failed.
Cause: The mode 2 batch update failed for the bound data.
Action: Check the bound data.
12106: SQL Plan History table does not exist.
Cause: One or more SQL Plan History tables do not exist.
Action: Create the tables.
12107: Parameter value is out of range.
Cause: One or more SQL Plan History parameter values are out of range.
Action: Check the parameter values first.
12108: Fatal error occured during loading initialization parameter.
Cause: Initialization pramteter is invalid.
Action: Check the inititalization parameter first.
12109: Appropriate node not found.
Cause: No node found in given condition.
Action: Check the horde group mapping.
12110: Session has been clean.
Cause: The session was cleaned by a system administrator
Action: Check the target session is clean
12111: Unable to read or modify an object after modifying it with DPL/DPI.
Cause: An attempt was made to read or modify a table which was already modified with DPL/DPI in the current transaction.
Action: This command cannot be executed.
12112: The database trigger ‘%1$s’ contains an error.
Cause: An existing database trigger may be invalid or has generated an error during execution.
Action: Check the trigger.
12113: The policy function or package %1$s.%2$s contains an error.
Cause: The policy function cannot be executed because it is invalid or has an error.
Action: Recheck the function definition.
12114: The RLS policy cannot be attached to this object.
Cause: RLS policy can only be attached to tables, views, and synonyms.
Action: Check the object.
12115: The performance monitoring function is not started.
Cause: The performance monitoring function is being started.
Action: Wait a moment and try again.
12116: Encryption not supported.
Cause: This version does not support encryption.
Action: Try another version of the product.
12117: The ASH function is deactivated.
Cause: Unable to execute the function due to the deactivated ASH function.
Action: Set the ACTIVE_SESSION_HISTORY to ‘Y’
12119: User argument error for Benchmark execution.
Cause: Check the argument values specified in the DDL.
Action: Change the argument values and try again.
12120: Transaction rolled back.
Cause: Transaction rolled back.
Action: Check constraints.
12121: The given set of wlock id and tid is invalid.
Cause: No wlock is found using the given wlock id and tid.
Action: Check the wlock id and tid.
12122: Only SYSADM user can log on in restricted boot mode.
Cause: Only the SYSADM user can log on in the current boot mode.
Action: Log on as SYSADM user.
12123: An attempt to begin sysdump has failed.
Cause: An attempt to stop processes for sysdump has failed.
Action: Wait a moment and try again.
12124: Invalid error code – %1$u.
Cause: The specified error code was not found.
Action: Check the error code.
12125: Remote database is read-only.
Cause: The remote database is read-only, so the DML is not allowed.
Action: Check the configuration of the remote database, and remake the remote database as normal mode if needed.
12126: Remote database client API error – %1$s
Cause: An error occured while using the client API via remote database.
Action: Check the error message for the client API.
12127: Invalid PPID.
Cause: The PPID is invalid.
Action: Check the protocol version.
12128: Statement canceled by DDL.
Cause: The SQL statement was canceled by DDL execution.
Action: Execute the SQL statement again.
12129: Failed to decompress batch update messages.
Cause: Failed to decompress batch update messages.
Action: Check the client library.
12130: Unable to connect to remote database(RemoteDB_name=%1$s).
Cause: Cannot access the remote DB.
Action: Check the RemoteDB host information.
12131: External TDE package is not open.
Cause: External TDE package is not yet open.
Action: Try again after opening the external TDE package.
12132: External TDE package is already opened.
Cause: Function can not be used simultaneously.
Action: Remove parameter in tip file.
12134: Remote database is not allowed in distributed transaction.
Cause: Remote Database is not allowed in distributed transaction.
Action: Retry after distributed transaction is over.
12135: Commit/Rollback force is allowed for prepared transaction only.
Cause: Commit/Rollback force is allowed for prepared transaction only.
Action: Prepare RemoteDB transaction or rollback.
12136: The address of initialization parameter is NULL.
Cause: The address of initialization parameter is NULL.
Action: The address of initialization parameter is NULL.
12137: The requested SERVICE_NAME does not match with the server SERVICE_NAME.
Cause: The SERVICE_NAME specified in the client does not match the SERVICE_NAME in the server.
Action: Check the SERVICE_NAME in the server and try to connect again.
12138: The requested ILOG_NAME does not match with the server ILOG_NAME.
Cause: The ILOG_NAME specified in the client does not match the ILOG_NAME in the server.
Action: Check the ILOG_NAME in the server and try to connect again.
12139: The requested ILOG_TAG does not match with the server ILOG_TAG.
Cause: The ILOG_NAME specified in the client does not match the ILOG_TAG in the server.
Action: Check the ILOG_TAG in the server and try to connect again.
12140: The requested GENERATE_KEY is not working properly.
Cause: The requested GENERATE_KEY is not working properly.
Action: The requested GENERATE_KEY is not working properly.
12141: The requested GET_KEY is not working.
Cause: The requested GET_KEY is not working.
Action: The requested GET_KEY is not working.
12142: The requested GET_KEY or GENERATE_KEY is not working.
Cause: The requested GET_KEY or GENERATE_KEY is not working.
Action: The requested GET_KEY or GENERATE_KEY is not working.
12143: The requested GET_KEY or GENERATE_KEY is not working.
Cause: The requested GET_KEY or GENERATE_KEY is not working.
Action: The requested GET_KEY or GENERATE_KEY is not working.
12144: AD authentication has failed.
Cause: AD authentication has failed.
Action: Check service ticket(expiration), keytab file path and AD initialization paramters.
12145: The RemoteDB query must be rerun.
Cause: The RemoteDB query needs to be rerun because the column metas of the remote table have been changed.
Action: Rerun the RemoteDB query.
12146: TTE key migration is failed.
Cause: TTE key migration is failed in the middle of modifying a datafile headerblock.
Action: Need to restore tte keys using a backup file.
12147: TTE key restoration is failed.
Cause: TTE key restoration is failed in the middle of modifying a datafile headerblock.
Action: Retry restore using a backup file.
12148: Failed to change wallet password.
Cause: Failed to change wallet password.
Action: Check status of the wallet file and check syslog for details.
12149: Failed to open service file.
Cause: Failed to open service file.
Action: Check the path of the service file.
12150: Failed to parse service file.
Cause: Failed to parse service file.
Action: Check service file dsn format.
12151: Remote connection is blocked by DBMS server.
Cause: DBMS server only allows local connection now.
Action: Try connecting with localhost.
12152: A pointer variable in the PP structure points to an invalid memory space.
Cause: The memory space preoccupied by the PP is dirty, or an invalid memory address is referenced when creating the PP.
Action: Contact technical support team. If the PP exists in the PP cache, hard parse the PP to temporarily resolve this issue.
12153: Service is not supported.
Cause: This version does not support service.
Action: Try another version of the product.
12154: Service file is not opened.
Cause: Client failed to connect with service name because service file is not opened.
Action: Check the format/path of the service file and try reboot
12156: A fatal error at RMGR session has found by the system administrator.
Cause: Session was to be terminated but hasn’t due to being RMGR worker.
Action: If RMGR not working properly, please contact the technical support team.
12157: Failed to load the SSL user certificate file from active storage. (%1$s)
Cause: Failed to load the server certificate.
Action: Check the path of the server certificate file.
12158: Failed to load the SSL private file from active storage. (%1$s)
Cause: Failed to load the private key.
Action: Check the path of the private key file.
12159: The wallet is in the process of being opened or closed.
Cause: The wallet is already being opened or closed in the same session.
Action: Retry after the wallet is completely opened or closed.
12160: Unable to open a session.
Cause: The maximum number of sessions are already open.
Action: Close the other open sessions, or shut down the server, increase the maximum number of sessions, and restart the server.
12161: Remote database is not set read-only.
Cause: Remote database to specific DB must be set read-only.
Action: Recreate the remote database adding read-only option.
12162: A wallet is already in use.
Cause: The wallet to be decrypted must match the encrypted wallet.
Action: Check the wallet. If you are sure you want to change the wallet, set the corresponding initialization parameters.
12163: Failed to access stack trace tool path (%1$s).
Cause: Stack trace tool is required to dump session callstack.
Action: Make sure stack trace tool is installed.
Tibero Error Message 14000~14999
14001: Not yet implemented.
Cause: This function has yet to be implemented.
Action: This function will be supported in the next version.
14002: Invalid argument type or value.
Cause: The argument type or value is invalid.
Action: Modify the argument type or value.
14004: Package instance ‘%1$s’ is invalid.
Cause: The package instance is invalid and has been removed from the session.
Action: Use the package member to recreate the instance.
14009: Error number is out of range.
Cause: The error message number is out of range – error number must be an integer between -20000 and -20999.
Action: Specify a valid error number.
14010: Radian value out of range.
Cause: Radian values must be between -1 and 1 (-1 < x < 1).
Action: Specify a valid radian value.
14011: Invalid argument specified for EXTRACT.
Cause: The argument of the extract() function is invalid.
Action: Choose a proper value within the ranges of DATETIME or INTERVAL.
14013: LOB exceeded maximum size (4GB – 1 byte).
Cause: The length of LOB is too long. It cannot be longer than 4GB – 1 byte.
Action: Check the parameter.
14017: Invalid seed value: seed does not exist.
Cause: The seed value is invalid.
Action: Check if the seed value is NULL.
14018: Invalid seed value: seed is too short.
Cause: The length of the seed value is too short.
Action: The seed value must contain more than 80 characters.
14019: Invalid key value: key is too short.
Cause: The key value is invalid.
Action: The key must contain more than eight characters.
14020: Invalid input size: size must be a multiple of 8 bytes.
Cause: The size of the input parameter is invalid.
Action: Set the length of input parameter to a multiple of eight bytes.
14021: Invalid triple DES mode: only TWO KEY MODE and THREE KEY MODE are allowed.
Cause: The DES mode is invalid.
Action: Choose either TWO KEY MODE or TRIPLE KEY MODE only.
14022: Buffer overflow.
Cause: The buffer size exceeded the maximum limit.
Action: Increase the buffer size, or delete some contents of the buffer.
14023: Invalid input value.
Cause: An invalid value was specified.
Action: Verify an identical value was not already set.
14025: Invalid savepoint.
Cause: The savepoint value is invalid.
Action: Verify the parameter is NULL.
14028: Invalid number format for RAW.
Cause: The actual length does not match the length value.
Action: Verify that the number format is correct.
14029: Invalid endian value.
Cause: The endian value is invalid.
Action: Specify big endian (1) or little endian (2) only.
14031: Invalid length value.
Cause: The length value is invalid.
Action: Verify that the length value is correct.
14033: Maximum number of open files has been reached.
Cause: The number of open files has reached the maximum.
Action: Close some open files.
14034: Invalid line size: maximum size exceeded.
Cause: The line size exceeded the maximum limit (32768).
Action: Reduce the value of the MAX_LINESIZE parameter.
14035: Invalid path: path is NULL or does not exist.
Cause: The directory name or path is invalid.
Action: Verify that the path name is correct.
14036: Invalid filename.
Cause: Invalid file name.
Action: Verify that the file name is correct.
14037: Invalid file ID: file must be open.
Cause: The ID of a closed or invalid file was used.
Action: Check the current condition of the file.
14038: Invalid OPENMODE.
Cause: Invalid OPENMODE specified.
Action: Specify a valid FILE_OPENMODE_x [x = A, R, W, AB, RB, WB].
14039: Invalid offset.
Cause: Invalid offset value specified.
Action: Specify a valid offset value.
14040: Invalid length: length cannot be negative.
Cause: The length value is invalid.
Action: Specify an integer that is greater than or equal to 0.
14041: Invalid file operation.
Cause: An attempt was made to perform an invalid operation on the file.
Action: Verify the authority for the path is correct.
14042: Invalid write: a single line cannot exceed 32767 bytes.
Cause: The amount of data to be written to a single line exceeds the maximum allowed.
Action: The length of a line cannot exceed the maximum. The maximum size is specified in the max_linesize parameter.
14043: Invalid read: allowed for read-mode files only.
Cause: An attempt was made to perform an invalid read on the file.
Action: Check the file’s OPENMODE.
14044: Unable to rename file: duplicate file name exists.
Cause: The specified file name already exists.
Action: Either overwrite or delete the existing file.
14045: Unable to remove file: file was not found.
Cause: The file to be deleted does not exist.
Action: Verify that the file exists.
14046: Internal error.
Cause: Internal system error.
Action: Contact the system administrator.
14047: Character set mismatch.
Cause: The character sets do not match.
Action: Verify that the character sets are correct.
14048: Access denied.
Cause: Access to the file or directory was denied.
Action: Modify permissions or use the user directory.
14049: Unable to execute on an open file.
Cause: The task cannot be executed on an open file.
Action: Close the file and try again.
14050: Specified job was not found in the job queue.
Cause: A job matching the job number has not been added to the job queue.
Action: Check the job number and try again.
14051: Execution of job [%1$d] failed.
Cause: An error occurred while executing job [%1$d].
Action: Verify that a DD object related to the job exists.
14052: Invalid argument %1$s.
Cause: The argument value is invalid, NULL, or out of range.
Action: Correct the argument value.
14053: Specified directory was not found.
Cause: The specified directory could not be found.
Action: Verify that the directory exists.
14054: Access denied.
Cause: Access to the directory or file was denied.
Action: Verify that the user has permission to access the directory or file.
14055: Invalid directory.
Cause: The directory is invalid.
Action: Check the directory or contact the DBA.
14056: Invalid file operation.
Cause: Invalid file access method.
Action: Verify that the file access method is correct.
14057: File must be opened first.
Cause: The file is not open.
Action: Open the file first.
14058: Maximum number of open files has been reached.
Cause: The number of open files has reached the maximum.
Action: Close some open files.
14059: Locked by another user.
Cause: A lock has already been obtained by another user.
Action: Try later.
14060: Fetch out of sequence.
Cause: Statements were executed in the wrong order.
Action: Execute PSM statements following the fetch sequence.
14061: Some variables are not yet bound.
Cause: The bind parameters are not all bound yet.
Action: Perform the bind_variable function for all parameters.
14062: The type of bound value is mismatched.
Cause: The column_value function was executed in a column type other than the defined one.
Action: Execute column_value in a column type that matches the defined type.
14063: Too many cursors opened with DBMS_SQL package.
Cause: Too many cursors were opened in a single session with the DBMS_SQL package.
Action: Decrease the number of cursors to open.
14064: Statement not yet parsed.
Cause: An attempt was made to call a function in a statement that had not yet been parsed.
Action: Parse the statement first and then call the bind_variable, execute and fetch_rows functions.
14065: Variable was not found in SELECT list.
Cause: An attempt was made to define a column that does not exist in the SELECT list, or bring an undefined column.
Action: Verify the definition matches the SELECT list, and the column_value was called by the defined column.
14066: URL contains malformed escape code sequence.
Cause: The URL contains a malformed code sequence.
Action: Check the URL.
14067: HTTP request failed.
Cause: The HTTP server request failed.
Action: Verify the HTTP server is properly running. A request may fail due to timeout.
14068: Invalid URL was requested.
Cause: The URL is invalid.
Action: Check the URL.
14069: URL scheme is unknown or unrecognized.
Cause: Unknown scheme (scheme://) was included in the URL.
Action: Verify it is a supported scheme.
14070: Header was not found.
Cause: Either there is no header in the response from the server, or a header cannot be parsed since the response is not correct.
Action: Verify the response from the server is correct.
14071: Read timeout occurred and no data was read.
Cause: There is no response from the server.
Action: Verify the server is properly running and that the network delay time is under 20 seconds.
14072: Invalid dump option.
Cause: The dump option is invalid.
Action: Verify the dump option is correct.
14073: Invalid tablespace name.
Cause: The tablespace name is invalid.
Action: Verify the tablespace name is correct.
14074: Invalid datafile number.
Cause: The datafile number is invalid.
Action: Verify the datafile number is correct.
14075: Invalid block number.
Cause: The block number is invalid.
Action: Verify the block number is correct.
14076: Invalid segment owner.
Cause: The segment owner is invalid.
Action: Verify the segment owner is correct.
14077: Invalid segment name.
Cause: The segment name is invalid.
Action: Verify the segment name is correct.
14078: Invalid segment type.
Cause: The segment type is invalid.
Action: Verify the segment type is correct.
14079: Invalid partition name.
Cause: The partition name is invalid.
Action: Verify the partition name is correct.
14080: CLUSTER type is not supported.
Cause: CLUSTER type is not supported.
Action: Check if the schema object is CLUSTER type.
14081: Specified owner cannot be found.
Cause: There is no user with the specified name in the argument.
Action: Verify the specified owner name is correct
14082: Specified object name or partition name cannot be found.
Cause: There is no object with the specified names in the argument.
Action: Verify the object and partition names are correct.
14083: No data passed to the obfuscation toolkit.
Cause: Input or input_string is NULL.
Action: Input or input_string must have a value.
14084: Invalid argument %1$s.
Cause: The argument value is invalid, NULL, or out of range.
Action: Correct the argument value.
14085: Invalid SQL statement.
Cause: This procedure cannot be called when the SQL statement is not a %1$s.
Action: Use this procedure when the SQL statement is a %1$s.
14086: DBMS_SQL.DESCRIBE_COLUMNS overflow: col_name field in desc_rec.
Cause: col_name_len=%1$s (> 32).
Action: Use DESCRIBE_COLUMNS2 procedure.
14087: Invalid key value: The length of the key is too short.
Cause: The key value is invalid.
Action: The key must contain %1$d or more characters.
14088: Invalid initialization vector value: The length of initialization vector is too short.
Cause: The initialization vector value is invalid.
Action: The initialization vector must contain %1$d or more characters.
14089: Invalid input size: The input size must be multiples of %1$d bytes.
Cause: The size of the input parameter is invalid.
Action: Set the length of input parameter to multiples of %1$d bytes.
14090: Internal DBMS_CRYPTO encryption or decryption error.
Cause: An error occurred during encryption or decryption using the DBMS_CRYPTO package.
Action: Contact the system administrator.
14091: Internal DBMS_CRYPTO encryption or decryption error. Reason: %1$s.
Cause: An error occurred during encryption or decryption using the DBMS_CRYPTO package.
Action: Verify the data is valid and contact the system administrator.
14092: Internal DBMS_OBFUSCATION_TOOLKIT error. Reason: %1$s.
Cause: An error occurred during encryption or decryption using the DBMS_OBFUSCATION_TOOLKIT package.
Action: Verify the data is valid and contact the system administrator.
14093: The standard function ‘%1$s’ was not called from the SQL statement.
Cause: The standard function ‘%1$s’ is called only from the SQL statement.
Action: Call the function in the SQL statement.
14094: A general network error occurred at the UTL_TCP package.
Cause: A general network error occurred at the UTL_TCP package.
Action: Verify the connection is valid.
14095: The length of a line read by a server is too long.
Cause: The length of a line read by the server is too long.
Action: Use another API for reading.
14096: No more data to be read is available from the connection.
Cause: No more input data is available from the connection.
Action: Stop reading.
14097: Timeout for TCP connection, transmit, or reception.
Cause: No reply arrived within timeout (seconds).
Action: Check the status of the TCP connection.
14098: An internal buffer allocated to read the HTTP header has overflowed.
Cause: An HTTP header larger than the internal buffer was received from the HTTP server.
Action: Verify the HTTP server is valid.
14099: Pipe name duplicated.
Cause: A pipe of the same name already exists.
Action: Create a new pipe name or reuse the existing pipe.
14100: Failed to create a pipe.
Cause: Pipe creation failed due to system limit and redundant pipe creation.
Action: Contact the system administrator.
14101: DBMS_PIPE package buffer size exceeded.
Cause: DBMS_PIPE package buffer size exceeded; no more data can be entered.
Action: Empty the data in the buffer by calling the DBMS_PIPE.SEND_MESSAGE function.
14102: Read buffer in the DBMS_PIPE package is empty.
Cause: All data in the buffer read from the DBMS_PIPE.RECEIVE_MESSAG function has been read.
Action: None
14103: The requested data type is different from the actual data type.
Cause: The requested data type is different from the actual data type.
Action: Call the DBMS_PIPE.UNPACK_MESSAGE procedure by using a valid message type.
14104: DBMS_PIPE internal error.
Cause: DBMS_PIPE internal error.
Action: Contact the system administrator.
14105: Cannot create a policy for the object of the SYS user.
Cause: There was an attempt to create a policy for the object of the SYS user.
Action: This command cannot be executed.
14106: Policy ‘%2$s’ already exists in table ‘%1$s’.
Cause: The policy name already exists.
Action: Check the policy name.
14107: Policy ‘%2$s’ does not exist in table ‘%1$s’.
Cause: The policy does not exist.
Action: Check the name of the policy.
14108: Cannot execute policy function.
Cause: Cannot execute policy function.
Action: Check fine-grained audit policy.
14109: Authority to access the pipe is required.
Cause: The pipe was privately created by a different user.
Action: Contact the user who created the pipe.
14110: The collection bound with DBMS_SQL.BIND_ARRAY is empty.
Cause: If the collection bound with DBMS_SQL.BIND_ARRAY is empty, batch update cannot be performed.
Action: Fill the bound collection with data.
14111: The type of a column to be obtained with DBMS_SQL.COLUMN_VALUE_LONG is not LONG.
Cause: DBMS_SQL.COLUMN_VALUE_LONG can be used only for LONG type columns.
Action: Check the column type.
14112: An invalid SQL name was specified.
Cause: The argument is an invalid SQL name.
Action: Refer to a description of DBMS_ASSERT in the manual and specify a valid argument.
14113: An invalid qualified SQL name was specified.
Cause: The argument is invalid for a qualified SQL name.
Action: Refer to a description of DBMS_ASSERT in the manual and specify a valid argument.
14114: Internal error.
Cause: Internal system error.
Action: Contact the system administrator.
14115: An invalid column name was specified in SORT_LIST.
Cause: An invalid column name was specified in SORT_LIST.
Action: SORT_LIST may only contain ENQ_TIME and PRIORITY.
14116: Failed to drop the queue table because queues exist in the queue table.
Cause: All queues in a queue table must be dropped before the queue table can be dropped.
Action: Drop all of the queues using the drop_queue() command or with the force option.
14117: The queue table does not exist.
Cause: The queue table does not exist.
Action: Check if the queue table exists using the USER_QUEUE_TABLES view.
14118: The schema defined in queue_name does not match the schema in queue_table.
Cause: The schema defined in queue_name does not match the schema in queue_table.
Action: Specify two arguments that have the same schema name.
14119: The queue already exists.
Cause: The queue already exists.
Action: Change the queue name. Search the USER_QUEUES view to see the current queues.
14120: The argument pairs have no effect on queues.
Cause: The enqueue/dequeue pair is invalid.
Action: One of the arguments must be TRUE.
14121: The agent is already specified as a subscriber of the queue.
Cause: The agent is already specified as a subscriber of the queue.
Action: Use a different agent name.
14122: The enqueue function of the queue is disabled.
Cause: The enqueue function of the queue is disabled.
Action: Enable the queue using the start_queue() command.
14123: There is no recipient for the message.
Cause: Attempted to enqueue to queues that can serve multiple consumers, but a subscriber or a recipient was not defined for the queue.
Action: Specify a recipient or register a subscriber in the queue before attempting to enqueue.
14124: Both the message ID and the dequeue condition/correlation ID are defined in the dequeue option.
Cause: The dequeue option can be specified with either a message ID or a dequeue condition/correlation ID, but not both.
Action: Specify at most one option.
14125: A timeout occurred while dequeuing a message.
Cause: A timeout occurred while dequeuing a message.
Action: Try dequeuing again. Correct the wait time specified in the dequeue option if insufficient.
14126: The dequeue function of the queue is disabled.
Cause: The dequeue function of the queue is disabled.
Action: Enable the queue using the start_queue() command.
14127: A consumer cannot be specified for a single-consumer queue or an exception queue.
Cause: A consumer was specified while registering a notification for a single-consumer queue or an exception queue.
Action: Do not specify a consumer when registering a subscription name.
14128: Failed to find the registration.
Cause: Failed to find the specified registration.
Action: Verify the specified subscription name and callback string are valid.
14129: consumer_name was not defined.
Cause: Attempted to dequeue to queues that can serve multiple consumers, but consumer_name was not defined in the dequeue option.
Action: Specify consumer_name in the dequeue option.
14130: Invalid path: “%1$s” is NULL or does not exist.
Cause: The directory name or path is invalid.
Action: Verify that the path name is correct.
14131: The specified visibility value is invalid.
Cause: Visibility must be set to ON_COMMIT or IMMEDIATE.
Action: Specify ON_COMMIT or IMMEDIATE for visibility.
14132: The specified privilege is invalid.
Cause: The specified privilege to be granted or revoked is invalid.
Action: Specify a valid privilege.
14133: Queues must be stopped before they can be dropped.
Cause: The queue is not stopped. (enqueue or dequeue has been enabled.)
Action: Disable both enqueue and dequeue using the stop_queue() command.
14134: msgid cannot be specified in dequeue_options.
Cause: msgid cannot be specified in dequeue_options when calling dequeue_array.
Action: Remove the specified msgid from dequeue_options.
14135: Invalid svr env name: env name is NULL or does not exist.
Cause: The server env name is invalid.
Action: Verify that the svr env name is correct.
14136: The package cannot be used.
Cause: The package has not been initialized.
Action: Verify that the database server has started normally.
14137: Cannot send the message to the pipe because it is too large.
Cause: The size of the message is greater than the maximum size of the pipe.
Action: Reduce the size of the message, or increase the maximum size of the pipe.
14138: A consumer name is defined for a single-consumer queue.
Cause: A consumer name can only be defined for multi-consumer queues.
Action: Remove the consumer_name from the dequeue options.
14139: The queue does not exist.
Cause: The queue does not exist.
Action: Check whether the queue exists through the USER_QUEUES view.
14140: Unable to stop the queue because there is a transaction in progress.
Cause: STOP_QUEUE will fail if there is a transaction in progress when WAIT is set to false.
Action: Set WAIT to true, and then retry to execute the STOP_QUEUE command. The command will wait until all transactions are committed before stopping the queue.
14141: The policy does not exist.
Cause: The policy does not exist.
Action: Re-check the name of the schema, schema object, and policy name.
14142: The policy already exists.
Cause: The policy already exists.
Action: Re-check the name of the schema, schema object, and policy.
14143: Locked by another user.
Cause: A lock has already been obtained by another user.
Action: Try later.
14144: Invalid builtin function number – ‘%1$d’.
Cause: A patch for previous versions may exist or a patch was applied incorrectly.
Action: ‘ALTER SYSTEM RECOMPILE ALL;’ is required. Contact the technical support team.
14145: This queue was not created as multiple consumer queue.
Cause: A queue with this name exists, but it is not a multiple consumer queue.
Action: None
14146: The HTTP request is incorrect.
Cause: An incorrect HTTP package subprogram has been used.
Action: The program must be recreated.
14147: The end of the HTTP response has been reached.
Cause: The end of the HTTP response has been reached.
Action: None
14148: The HTTP request has failed.
Cause: The HTTP request cannot be executed.
Action: None
14149: An attempt to convert an unsupported character set.
Cause: The character set is not supported.
Action: None
14150: Invalid write: a single line cannot exceed %1$d bytes.
Cause: The amount of data to be written to a single line exceeds the maximum allowed.
Action: The length of a line cannot exceed the maximum. The maximum size is specified in the max_linesize parameter.
14151: Policy is disabled.
Cause: Policy is disabled.
Action: Check the status of the policy.
14152: Timeout occurred while using a pipe.
Cause: Timeout occurred while using a pipe.
Action: Try again.
14153: ABORT_EXECUTION was called in the debugger session.
Cause: ABORT_EXECUTION was called in the debugger session.
Action: None
14154: SQL translation profile ‘%1$s’ already exists.
Cause: Specified profile already exists.
Action: Check the profile name.
14155: SQL translation profile ‘%1$s’ does not exist.
Cause: Specified profile does not exist.
Action: Check the profile name.
14156: SQL statement or error code cannot be translated.
Cause: Custom translation of this SQL statement or error code is not registered.
Action: Check custom translation.
14157: Synonyms cannot be used in column-level VPD.
Cause: Synonyms cannot be used in column-level VPD.
Action: Check the argument of the procedure.
14158: Column does not exist.
Cause: Specified column does not exist.
Action: Check the argument of the procedure.
14159: Invalid parameter was used for the AnyData type operation.
Cause: Invalid parameter was used.
Action: Use a valid parameter.
14160: Invalid method was used for the AnyData type operation.
Cause: Invalid method was used for the type operation.
Action: Refer to a valid example to apply a valid method to the operation.
14161: Type does not match in the AnyData type operation.
Cause: An invalid type was used to access AnyData.
Action: Attempt operation using a valid type.
14162: An error occurred due to an invalid context during XML processing.
Cause: An invalid context was passed as an argument of XMLGEN.GETXML.
Action: Check if the context is configured correctly.
14163: A negative value was assigned to a variable, which does not allow a negative value, during XML porcessing.
Cause: A negative value was assigned to a variable that does not allow a negative value.
Action: Assign a non-negative value to the variable.
14164: A node was inserted into an invalid location.
Cause: An insert that violates the DOM Tree structure was executed.
Action: Check the node relationships.
14165: A node created in another document was used in the current document.
Cause: A node that does not belong to the document was used.
Action: Include the node in the current document or create a new node.
14166: Cannot use the specified character string.
Cause: A character string that is not allowed in XML was used.
Action: Use a character string allowed in XML.
14167: Cannot execute the operation.
Cause: An invalid DOM handle was used.
Action: Use a valid DOM handle.
14168: An error has occurred while processing XML. %1$s
Cause: A DOM processing error has occurred.
Action: Check the DOM processing rules.
14169: Package function is currently unavailable.
Cause: Package function is currently unavailable.
Action: Check the package related parameters.
14170: An invalid operation occurred.
Cause: The order of the API calls or the application implementation is incorrect.
Action: Check whether it needs to be preceded by another operation, or how touse the operation.
14171: A transient error occurred due to a problem such as a network connection error. %1$d : %2$s
Cause: An error response code in the 400-499 range occurred.
Action: Check the response code and text for error details.
14172: A permanent error occurred due to a defect such as a mail server error. %1$d : %2$s
Cause: An error response code in the 500-599 range occurred.
Action: Check the response code and text for error details.
14173: The string input for the XML tag is too long.
Cause: The size of the user-entered string is more than 130 bytes.
Action: Enter a string that is less than 130 bytes.
14174: The column name input does not exist.
Cause: The user-entered an invalid column name.
Action: Enter a valid column name.
14175: There is no enclosing tag for the XML document.
Cause: Rowsettag and Rowtag are both set to NULL.
Action: Enter a non-NULL value for Rowsettag or Rowtag.
14176: Cannot create a valid XML document.
Cause: If Rowsettag or Rowtag is NULL, then the query result must be a single column or a single row.
Action: Either enter a non-NULL value for both Rowsettag and Rowtag, or use a query whose result is a single row or a single column.
14177: The column that corresponds to the rowid attribute value does not exist.
Cause: A column that does not exist in the query result has been set to the rowid attribute value.
Action: Rowid attribute value must be selected among the columns that exist in the query result.
14178: The column that corresponds to the rowid attribute value is a non-scalar column.
Cause: Rowid attribute value can only be set in a scalar column.
Action: Set one of the scalar columns to the rowid attribute value.
14179: The query result is empty.
Cause: The query result is empty, and the “Raise No Rows Exception flag” is set to “true”.
Action: Change the “Raise No Rows Exception” flag to “false” by using DBMS_XMLQUERY.SETRAISENOROWSEXCEPTION.
14180: There are escape characters in the string input for the XML tag.
Cause: If the “SQL to XML Name Escaping” flag is set to “false”, then the “escape” character cannot be used in the tag.
Action: Either enter a string without an escape character, or change the “SQL to XML Name Escaping” flag to “true” by using DBMS_XMLQUERY.SETSQLTOXMLNAMEESCAPING.
14181: The name of the bind value does not exist.
Cause: The bind value does not exist in the query used to create the context.
Action: Enter the name of the bind variable that exists in the query used to create the context.
14182: Invalid create or replace statement, the following are the allowed types: PROCEDURE, FUNCTION, PACKAGE or PACKAGE BODY
Cause: The input DDL must be the create or replace statement.
Action: Use one of the following types: PROCEDURE, FUNCTION, PACKAGE or PACKAGE BODY
14183: Wrapping failed.
Cause: Wrapping the create or replace statement is failed.
Action: Check the system log.
14184: Creating procedure or package failed. rc=%1$d
Cause: Creating procedure or package is failed. rc=%1$d
Action: Check the system log.
14185: Trigger not found.
Cause: Trigger which you specified is not found.
Action: Please check the trigger name and its owner name.
14186: Hierarchical workspace not supported.
Cause: Hierarchical workspace is not supported yet.
Action: Please use workspace in single level
14187: The node type is invalid.
Cause: The node type is invalid.
Action: Use a valid node type.
14188: An error occurred while calling a DOM API.
Cause: An error occurred while calling an external API.
Action: Check the program that calls the DOM API.
14189: DBMS_CMGT package not supported.
Cause: Following feature not supported.
Action: Check requirements for DBMS_CMGT
14190: An error occurred during streaming.
Cause: An error occurred during streaming.
Action: None
14191: Invalid data.
Cause: Invalid data.
Action: None
14192: The compression results exceed the maximum RAW size.
Cause: The compression results exceed the maximum RAW size.
Action: None
14193: An error occurred during compression.
Cause: An error occurred during compression.
Action: None
14194: An error occurred during decompression.
Cause: An error occurred during decompression.
Action: None
14195: Insufficient memory.
Cause: Insufficient memory.
Action: None
14196: Network exist error.
Cause: Network with same name already exists.
Action: Try different network name.
14197: Node table exist error.
Cause: Node table with same name already exist.
Action: Try different node table name.
14198: Link table exist error.
Cause: Link table with same name already exist.
Action: Try different link table name.
14199: Path table exist error.
Cause: Path table with same name already exist.
Action: Try different path table name.
14200: Pathlink table exist error.
Cause: Pathlink table with same name already exist.
Action: Try different pathlink table name.
14201: Network not exist error.
Cause: Network does not exist error.
Action: Check network name.
14202: The size of the data to read is too large.
Cause: An error occurred while attempting to read the data whose size is greater than that of bfile.
Action: Enter a valid size of data.
14203: User session ID does not exist.
Cause: The user session ID no longer exists, probably because the session was logged out.
Action: Use a valid session ID.
14204: This function is deprecated.
Cause: This function is no longer supported.
Action: This function cannot be used in the current version.
14205: The specified audit event/action already exists.
Cause: The audit event/action had been created before.
Action: Check the audit event/action specifications.
14206: The specified audit event ID does not exist.
Cause: The audit event ID is not correct or has not been made.
Action: Create audit event before adding event action.
14207: The specified alert name does not exist.
Cause: The alert name is not correct or has not been registered.
Action: Regist alert first.
14208: Invalid parameter was used for the alert package.
Cause: Invalid parameter was used.
Action: Use a valid parameter.
14209: No alert is registered.
Cause: No alert is registered.
Action: Register an alert first.
14210: The specified alert does not exist.
Cause: The specified alert does not exist.
Action: Register an alert first.
14211: attempting to wait on uncommitted signal from same session
Cause: attempting to wait on uncommitted signal from same session
Action: Commit first.
14212: Invalid character set name.
Cause: Invalid character set name.
Action: Enter a valid character set name.
14213: URLs with a fixed-width multibyte character set is not allowed.
Cause: A fixed-width multi-byte character set cannot be used.
Action: Use a URL character set that is not a fixed-width multibyte character set.
14214: Invalid input value.
Cause: The length of the input string cannot exceed the value of TB_VARCHAR2_SIZE_PSM_MAX divided by the length of a single Unicode character.
Action: Use an input string with a valid length.
14215: HTTP client error %1$s
Cause: HTTP status code cannot be between 400 and 499.
Action: Enter a valid value.
14216: HTTP server error %1$s
Cause: HTTP status code cannot be between 500 and 599.
Action: Enter a valid value.
14217: Invalid index or size.
Cause: The index or its size is a negative value or greater than the set value.
Action: Modify the index or its size.
14218: Invalid text range.
Cause: The specified range of text does not fit into a DOMString.
Action: Modify the text range.
14219: Data cannot be specified in the node.
Cause: An attemp was made to specify data for a node that does not support the data.
Action: Modify the source code.
14220: Object cannot be modified.
Cause: An attemp was made to modify an object that cannot be modified.
Action: Modify the source code.
14221: Unable to find the node.
Cause: An attemp was made to reference a node in the current context where it does not exist.
Action: Reference a node that exists in the context.
14222: Unsupported operation.
Cause: The requested operation is not supported.
Action: The operation will be implemented in the next version.
14223: An attempt was made to add an invalid attribute.
Cause: An attempt was made to add an attribute that is already in use.
Action: Add a valid attribute.
14224: Incorrect syntax.
Cause: Invalid syntax was used.
Action: Modify the source code.
14225: Invalid modification.
Cause: An attempt was made to modify an object type.
Action: Use a correct modification method.
14226: Object cannot be created or modified.
Cause: An attempt was made to create or modify an object that cannot be used in the current namespace.
Action: Create or modify an object that can be used in the current namespace.
14227: Invalid object access.
Cause: A parameter or operation is not supported by the current object.
Action: Use a parameter or operation that is supported by the current object.
14228: Invalid node.
Cause: The insertBefore or removeChild method invalidated the node.
Action: Use a valid node.
14229: Invalid select item in the hierarchical query.
Cause: There is an invalid select item in the hierarchical query.
Action: Check the hierarchical query.
14230: Invalid table name ‘%1$s’.
Cause: The table name does not exist.
Action: Check the table name.
14231: Invalid context name.
Cause: The context does not exist.
Action: Check the context name.
14232: Invalid key column specified for the deletexml function.
Cause: The deletexml function requires a key column.
Action: Enter a non-null value for the key column.
14233: Invalid context.
Cause: The context value is invalid.
Action: Check the context name.
14234: The tag name is too long.
Cause: The specified tag name exceeds the allowed maximum length
Action: Enter a tag name within the length limit.
14235: Invalid column specified for the updatexml function.
Cause: The updatexml function requires a key column.
Action: Enter a non-null value for the key column.
14236: The DML that will be created with the XML is too long.
Cause: The DML exceeds the aloweed maximum length.
Action: Either shorten the XML tag names or the XML document itself.
14237: Invalid XML format.
Cause: The specified XML header or XML format is invalid.
Action: Enter a valid XML string.
14238: Invalid XML document.
Cause: The XML document to insert into the table failed to validate against the XML schema.
Action: Use an XML document that conforms to the XML schema.
14239: Non-existing column name.
Cause: The specified column name does exist in the table.
Action: Specify a column name that exists in the table.
14240: Another schema is already registered under the specified URL.
Cause: To register a new schema, you must specify a unique URL.
Action: Enter a unique URL.
14241: There is an object that is dependent on the specified schema.
Cause: A schema with a dependent object cannot be deleted.
Action: Delete the dependent object or modify the delete option.
14242: Unable to find the specified schema.
Cause: Only a registered schema can be deleted.
Action: Modify the query.
14243: Null or invalid schema URL.
Cause: You must specify a valid schema URL.
Action: Modify the query.
14244: Invalid schema format.
Cause: The schema content must be constructed with valid syntax.
Action: Use a schema with valid format.
14245: Non-existent user.
Cause: The user does not exist.
Action: Specify a valid username.
14246: Unable to apply redaction policy.
Cause: Redaction policy cannot be applied on this object.
Action: Specify a table or view object.
14247: Non-existent object.
Cause: The object does not exist.
Action: Specify a valid object.
14248: Invalid policy name.
Cause: The policy name is invalid.
Action: Specify a valid policy name.
14249: The redaction policy is already enabled.
Cause: The redaction policy is already enabled.
Action: The redaction policy is already enabled.
14250: The redaction policy is already disabled.
Cause: The redaction policy is already disabled.
Action: The redaction policy is already disabled.
14251: The object does not have a redaction policy.
Cause: The object does not have a redaction policy.
Action: The operation can only be performed on an object with a redaction policy.
14252: Invalid column.
Cause: Unable to find the column.
Action: Specify a valid column name.
14253: Redaction policy already exists.
Cause: The column already has a redaction policy.
Action: Use the MODIFY_COLUMN procedure to modify the column.
14254: Redaction policy does not exist.
Cause: The column does not have a redaction policy.
Action: Use the ADD_COLUMN procedure to add a redaction policy on the column.
14255: Invalid policy description.
Cause: The policy description is invalid.
Action: Specify a valid policy description.
14256: Invalid column description.
Cause: The column description is invalid.
Action: Specify a valid column description.
14257: Redaction policy already exists.
Cause: The object already has a redaction policy.
Action: To add a new redaction policy on the object, drop the existing policy.
14258: Invalid redaction function type.
Cause: An invalid function type argument was specified for the ADD_POLICY procedure.
Action: Specify a valid function type.
14259: Invalid redaction parameters(“%1$s”).
Cause: One or more redaction parameters are invalid.
Action: Specify the parameters correctly.
14260: Mismatched input and output lengths.
Cause: The input and output lengths of the redaction arguments do not match.
Action: Use regular expression redaction instead of partial redaction.
14261: Inconsistent block TYPE or SGMT_ID, or inconsistent Last(l3 or extent map) block’s information.
Cause: Check the ILOG for the DBA of the block.
Action:
14262: Invalid SEQUENCE DEVIATION value.
Cause: The SEQUENCE DEVIATION must be set to BEFORE or TOP.
Action:
14263: Invalid PRIORITY specified when using SEQUENCE DEVIATION.
Cause: The priority of the message, which referenced in SEQUENCE DEVIATION, must be less than or equal to that of the relative message.
Action:
14264: Relative msg id required.
Cause: If SEQUENCE DEVIATION is BEFORE, the relative msg id must be specified.
Action:
14265: The scheduler object already exists.
Cause: The scheduler object already exists.
Action: Change the object name. Search the DBMS_SCHEDULER view to see the current object.
14266: The name of scheduler object cannot be NULL.
Cause: The name of scheduler object cannot be NULL.
Action: Insert the name of object.
14267: PROGRAM_TYPE cannot be NULL.
Cause: PROGRAM_TYPE cannot be NULL.
Action: Insert PROGRAM_TYPE when CREATE_PROGRAM.
14268: PROGRAM_ACTION cannot be NULL.
Cause: PROGRAM_ACTION cannot be NULL.
Action: Insert PROGRAM_ACTION when CREATE_PROGRAM.
14269: REPEAT_INTERVAL cannot be NULL.
Cause: REPEAT_INTERVAL cannot be NULL.
Action: Insert REPEAT_INTERVAL when CREATE_SCHEDULE.
14270: The scheduler object does not exists.
Cause: The scheduler object does not exists.
Action: Search the DBMS_SCHEDULER view to see the current object.
14271: Enqueue is not supported for an exception queue.
Cause: Enqueue operation is not supported for an exception queue.
Action: Specify another queue.
14272: Enqueue cannot be enabled for an exception queue.
Cause: Only dequeue operation can be enabled for an exception queue.
Action: Only enable dequeue in the start_queue() command.
14273: Subscriber is not supported for an exception queue.
Cause: Subscriber cannot be associated with an exception queue.
Action: Specify another queue.
14274: Register procedure does not support exception queue.
Cause: Exception queue cannot be specified in the register procedure.
Action: Specify another queue.
14275: Exception queue does not support max_retries and retry_delay.
Cause: The max_retries and retry_delay parameters cannot be set on an exception queue.
Action: Check the queue type.
14276: Exception queue does not support retention_time.
Cause: The retention_time parameter cannot be set on an exception queue.
Action: Check the queue type.
14277: Enqueue is not supported for an exception queue.
Cause: Enqueue operation is not supported for an exception queue.
Action: Specify another queue.
14278: Invalid parameter values.
Cause: Max_retries and/or retry_delay are set to a negative value.
Action: Max_retries and retry_delay must be greater than or equal to 0.
14279: Invalid parameter value.
Cause: Retention_time is set to a negative value.
Action: Retention_time must be greater than or equal to 0.
14280: Invalid queue name.
Cause: The queue name starts with an invalid character.
Action: Specify a valid queue name.
14281: PROGRAM_TYPE can be only PSM_BLOCK.
Cause: PROGRAM_TYPE can be only PSM_BLOCK.
Action: Insert correct PROGRAM_TYPE when CREATE_PROGRAM.
14282: Invalid REPEAT_INTERVAL value.
Cause: Invalid REPEAT_INTERVAL value.
Action: Specify a valid REPEAT_INTERVAL when CREATE_SCHEDULE.
14283: Invalid parameter value: %1$s.
Cause: The specified string parameter value is invalid.
Action: Specify a valid string parameter value.
14284: No policy option specified.
Cause: The policy option is NULL, but no default schema or policy option exists.
Action: Specify a valid option, or alter the schema or policy to set a valid default option.
14285: Undefined level %1$s for the policy.
Cause: The specified level is not defined for the policy.
Action: Change the level.
14286: Unable to find policy: %1$s.
Cause: The specified policy does not exist.
Action: Enter an existing policy name or create a new policy.
14287: Invalid label string: %1$s.
Cause: The label string cannot be converted to a valid internal label for the policy.
Action: Change the label string.
14288: Invalid policy option: %1$s.
Cause: The specified policy option is invalid.
Action: Change the policy option.
14289: Duplicate policy option: %1$s.
Cause: The specified policy option already exists in the option string.
Action: Remove the duplicate policy option.
14290: Invalid combination of policy options.
Cause: The specified policy options are contradictory to each other.
Action: Enter compatible policy options.
14291: Unable to change a column name of a policy in use.
Cause: An attempt was made to change a column name of a policy that has been applied to schemas or tables.
Action: Before changing the column name, disable the policy from the schemas or tables first.
14292: Undefined compartment %1$s for policy.
Cause: The specified compartment is not defined for the policy.
Action: Modify the compartment string.
14293: Undefined group %1$s for policy.
Cause: The specified group is not defined for the policy.
Action: Modify the group string.
14294: LBAC error: %1$s
Cause: An error occurred due to LBAC enforcement.
Action: Correct the problem identified in the error message.
14295: Label %1$s does not exist for policy.
Cause: The specified label tag or value did not identify a label for the policy.
Action: Enter a label tag or value that is in use by the policy.
14296: Label %1$s already exists.
Cause: The specified label value already exists.
Action: Modify the label to change the tag or type.
14297: Unable to find user level for user %1$s and policy.
Cause: There is no level specified for the user.
Action: Enter the maximum and minimum labels for the user.
14298: Policy column %1$s already used by an existing policy.
Cause: An attempt was made to create a policy with the same column name as an existing policy.
Action: Use a different name for the policy column or delete the existing policy.
14299: Existing policy role for policy %1$s.
Cause: A role named policy_DBA already exists.
Action: Use a different policy name or delete the existing policy.
14300: The specified schema does not exist.
Cause: The specified schema does not exist.
Action: Check the value of ‘object_schema’.
14301: Cannot create/modify/drop a policy for the object of the SYS user.
Cause: There was an attempt to create a policy for the object of the SYS user.
Action: This command cannot be executed.
14302: The specified table or view does not exist.
Cause: The specified table or view does not exist.
Action: Check the value of ‘object_name’.
14303: The specified policy name already exists.
Cause: The specified policy name already exists.
Action: Check the value of ‘policy_name’.
14304: The specified policy name does not exist.
Cause: The specified policy name does not exist.
Action: Check the value of ‘policy_name’.
14305: Invalid column specified.
Cause: The specified list of columns must be columns of the specified object.
Action: Check the value of ‘audit_column’.
14306: Invalid handler module specified.
Cause: The specified value of handler module is syntactically incorrect.
Action: Check the value of ‘handler_module’.
14307: Invalid statement type(s) specified.
Cause: The specified values of statement types are syntactically incorrect.
Action: Check the value of ‘statement_types’.
14308: Invalid audit trail specified.
Cause: The specified value of audit trail is not valid.
Action: Check the value of ‘audit_trail’.
14309: Invalid audit column option specified.
Cause: The specified value of audit column option is not valid.
Action: Check the value of ‘audit_column_opts’.
14310: Reached a maximum number of fine-grained audit policies on the same object.
Cause: The number of fga policies reached 256 on the specified object.
Action: Delete one of the registered fga policies in order to add a new policy.
14311: SQL Profile already exists.
Cause: Specified SQL Profile already exists.
Action: Check DBA_SQL_PROFILES and use different name or category.
14312: SQL Profile doesn’t exist.
Cause: Specified SQL Profile doesn’t exist.
Action: Check name or category in DBA_SQL_PROFILES.
14313: invalid attribute name specified.
Cause: Invalid attribute name was specified for altering SQL profile.
Action: Verify attribute name.
14314: invalid attribute value specified.
Cause: Invalid attribute value was specified for altering SQL profile.
Action: Verify attribute value according to the attribute.
14315: Invalid argument.
Cause: The specified argument is invalid.
Action: Modify the argument.
14316: Invalid operation call.
Cause: This operation cannot be called in the current context.
Action: Modify the DBMS_METADATA code.
14317: Invalid argument for METADATA handle.
Cause: The specified argument is not valid for METADATA handle.
Action: Modify the argument.
14318: Invalid operation call for METADATA transform handle.
Cause: To call this operation, you must add a METADATA transform handle appropriate for the operation.
Action: Modify the DBMS_METADATA code.
14319: Object not found.
Cause: The object does not exist.
Action: Modify the argument.
14320: Cannot return implicit result through the specified statement.
Cause: An attempt was made to return an implicit result through a statement other than PSM or DML.
Action: An implicit result can only be returned through a PSM or DML statement.
14321: Invalid table for chunking.
Cause: Table was not a physical table or the table was an IOT.
Action: Use an existing table which is not an IOT.
14322: Invalid state for create chunks.
Cause: Task was not in the CREATED state.
Action: Make sure that the task is in the CREATED state.
14323: Invalid status.
Cause: Invalid value was set to the chunk status.
Action: Make sure that the status value is valid.
14324: Invalid state for run task.
Cause: Task was not in the CHUNKED state.
Action: Make sure that the task is in the CHUNKED state.
14325: Invalid state for resume task.
Cause: Task was not in the FINISHED_WITH_ERROR or CRASHED state.
Action: Make sure that the task is in the FINISHED_WITH_ERROR or CRASHED state.
14326: Parameter value error.
Cause: The input argument was null or it exceeded the maximum length limit.
Action: Make sure that the argument is not null and its length is within the limit.
14327: Duplicate task name.
Cause: A task with the same name was already in existence.
Action: Use another name.
14328: Task not found.
Cause: The task did not exist.
Action: Use an existing task.
14329: Chunk not found.
Cause: The specified chunk did not exist.
Action: Specify an existing chunk.
14330: The calendaring syntax is incorrect.
Cause: Failed to parse the calendaring syntax.
Action: Check the calendaring syntax again.
14331: The FREQ clause in the calendaring syntax is incorrect.
Cause: The FREQ clause is incorrect, or it is an invalid argument.
Action: Check the clause again.
14332: The INTERVAL clause in the calendaring syntax is incorrect.
Cause: The INTERVAL value is outside the range of 1 to 99, or not numeric.
Action: Check the clause again.
14333: The BYMONTH clause in the calendaring syntax is incorrect.
Cause: The BYMONTH clause is incorrect, or the month value is not valid.
Action: Check the clause again.
14334: Invalid WEEKNO clause of Calendaring Syntax.
Cause: Invalid WEEKNO clause of Calendaring Syntax.
Action: Check the clause again.
14335: Invalid BYYEARDAY clause of Calendaring Syntax.
Cause: Invalid BYYEARDAY clause of Calendaring Syntax.
Action: Check the clause again.
14336: Invalid BYDATE clause of Calendaring Syntax.
Cause: Invalid BYDATE clause of Calendaring Syntax.
Action: Check the clause again.
14337: The BYMONTHDAY clause in the calendaring syntax is incorrect.
Cause: The BYMONTHDAY clause is incorrect, or the numeric value is outside the range of 0 to 31.
Action: Check the clause again.
14338: The BYDAY clause in the calendaring syntax is incorrect.
Cause: The BYDAY clause is incorrect, or the day value is not valid.
Action: Check the clause again.
14339: The BYHOUR clause in the calendaring syntax is incorrect.
Cause: The BYHOUR clause is incorrect, or the numeric value is outside the range of 0 to 23.
Action: Check the clause again.
14340: The BYMINUTE clause in the calendaring syntax is incorrect.
Cause: The BYMINUTE clause is incorrect, or the numeric value is outside the range of 0 to 59.
Action: Check the clause again.
14341: The BYSECOND clause in the calendaring syntax is incorrect.
Cause: The BYSECOND syntax is incorrect, or the numeric value is outside the range of 0 to 59.
Action: Check the clause again.
14342: Invalid BYSETPOS clause of Calendaring Syntax.
Cause: Invalid BYSETPOS clause of Calendaring Syntax.
Action: Check the clause again.
14343: Invalid INCLUDE clause of Calendaring Syntax.
Cause: Invalid INCLUDE clause of Calendaring Syntax.
Action: Check the clause again.
14344: Invalid EXCLUDE clause of Calendaring Syntax.
Cause: Invalid EXCLUDE clause of Calendaring Syntax.
Action: Check Calendaring Syntax again.
14345: Invalid PERIODS clause of Calendaring Syntax.
Cause: Invalid PERIODS clause of Calendaring Syntax.
Action: Check the clause again.
14346: Invalid BYPERIOD clause of Calendaring Syntax.
Cause: Invalid BYPERIOD clause of Calendaring Syntax.
Action: Check the clause again.
14347: Cannot apply Label Security policies or set authorizations for system schemas.
Cause: An attempt was made to either apply a Label Security policy or to set authorization for the SYS or LBACSYS user.
Action: Apply Label Security policies and set authorizations only for non-system users.
14348: Invalid audit option.
Cause: That option entered is not a valid audit option for the specified policy.
Action: Enter a valid audit option.
14349: Invalid audit type: %1$s
Cause: The audit type must be BY ACCESS or BY SESSION.
Action: Enter a valid audit type.
14350: Invalid audit success option: %1$s
Cause: The audit success option must be SUCCESSFUL or NOT SUCCESSFUL.
Action: Enter a valid audit success option.
14351: The authority is insufficient for managing the policy %1$s.
Cause: An attempt was made to perform management for the policy, but the %1$s_DBA role had not been granted.
Action: Grant the user the %1$s_DBA role for the specified policy.
14352: NULL or invalid user label: %1$s
Cause: The entered label is NULL or not within the user’s authorizations.
Action: Enter the labels authorized for the user.
14353: No user levels found for user %1$s and policy %2$s.
Cause: No levels have been specified for the user.
Action: Enter the maximum and minimum labels for the user.
14354: No authorization for read or write on specified groups or compartments.
Cause: You included groups or compartments that are not found in the user’s lists of groups and compartments authorized for read or write access.
Action: Include groups or compartments authorized for read or write access in the user’s lists of groups and compartments.
14355: The specified unit is not supported.
Cause: SYSGIS.UNITS_OF_MEASURE doesn’t have data of specified units.
Action: Check the rows of UNITS_OF_MEASURE table.
14356: Duplicate JOB_NAME exists.
Cause: The same JOB_NAME already exists.
Action: Retry after changing the JOB_NAME or delete the existing job with the same name.
14357: Program is not found.
Cause: The program name passed as an argument does not exist.
Action: Retry with a valid program name.
14358: Schedule is not found.
Cause: The schedule name passed as an argument does not exist.
Action: Retry with a valid schedule name.
14359: Invalid block type.
Cause: The block type is not valid.
Action: Check if the block type is valid.
14360: Failed to execute DDL. : %1$s
Cause: The DDL execution in the goldilocks DB failed.
Action: Enter correct DDL statements.
14361: Connection information already exists.
Cause: Cannot add a new connection because of the already existing information.
Action: Remove the existing information to add a new connection.
14362: No connection information exists.
Cause: Connection information must be registered to use the package.
Action: Register the connection information.
14363: Connection information is invalid
Cause: Cannot connect to the goldilocks DB because the information provided is invalid.
Action: Enter valid connection details.
14364: Object cannot be found.
Cause: Unable to find the object in the goldilocks DB.
Action: Enter the correct object name.
Tibero Error Message 15000~15999
15001: Not yet implemented.
Cause: This function has yet to be implemented.
Action: This function will be supported in the next version.
15002: Parsing failed.
Cause: Parsing failed.
Action: Check the syntax.
15003: Pragma check failed.
Cause: Failed during pragma check; two parameters that should match, did not.
Action: Modify the parameters to match.
15004: Parse tree checking failed.
Cause: Failed during the parse tree check; the parse trees of two parameters do not match.
Action: Check the parameters used in the statement and modify them.
15005: Unable to open the command file. Run gen_psm_cmd.sh.
Cause: Unable to open the psm_commands file for PSM compilation.
Action: Verify that the psm_commands file exists under the config directory, or contact the technical support team.
15006: Nested comment detected.
Cause: The comment is duplicated.
Action: Check the comment.
15007: Unterminated comment detected.
Cause: The comment is not terminated.
Action: Check the comment and terminate it properly.
15008: Unterminated string detected.
Cause: The string is not terminated.
Action: Check the string and terminate it properly.
15009: Invalid ID: length cannot be 0.
Cause: The ID length is 0.
Action: Check the ID and ensure the length is greater than 0.
15010: Newline cannot be used in quoted ID.
Cause: The ID string is declared over several lines.
Action: Declare the ID on one line.
15011: Unhandled character.
Cause: Unknown character.
Action: Verify that a character is not out of place.
15012: Default expression is required.
Cause: No default expression has been defined.
Action: Define a default expression.
15013: Type constraint is required.
Cause: No type constraint has been defined.
Action: Define a type constraint.
15014: Expression is required.
Cause: No expression has been defined.
Action: Define an expression.
15015: Body of subprogram unit ‘%1$s’ is required.
Cause: No subprogram body has been defined.
Action: Define the subprogram body.
15016: Package body ‘%1$s’ is required.
Cause: No package body has been defined.
Action: Define the package body.
15017: Non-query expressions are not allowed.
Cause: An SQL statement that is not a SELECT statement was used.
Action: Modify the SQL statement to use a SELECT statement.
15018: Missing INTO clause.
Cause: INTO clause is missing.
Action: Specify an INTO clause.
15019: Missing RETURN clause.
Cause: RETURN clause is missing.
Action: Specify a RETURN clause.
15020: Character unit (CHAR or BYTE) is not allowed.
Cause: Character unit (CHAR or BYTE) is not allowed.
Action: Change the data type.
15021: Schema name is not allowed.
Cause: Schema name is not allowed.
Action: Do not specify a schema name.
15022: AUTHID clause is not allowed.
Cause: AUTHID clause is not allowed.
Action: Do not specify an AUTHID.
15023: Default expression is not allowed.
Cause: Default expression is not allowed.
Action: Delete the default expression.
15024: HANDLER cannot be specified after OTHERS.
Cause: A HANDLER clause cannot be used after OTHERS.
Action: Move the clause to a different location or delete it.
15025: Expression is not allowed.
Cause: Expression is not allowed.
Action: Do not specify an expression.
15026: Specification is not allowed.
Cause: Specification is not allowed.
Action: Move the specification to a different location or delete it.
15027: RETURN is not allowed.
Cause: RETURN clause is not allowed.
Action: Delete the RETURN clause.
15028: INTO clause is not allowed.
Cause: INTO clause is not allowed.
Action: Delete the INTO clause.
15029: OUT parameter is not allowed.
Cause: OUT parameter is not allowed.
Action: Delete the parameter or use an IN parameter.
15030: REVERSE is not allowed.
Cause: REVERSE character is not allowed.
Action: Delete the REVERSE character.
15031: Dynamic SQL is not allowed.
Cause: Dynamic SQL statements are not allowed.
Action: Modify or delete the SQL statement.
15032: Unable to open IN mode parameter cursor.
Cause: Cannot open the cursor of IN parameter.
Action: Delete OPEN, or specify an OUT or IN/OUT parameter cursor.
15033: Bind parameter can only be used in the trigger.
Cause: The bind parameter was used in the DDL outside the trigger.
Action: Delete the bind parameter.
15034: PRAGMA clause is not allowed.
Cause: The specified PRAGMA clause is not allowed in this area.
Action: Modify or delete the PRAGMA clause.
15035: Number is out of range.
Cause: The number is out of range.
Action: Check the value.
15036: Type constraint is out of range.
Cause: A type constraint is out of range.
Action: Verify that the type constraints are valid.
15037: Label mismatch.
Cause: The labels do not match.
Action: Ensure that the labels match.
15038: Type mismatch.
Cause: The data types do not match.
Action: Verify the data types are compatible.
15039: Parameter mismatch.
Cause: The declaration and the called parameter do not match.
Action: Verify that the parameter is correct.
15040: Specification mismatch.
Cause: The declaration and the definition do not match.
Action: Verify that the declaration is correct.
15041: Multiple subprograms match the specified argument(s).
Cause: There are many subprograms that match the specified argument(s).
Action: Modify the argument(s).
15042: No subprogram matches the specified argument(s).
Cause: No subprogram matches the specified argument(s).
Action: Modify the argument(s).
15043: INTO list mismatch.
Cause: The number of parameters in the INTO clause does not match the query.
Action: Ensure the number of parameters in the INTO clause matches the query.
15044: Undefined identifier ‘%1$s’.
Cause: Undefined identifier.
Action: Define the identifier.
15045: Unknown attribute name.
Cause: Unknown attribute name.
Action: Verify the attribute name is correct.
15046: Identifier is out of scope.
Cause: The identifier is out of scope.
Action: Modify the identifier scope or delete it.
15047: Dot operator (.) cannot be used with this ID type.
Cause: The dot operator (.) cannot be used for this ID; the ID type is not a record, block label, procedure, or username.
Action: Ensure the dot operator is used with the correct ID types.
15048: Parenthesis operator cannot be used with this ID type.
Cause: Cannot use a parenthesis operator for this ID; the ID is not a by table.
Action: Ensure the parenthesis operator is used with the correct ID types.
15049: Constant value was expected.
Cause: The value specified is not a constant.
Action: Use a constant value.
15050: Missing value.
Cause: A value was expected but not found.
Action: Specify a value.
15051: Missing cursor.
Cause: A cursor was expected but not found.
Action: Specify a cursor.
15052: Missing label.
Cause: A label was expected but not found.
Action: Specify a label.
15053: Missing type.
Cause: A type was expected but not found.
Action: Specify a type.
15054: Missing exception.
Cause: An exception was expected but not found.
Action: Specify an exception.
15055: Expression or constant cannot be an LVALUE.
Cause: Cannot use an assignment expression for the corresponding expression.
Action: Use another expression or modify the current expression.
15056: Invalid cursor: static cursor was expected.
Cause: A static cursor was expected, but a reference cursor was found.
Action: Specify a static cursor.
15057: Invalid cursor: reference cursor was expected.
Cause: A reference cursor was expected, but a static cursor was found.
Action: Specify a reference cursor.
15058: Missing procedure.
Cause: A procedure was expected but not found.
Action: Specify a procedure.
15059: Missing identifier.
Cause: An identifier was expected but not found.
Action: Specify an identifier.
15060: Missing declaration.
Cause: A declaration was expected but not found.
Action: Specify a declaration.
15061: Missing loop label.
Cause: A loop label was expected but not found.
Action: Specify a loop label.
15062: Missing record.
Cause: A record was expected but not found.
Action: Specify a record.
15063: Duplicate identifier ‘%1$s’ exists.
Cause: An identifier with this name already exists.
Action: Modify the identifier name.
15064: Duplicate parameter name exists.
Cause: A parameter with this name already exists.
Action: Modify the parameter name.
15065: Duplicate handler clause exists.
Cause: A handler clause with this name already exists.
Action: Modify the clause name.
15066: A positional argument is not allowed after named arguments.
Cause: Positional arguments cannot come after a named argument.
Action: Delete or move the positional argument.
15067: Invalid type constraint.
Cause: An invalid type constraint was detected.
Action: Modify the type constraint.
15068: Invalid attribute.
Cause: Invalid attribute.
Action: Modify the attribute.
15069: Invalid DBMS error code for pragma exception_init.
Cause: An invalid error code was used for pragma exception_init.
Action: Modify the error code.
15070: Invalid pragma.
Cause: Invalid pragma.
Action: Modify the pragma.
15071: Invalid table index type.
Cause: Only BINARY_INTEGER, PLS_INTEGER, and character types are allowed for the table index type.
Action: Modify the table index type.
15072: Invalid declaration location.
Cause: The location of the declaration is wrong, The location must precede the body.
Action: Declaration must be specified before the definition.
15073: Invalid overloading.
Cause: Overloading is invalid here.
Action: Modify the procedure.
15074: Invalid RETURN clause.
Cause: Invalid RETURN clause.
Action: Correct the RETURN clause.
15075: Invalid GOTO clause.
Cause: Invalid GOTO clause.
Action: Correct the GOTO clause.
15076: Invalid EXIT clause in loop.
Cause: Invalid EXIT clause in loop.
Action: Correct the EXIT clause.
15077: Invalid CASE statement: return value cannot be NULL.
Cause: The return value of a CASE expression cannot be NULL.
Action: Modify the CASE statement.
15078: Invalid function call or collection variable access.
Cause: An invalid attempt was made to call an invalid function or access a collection variable.
Action: Modify the statement to use a valid function call or access an array.
15079: Invalid parameter.
Cause: Invalid parameter.
Action: Modify the parameter.
15080: Invalid SQL statement.
Cause: Invalid SQL statement.
Action: Correct the SQL statement.
15081: Invalid collection method.
Cause: Invalid use of collection type method.
Action: Check the return type and parameters of the method.
15082: Invalid return type.
Cause: Invalid return type.
Action: Specify a different return type
15083: Invalid collection variable index.
Cause: Invalid use of index of the collection variable.
Action: Modify the index.
15084: LONG or LONG RAW data types cannot be used as subprogram parameter type.
Cause: Cannot use LONG or LONG RAW for a parameter type.
Action: Modify the parameter type or use another subprogram.
15085: Program did not return a value.
Cause: The program terminated abnormally.
Action: Contact the system administrator.
15086: User-defined exception.
Cause: A user-defined error.
Action: Check the user-defined error statement.
15087: Not yet implemented.
Cause: This function has yet to be implemented.
Action: This function will be supported in the next version.
15088: Critical error occurred while handling another error.
Cause: A critical error occurred.
Action: Contact the system administrator.
15089: Type conversion failed.
Cause: Failed in type conversion.
Action: Check the type.
15090: Unable to access uninitialized variable.
Cause: An uninitialized variable was accessed.
Action: Initialize the variable.
15091: Body of object %1$u was not found.
Cause: A binary for executing the function does not exist.
Action: Recreate the function.
15092: Parameter exceeded 32K size limit.
Cause: The size of the parameter exceeded the maximum of 32K.
Action: Decrease the parameter size or use a different parameter.
15093: NULL value cannot be passed to NOT NULL constrained parameter.
Cause: The NULL value cannot be used for this parameter.
Action: Specify a value other than NULL.
15094: Parse tree size overflow.
Cause: The program length exceeded the maximum length allowed.
Action: Shorten the program or create it as a package.
15095: Trigger/function cannot access table ‘%1$s’ while it is being modified.
Cause: The called trigger or subprogram refers to the table.
Action: Modify the trigger or subprogram to eliminate table references.
15096: INSERT/UPDATE/DELETE is restricted in this context.
Cause: Procedures called within the query cannot contain DML statements.
Action: Remove the DML from the procedure or use a different procedure.
15097: DDL/TCS is restricted in this context.
Cause: Procedures called from a DML statement or query cannot contain DDL or TCS statements.
Action: Remove DDL or TCS statements from the DML statement (or query) or use another subprogram.
15098: Variable has not been initialized.
Cause: An attempt was made to assign a value to an uninitialized variable.
Action: Initialize the variable first.
15099: Missing case statement.
Cause: The ELSE statement does not exist, or the matching condition is missing.
Action: Specify an ELSE statement or check the condition clause.
15100: Table or array has not been initialized.
Cause: Unable to call functions (other than EXISTS) or assign values to uninitialized tables or arrays.
Action: Initialize the table or array first.
15101: Cursor is already open.
Cause: Unable to open currently opened cursors.
Action: The cursor is already open.
15102: Invalid cursor operation.
Cause: Invalid cursor operation.
Action: Check the status of the cursor.
15103: Invalid user ID or password.
Cause: Invalid user ID or password.
Action: Verify that the user ID and password are correct, and then try relogging.
15104: No matching data found.
Cause: No result rows were found.
Action: Check the SQL statement or the access statement related to the collection.
15105: Not logged on to server.
Cause: There is no active connection to the server.
Action: Log on to the server and try again.
15106: Internal error.
Cause: PSM internal error.
Action: Contact the system administrator.
15107: Row type mismatch.
Cause: The host cursor variable type and the PSM internal cursor variable type do not match.
Action: Verify that the cursor type in use is correct.
15108: SELF has not been initialized.
Cause: Unable to call the MEMBER function of an uninitialized object.
Action: Initialize the object first.
15109: Memory error.
Cause: Not enough memory or invalid memory data.
Action: Contact the system administrator.
15110: Subscript is out of range.
Cause: An index is greater than the maximum length of the array or beyond the bounds of the table.
Action: Specify a smaller index.
15111: Subscript is out of range.
Cause: An index is less than zero or greater than the maximum length of the array.
Action: Modify the index to smaller than the declared size in the collection.
15112: Invalid ROWID.
Cause: The string is not a valid ROWID.
Action: Modify the string to be a valid ROWID.
15113: Resource timeout.
Cause: Assigning server resources timed out.
Action: Contact the system administrator.
15114: Too many rows returned.
Cause: There is more than one result row for a SELECT INTO query.
Action: Correct the SELECT statement.
15115: Invalid value.
Cause: The value is invalid.
Action: Verify that the value is a valid type and length.
15116: %1$s.
Cause: The user-defined error was not processed in an EXCEPTION clause but sent to the user.
Action: Verify that the actual cause of the error matches the cause listed above. If necessary, add an EXCEPTION clause.
15117: Too many shared libraries were opened.
Cause: Too many shared libraries were opened at one time.
Action: Rewrite the program to use fewer shared libraries.
15119: Bind variable ‘%1$s’ was not found.
Cause: The bind variable could not be found.
Action: Verify the specified bind variable exists.
15120: PSM and server version mismatch error.
Cause: The PSM and server build versions do not match.
Action: Rebuild the whole PSM with the DDL statement ALTER SYSTEM RECOMPILE ALL.
15121: Parse tree is too large.
Cause: The large parse tree size caused a compilation failure.
Action: Modify the PSM.
15122: Integer value is out of range: overflow or underflow error.
Cause: The integer value was too large or too small.
Action: Check the operation.
15123: No exception to reraise.
Cause: There is no exception to reraise.
Action: Process all exceptions, and verify ‘reraise’ was performed.
15124: Index is out of range: cannot be greater than [%1$d].
Cause: The specified index is out of range.
Action: Check the limit of the length of the collection variable.
15125: Primitive data type is not allowed in a BULK…INTO clause.
Cause: Primitive data type variable is not allowed.
Action: Use a collection variable.
15126: DML without bind parameters is not allowed.
Cause: In a FORALL clause, DML without bind parameters is not allowed.
Action: Use a bind parameter.
15127: Invalid use of queries.
Cause: In a FORALL clause, queries are not allowed.
Action: In order to use queries, use FOR/LOOP/CSR_FOR_LOOP statements.
15128: Invalid data type: must be a collection type.
Cause: Invalid use of data type.
Action: Use a collection variable.
15129: Invalid element data type: must be a PLS_INTEGER or BINARY_INTEGER.
Cause: Invalid element data type.
Action: Use a PLS_INTEGER or BINARY_INTEGER data type.
15130: FORALL clause failed.
Cause: An error occurred while executing a FORALL clause.
Action: Contact the technical support team.
15131: Invalid index type for FORALL clause.
Cause: Invalid index type was used in the FORALL clause.
Action: Use a PLS_INTEGER or BINARY_INTEGER data type.
15132: Composite and scalar data types cannot be used together in an INTO clause.
Cause: In an INTO clause, a composite data type and a scalar data type cannot be used together.
Action: Use either a scalar data type or a composite data type.
15133: Invalid ROWID.
Cause: Invalid ROWID.
Action: Verify that a valid ROWID value was transmitted.
15134: Record field variable is not allowed in a FORALL clause.
Cause: A field variable of a record is not allowed in a FORALL clause.
Action: Specify a record variable or a different variable.
15135: Element was not found at index [%1$d].
Cause: No element was found at the specified index number.
Action: Verify that the index is valid.
15136: Undefined library name ‘%1$s’.
Cause: The library name is not defined.
Action: Verify that the library name is correct.
15137: Invalid protocol.
Cause: The protocol is not defined.
Action: Contact the technical support team.
15138: Generic I/O error: %1$s.
Cause: An error occurred during communication with External Procedure Agent.
Action: Contact the technical support team.
15139: I/O read error.
Cause: An error occurred during communication with External Procedure Agent.
Action: Contact the technical support team.
15140: I/O write error.
Cause: An error occurred during communication with External Procedure Agent.
Action: Contact the technical support team.
15141: Cannot to start External Procedure Agent.
Cause: Cannot to start the EPA (External Procedure Agent) process.
Action: Contact the technical support team.
15142: Execution of subprogram ‘%1$s’ failed.
Cause: Failed to execute the external procedure.
Action: Refer to the error code of EPA (External Procedure Agent).
15143: No RETURN clause specified.
Cause: No RETURN clause was specified.
Action: Specify a RETURN clause.
15144: Too many temporary variables specified.
Cause: The statement uses too many temporary variables in interpret mode.
Action: Divide or modify the statement to decrease the number of temporary variables.
15145: Too many expressions specified.
Cause: The statement uses too many expressions in interpret mode.
Action: Divide or modify the expressions.
15146: PSM compilation error.
Cause: Failed to compile the given PSM.
Action: Check the error, and modify the PSM.
15147: Identifier is too long: must be less than 4000 bytes.
Cause: The length of identifier exceeds the maximum (4,000 bytes).
Action: Shorten the identifier.
15148: Invalid object ‘%1$s’.
Cause: The object condition is invalid.
Action: Check the object condition, and recreate it if necessary.
15149: Serialization of a collection variable failed.
Cause: The number of elements exceeds the maximum allowed (16,777,216).
Action: Lessen the number of elements.
15150: ‘Insufficient memory’ error occurred during PSM execution.
Cause: ‘Not enough memory’ error occurred during PSM execution.
Action: Modify the program to decrease memory use.
15151: Bind parameter count mismatch.
Cause: The number of specified bind parameters is invalid.
Action: Verify that the PSM and bind parameters match.
15161: Java compilation error.
Cause: Failed to compile the Java sources in the given PSM.
Action: Check the error, and modify the Java source.
15162: DML statement must have bulk in-bind parameter in a FORALL clause.
Cause: No input mode bulk parameter exists among the parameters passed to a FORALL clause.
Action: Verify that the collection is bound correctly for the FORALL clause.
15163: Unhandled exception at %1$s line %2$d.
Cause: A backtrace occurred because the exception was not handled.
Action: Investigate the cause from the PSM module where the exception occurred, and add appropriate exception handling code.
15164: Invalid byte code for object ‘%1$d’: invalid magic number.
Cause: Invalid byte code. This error may occur if the byte code was damaged, or the version is too old.
Action: Recreate the PSM object. The PSM cannot be executed due to the invalid byte code.
15165: PSM object ‘%1$d’ is incompatible with current server version.
Cause: The PSM version is not compatible with the current server version.
Action: Create a new PSM object.
15166: MAXLEN cannot be used for IN parameters.
Cause: MAXLEN cannot be used for IN parameters.
Action: MAXLEN is valid for OUT, IN/OUT, and RETURN parameters.
15167: Invalid return type of pipelined function: must have a valid collection type.
Cause: The pipelined function contains an invalid return type.
Action: Ensure the collection type returned by the pipe function is valid.
15168: Pipelined function may not return an expression.
Cause: An attempt was made to return an expression from a pipelined function.
Action: A pipelined function cannot return an expression. Modify the function.
15169: Pipe row function can only be used in pipelined function.
Cause: An attempt was made to use a pipe row function outside a pipelined function.
Action: Pipe row function can be used only in a pipelined function.
15170: %1$s
Cause: Invalid error code.
Action: Check the error message.
15171: Object body ‘%1$s’ is required.
Cause: No object body has been defined.
Action: Define the object body.
15172: Object has not been initialized.
Cause: Unable to call function/procedures or assign values to uninitialized objects.
Action: Initialize the object by using the constructor function first.
15173: Constructor of object does not exist.
Cause: Constructor of object does not exist.
Action: Add a constructor of the object.
15174: Constructor name does not match with the type name.
Cause: Constructor name does not match with the type name.
Action: Modify the constructor name.
15175: Constructor must return SELF AS RESULT.
Cause: Constructor must return SELF AS RESULT.
Action: Set SELF AS RETURN as a return type of constructor.
15176: Specification of subprogram unit ‘%1$s’ is required.
Cause: Object type member subprograms need to be declared in the object specification.
Action: Define the subprogram spec in the object type specification.
15177: Object type ‘%1$s’ is recursively declared.
Cause: Object type cannot be self-referenced.
Action: Do not declare the object type recursively.
15178: Exceeds the maximum record field count limit.
Cause: Exceeds the maximum record field count limit.
Action: Declare less than 32568 fields per record.
15180: The PSM recursive level is too deep.
Cause: The PSM recursive level is too deep.
Action: Modify the ‘_PSM_RECURSIVE_LVL’ parameter.
15181: Invalid collection variable access.
Cause: An invalid attempt was made to access a non-collection variable using ().
Action: Modify the statement to access a collection-type array.
15182: Invalid collection method call.
Cause: An invalid attempt was made to call a non-void collection method using ().
Action: Remove () when calling a non-void collection method.
15183: An error occurred while wrapping PSM source code.
Cause: An unexpected error occurred while wrapping PSM source code.
Action: Contact the system administrator.
15184: An error occurred while unwrapping PSM source code.
Cause: An unexpected error occurred while unwrapping PSM source code.
Action: Contact the system administrator.
15185: Unable to declare external procedure.
Cause: The number of parameters in the external procedure is too large.
Action: Reduce the number of parameters in the external procedure and try again.
15186: EXTERNAL PROCEDURE cannot recursively issue a CALLBACK function.
Cause: An EXTERNAL PROCEDURE recursively issuing a CALLBACK function is not supported.
Action: Contact the technical support team.
15187: Java source compilation has failed. %1$s.
Cause: Java source compilation has failed.
Action: Java source compilation has failed.
15188: Batch update in PSM has failed.
Cause: Failure occurred in the batch update operation where PSM’s FORALL statement or DBMS_SQL package was instantiated.
Action: Verify the SQL statement is suitable for the batch update. If suitable, contact the technical support team.
15189: PP has been invalidated during the batch update operation within PSM.
Cause: PP has been invalidated during the batch update operation where PSM’s FORALL statement or DBMS_SQL package was used.
Action: Contact the technical support team.
15190: Insufficient privileges to create EXTERNAL PROCEDURE in DIRECT EXECUTE mode.
Cause: User does not have an appropriate permission to create EXTERNAL PROCEDURE in DIRECT_EXECUTE mode.
Action: SYSDBA permission is required.
15191: The duplicate index ‘%1$s’ has been used incorrectly in the FORALL statement.
Cause: Only an automatic value is allowed to access the collection using a duplicate index in the FORALL statement.
Action: Remove the arithmetical operation used for accessing the collection.
15192: Failed to optimize PSM Constant Folding.
Cause: There is an expression that cannot be handled while optimizing PSM Constant Folding.
Action: Disable the option when optimizing PSM Constant Folding.
15193: Failed to compile the external procedure: the %1$s package could not be found.
Cause: To execute the external procedure, the %1$s package is required.
Action: Contact the system administrator.
15194: The cursor ‘%1$s’ has not been declared as FOR UPDATE. The cursor cannot be used for a CURRENT OF section.
Cause: Only the cursor of the query declared as FOR UPDATE can perform a positioned update.
Action: Insert a FOR UPDATE section to the query specified in the cursor.
15195: An operation that is not permitted within EXTERNAL PROCEDURE was executed.
Cause: An operation that is not permitted within EXTERNAL PROCEDURE was executed.
Action: Modify the EXTERNAL PROCEUDRE.
15196: RESULT_CACHE OPTION is not allowed.
Cause: Refer to the manual.
Action: RESULT_CACHE OPTION cannot be used.
15197: A Java source name cannot be used as an ID.
Cause: A Java source name was used as a PSM ID.
Action: Modify the PSM source.
15198: PSM compiler internal error.
Cause: PSM compiler internal error.
Action: Contact the technical support team.
15199: The return type of the MAP method is invalid.
Cause: MAP methods must have a scalar return type.
Action: Modify the signature of the MAP method.
15200: The parameter of the MAP method is invalid.
Cause: MAP methods can only use the SELF parameter.
Action: Modify the signature of the MAP method.
15201: The return of the ORDER method is invalid.
Cause: ORDER methods must have an integer return type.
Action: Modify the signature of the ORDER method.
15202: The parameter of the ORDER method is invalid.
Cause: ORDER methods can only use the SELF parameter or objects that have the same type.
Action: Modify the signature of the ORDER method.
15203: The signature of the MAP or ORDER method is invalid.
Cause: A function can only contain a single MAP or ORDER function.
Action: Modify the declaration of the object type.
15204: Invalid Object specification.
Cause: The current specification is invalid in Object.
Action: Modify the signature of the object type.
15205: The object specification does not contain a declaration for the method ‘%1$s’, which is defined in the object body.
Cause: The object specification does not contain a declaration for the method ‘%1$s’, which is defined in the object body.
Action: Cannot compile. The object specification or object body must be modified.
15206: The method ‘%1$s’, declared in the object specification, must be defined.
Cause: The method ‘%1$s’, declared in the object specification, must be defined.
Action: Cannot compile. The object specification or object body must be modified
15207: Duplicate method names exist.
Cause: Duplicate method names are defined in the object specification.
Action: Cannot compile. The object specification must be modified.
15208: The value of this object type cannot be compared.
Cause: MAP and ORDER methods are not defined.
Action: The value of this object type can be compared using MAP and ORDER methods.
15209: Unable to find a loop to execute the CONTINUE statement.
Cause: The CONTINUE statement was not used in a loop.
Action: Execute the CONTINUE statement in loop.
15210: This mode is not supported in batch psm.
Cause: The _USE_SUCCESS_WITH_INFO_IN_BATCH iparam must be enabled in batch psm.
Action: Set the _USE_SUCCESS_WITH_INFO_IN_BATCH iparam to YES.
15211: The return type of the bulk cursor is invalid.
Cause: The number of columns returned by the bulk cursor does not match the return type.
Action: The operation cannot be performed on the cursor.
15212: Anon PP is invalidated.
Cause: Anon PP is invalidated.
Action: Contact the technical support team.
15213: Psm dblink internal error.
Cause: Psm dblink internal error.
Action: Contact the technical support team.
15214: Unable to make the aggregation function.
Cause: The return type is a composite type, the parameter is ‘OUT’ or ‘IN OUT’, or the parameter type is a composite type or a lob type.
Action: Redefine the function.
15215: The composite type of a bind parameter is invalid.
Cause: A composite type that cannot be used was bound.
Action: Check the bind parameter.
15216: Unable to execute the pipelined function.
Cause: There is no available session to execute the pipelined function.
Action: Re-execute the function after securing an available session.
15217: Improper use of an aggregate function or a pipelined table function.
Cause: Aggregate and table functions cannot be used as a general function.
Action: Modify the PSM program.
15218: The table row data type and value do not match the data type.
Cause: The number of table columns and values do not match the number of data fields.
Action: Cannot be supported. The UPDATE/INSERT statement must be modified.
15219: The object method cannot be called.
Cause: Accessed an object instance that has not been created.
Action: Check whether the instance has been created.
15220: Used an invalid continue clause in the loop.
Cause: Used an invalid continue clause in the loop.
Action: Modify the continue clause.
15221: Cannot execute the function.
Cause: This function is no longer provided.
Action: Contact the technical support team for more detailed information.
15222: Attempted to inherit from a non-object type.
Cause: A non-object type cannot be inherited.
Action: Check that the type you are trying to inherit from is an object type.
15223: Attempted to inherit from a final object type.
Cause: A final object type cannot be inherited.
Action: Check the attributes of the object type that you are trying to inherit from.
15224: The specified OID is invalid.
Cause: The hex string of the OID is invalid.
Action: Enter a valid hex string.
15225: Duplicate attribute name.
Cause: An attribute with the same name already exists.
Action: Cannot compile the specified statement.
15226: Unable to resolve the specified ex-pression as ‘%1$s’ type.
Cause: The ex-pression type is not a parent/child type of ‘%1$s’.
Action: The ex-pression cannot be compiled or executed.
15227: A method cannot be ‘FINAL’ and ‘NOT INSTANTIABLE’.
Cause: A method cannot be declared as both ‘FINAL’ and ‘NOT INSTANTIABLE’.
Action: Modify the method definition.
15228: An ‘INSTANTIABLE’ object type cannot have a ‘NOT INSTANTIABLE’ method.
Cause: An ‘INSTANTIABLE’ object type cannot have a ‘NOT INSTANTIABLE’ method.
Action: Modify the method definition.
15229: This method cannot be overridden.
Cause: There is no method to override.
Action: To override a method, the method must exist in its parent object type.
15230: The return clause does not specify ‘SELF AS RESULT’.
Cause: The constructor must use the clause ‘RETURN SELF AS RESULT’.
Action: Modify the return clause to ‘RETURN SELF AS RESULT’.
15231: An error occurred while processing the batch DML.
Cause: One or more errors occurred while processing the batch DML.
Action: Check the error(s).
15232: $ERROR-‘%1$s’.
Cause: $ERROR-‘%1$s’.
Action: $ERROR-‘%1$s’.
15233: Invalid use of dynamic SQL.
Cause: RETURNING INTO clause is missing from the query.
Action: Change the query.
15234: A non-static expression was used.
Cause: Only static expressions are allowed.
Action: Use a static expression.
15235: Duplicate Compound Trigger Section.
Cause: A duplicate Compound Trigger Section already exists.
Action: Modify the Compound Trigger Section.
15236: Invalid Compound Trigger Section.
Cause: Only views can have a row instead section.
Action: Modify the Compound Trigger Section.
15237: Invalid use of refcursor in a CURSOR FOR LOOP statement.
Cause: Refcursor cannot be used in a CURSOR FOR LOOP statement.
Action: Modify the CURSOR FOR LOOP statement.
15238: PRAGMA SERIALLY_REUSABLE must be declared in both the package specification and body.
Cause: PRAGMA SERIALLY_REUSABLE is not declared in the package specification or the package body.
Action: Declare PRAGMA SERIALLY_REUSABLE in the missing part of the package.
15239: PRAGMA SERIALLY_REUSABLE must be declared in the package specification.
Cause: This PRAGMA clause is not allowed in the current part of the package.
Action: Change or delete the PRAGMA clause.
15240: Unable to access the SERIALLY REUSABLE ‘%1$s’ package.
Cause: The program attempted to access a SERIALLY REUSABLE package in PSM called from SQL context.
Action: Remove references to SERIALLY REUSABLE packages from the program.
15241: DB link name is too long.
Cause: DB link name is too long.
Action: Check the DB link name.
15242: Lob arguments are not permitted in calls to remote database.
Cause: Use of lob argument in call to remote database.
Action: Do not use lob argument in call to remote database.
15243: Object type ‘%1$s’ has no attributes.
Cause: An attempt was made to define an object type that has no attributes.
Action: To define an object type, it must have at least one attribute.
15244: The trigger does not support columns of nested object type.
Cause: This function has yet to be implemented.
Action: This function will be supported in the next version.
Tibero Error Message 16000~16999
16001: Unable to allocate the shared memory: _PPC_MAX_CHUNK_SIZE is too small.
Cause: Unable to allocate the shared memory: _PPC_MAX_CHUNK_SIZE is too small.
Action: Increase the value of _PPC_MAX_CHUNK_SIZE.