No. 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_TOOLK IT 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/cor relation 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 net work 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.SE TRAISENOROWSEXCEPTION.
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 Es caping" 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 ses sion
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 al lowed.
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 DEVIA TION.
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 state ment.
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.
Last updated