Chapter 13. 14000 ~ 14999

14001: Not yet implemented.

CauseThis function has yet to be implemented.
ActionThis function will be supported in the next version.

14002: Invalid argument type or value.

CauseThe argument type or value is invalid.
ActionModify the argument type or value.

14004: Package instance '%1$s' is invalid.

CauseThe package instance is invalid and has been removed from the session.
ActionUse the package member to recreate the instance.

14009: Error number is out of range.

CauseThe error message number is out of range - error number must be an integer between -20000 and -20999.
ActionSpecify a valid error number.

14010: Radian value out of range.

CauseRadian values must be between -1 and 1 (-1 < x < 1).
ActionSpecify a valid radian value.

14011: Invalid argument specified for EXTRACT.

CauseThe argument of the extract() function is invalid.
ActionChoose a proper value within the ranges of DATETIME or INTERVAL.

14013: LOB exceeded maximum size (4GB - 1 byte).

CauseThe length of LOB is too long. It cannot be longer than 4GB - 1 byte.
ActionCheck the parameter.

14017: Invalid seed value: seed does not exist.

CauseThe seed value is invalid.
ActionCheck if the seed value is NULL.

14018: Invalid seed value: seed is too short.

CauseThe length of the seed value is too short.
ActionThe seed value must contain more than 80 characters.

14019: Invalid key value: key is too short.

CauseThe key value is invalid.
ActionThe key must contain more than eight characters.

14020: Invalid input size: size must be a multiple of 8 bytes.

CauseThe size of the input parameter is invalid.
ActionSet 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.

CauseThe DES mode is invalid.
ActionChoose either TWO KEY MODE or TRIPLE KEY MODE only.

14022: Buffer overflow.

CauseThe buffer size exceeded the maximum limit.
ActionIncrease the buffer size, or delete some contents of the buffer.

14023: Invalid input value.

CauseAn invalid value was specified.
ActionVerify an identical value was not already set.

14025: Invalid savepoint.

CauseThe savepoint value is invalid.
ActionVerify the parameter is NULL.

14028: Invalid number format for RAW.

CauseThe actual length does not match the length value.
ActionVerify that the number format is correct.

14029: Invalid endian value.

CauseThe endian value is invalid.
ActionSpecify big endian (1) or little endian (2) only.

14031: Invalid length value.

CauseThe length value is invalid.
ActionVerify that the length value is correct.

14033: Maximum number of open files has been reached.

CauseThe number of open files has reached the maximum.
ActionClose some open files.

14034: Invalid line size: maximum size exceeded.

CauseThe line size exceeded the maximum limit (32768).
ActionReduce the value of the MAX_LINESIZE parameter.

14035: Invalid path: path is NULL or does not exist.

CauseThe directory name or path is invalid.
ActionVerify that the path name is correct.

14036: Invalid filename.

CauseInvalid file name.
ActionVerify that the file name is correct.

14037: Invalid file ID: file must be open.

CauseThe ID of a closed or invalid file was used.
ActionCheck the current condition of the file.

14038: Invalid OPENMODE.

CauseInvalid OPENMODE specified.
ActionSpecify a valid FILE_OPENMODE_x [x = A, R, W, AB, RB, WB].

14039: Invalid offset.

CauseInvalid offset value specified.
ActionSpecify a valid offset value.

14040: Invalid length: length cannot be negative.

CauseThe length value is invalid.
ActionSpecify an integer that is greater than or equal to 0.

14041: Invalid file operation.

CauseAn attempt was made to perform an invalid operation on the file.
ActionVerify the authority for the path is correct.

14042: Invalid write: a single line cannot exceed 32767 bytes.

CauseThe amount of data to be written to a single line exceeds the maximum allowed.
ActionThe 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.

CauseAn attempt was made to perform an invalid read on the file.
ActionCheck the file's OPENMODE.

14044: Unable to rename file: duplicate file name exists.

CauseThe specified file name already exists.
ActionEither overwrite or delete the existing file.

14045: Unable to remove file: file was not found.

CauseThe file to be deleted does not exist.
ActionVerify that the file exists.

14046: Internal error.

CauseInternal system error.
ActionContact the system administrator.

14047: Character set mismatch.

CauseThe character sets do not match.
ActionVerify that the character sets are correct.

14048: Access denied.

CauseAccess to the file or directory was denied.
ActionModify permissions or use the user directory.

14049: Unable to execute on an open file.

CauseThe task cannot be executed on an open file.
ActionClose the file and try again.

14050: Specified job was not found in the job queue.

CauseA job matching the job number has not been added to the job queue.
ActionCheck the job number and try again.

14051: Execution of job [%1$d] failed.

CauseAn error occurred while executing job [%1$d].
ActionVerify that a DD object related to the job exists.

14052: Invalid argument %1$s.

CauseThe argument value is invalid, NULL, or out of range.
ActionCorrect the argument value.

14053: Specified directory was not found.

CauseThe specified directory could not be found.
ActionVerify that the directory exists.

14054: Access denied.

CauseAccess to the directory or file was denied.
ActionVerify that the user has permission to access the directory or file.

14055: Invalid directory.

CauseThe directory is invalid.
ActionCheck the directory or contact the DBA.

14056: Invalid file operation.

CauseInvalid file access method.
ActionVerify that the file access method is correct.

14057: File must be opened first.

CauseThe file is not open.
ActionOpen the file first.

14058: Maximum number of open files has been reached.

CauseThe number of open files has reached the maximum.
ActionClose some open files.

14059: Locked by another user.

CauseA lock has already been obtained by another user.
ActionTry later.

14060: Fetch out of sequence.

CauseStatements were executed in the wrong order.
ActionExecute PSM statements following the fetch sequence.

14061: Some variables are not yet bound.

CauseThe bind parameters are not all bound yet.
ActionPerform the bind_variable function for all parameters.

14062: The type of bound value is mismatched.

CauseThe column_value function was executed in a column type other than the defined one.
ActionExecute column_value in a column type that matches the defined type.

14063: Too many cursors opened with DBMS_SQL package.

CauseToo many cursors were opened in a single session with the DBMS_SQL package.
ActionDecrease the number of cursors to open.

14064: Statement not yet parsed.

CauseAn attempt was made to call a function in a statement that had not yet been parsed.
ActionParse the statement first and then call the bind_variable, execute and fetch_rows functions.

14065: Variable was not found in SELECT list.

CauseAn attempt was made to define a column that does not exist in the SELECT list, or bring an undefined column.
ActionVerify the definition matches the SELECT list, and the column_value was called by the defined column.

14066: URL contains malformed escape code sequence.

CauseThe URL contains a malformed code sequence.
ActionCheck the URL.

14067: HTTP request failed.

CauseThe HTTP server request failed.
ActionVerify the HTTP server is properly running. A request may fail due to timeout.

14068: Invalid URL was requested.

CauseThe URL is invalid.
ActionCheck the URL.

14069: URL scheme is unknown or unrecognized.

CauseUnknown scheme (scheme://) was included in the URL.
ActionVerify it is a supported scheme.

14070: Header was not found.

CauseEither there is no header in the response from the server, or a header cannot be parsed since the response is not correct.
ActionVerify the response from the server is correct.

14071: Read timeout occurred and no data was read.

CauseThere is no response from the server.
ActionVerify the server is properly running and that the network delay time is under 20 seconds.

14072: Invalid dump option.

CauseThe dump option is invalid.
ActionVerify the dump option is correct.

14073: Invalid tablespace name.

CauseThe tablespace name is invalid.
ActionVerify the tablespace name is correct.

14074: Invalid datafile number.

CauseThe datafile number is invalid.
ActionVerify the datafile number is correct.

14075: Invalid block number.

CauseThe block number is invalid.
ActionVerify the block number is correct.

14076: Invalid segment owner.

CauseThe segment owner is invalid.
ActionVerify the segment owner is correct.

14077: Invalid segment name.

CauseThe segment name is invalid.
ActionVerify the segment name is correct.

14078: Invalid segment type.

CauseThe segment type is invalid.
ActionVerify the segment type is correct.

14079: Invalid partition name.

CauseThe partition name is invalid.
ActionVerify the partition name is correct.

14080: CLUSTER type is not supported.

CauseCLUSTER type is not supported.
ActionCheck if the schema object is CLUSTER type.

14081: Specified owner cannot be found.

CauseThere is no user with the specified name in the argument.
ActionVerify the specified owner name is correct

14082: Specified object name or partition name cannot be found.

CauseThere is no object with the specified names in the argument.
ActionVerify the object and partition names are correct.

14083: No data passed to the obfuscation toolkit.

CauseInput or input_string is NULL.
ActionInput or input_string must have a value.

14084: Invalid argument %1$s.

CauseThe argument value is invalid, NULL, or out of range.
ActionCorrect the argument value.

14085: Invalid SQL statement.

CauseThis procedure cannot be called when the SQL statement is not a %1$s.
ActionUse this procedure when the SQL statement is a %1$s.

14086: DBMS_SQL.DESCRIBE_COLUMNS overflow: col_name field in desc_rec.

Causecol_name_len=%1$s (> 32).
ActionUse DESCRIBE_COLUMNS2 procedure.

14087: Invalid key value: The length of the key is too short.

CauseThe key value is invalid.
ActionThe key must contain %1$d or more characters.

14088: Invalid initialization vector value: The length of initialization vector is too short.

CauseThe initialization vector value is invalid.
ActionThe initialization vector must contain %1$d or more characters.

14089: Invalid input size: The input size must be multiples of %1$d bytes.

CauseThe size of the input parameter is invalid.
ActionSet the length of input parameter to multiples of %1$d bytes.

14090: Internal DBMS_CRYPTO encryption or decryption error.

CauseAn error occurred during encryption or decryption using the DBMS_CRYPTO package.
ActionContact the system administrator.

14091: Internal DBMS_CRYPTO encryption or decryption error. Reason: %1$s.

CauseAn error occurred during encryption or decryption using the DBMS_CRYPTO package.
ActionVerify the data is valid and contact the system administrator.

14092: Internal DBMS_OBFUSCATION_TOOLKIT error. Reason: %1$s.

CauseAn error occurred during encryption or decryption using the DBMS_OBFUSCATION_TOOLKIT package.
ActionVerify the data is valid and contact the system administrator.

14093: The standard function '%1$s' was not called from the SQL statement.

CauseThe standard function '%1$s' is called only from the SQL statement.
ActionCall the function in the SQL statement.

14094: A general network error occurred at the UTL_TCP package.

CauseA general network error occurred at the UTL_TCP package.
ActionVerify the connection is valid.

14095: The length of a line read by a server is too long.

CauseThe length of a line read by the server is too long.
ActionUse another API for reading.

14096: No more data to be read is available from the connection.

CauseNo more input data is available from the connection.
ActionStop reading.

14097: Timeout for TCP connection, transmit, or reception.

CauseNo reply arrived within timeout (seconds).
ActionCheck the status of the TCP connection.

14098: An internal buffer allocated to read the HTTP header has overflowed.

CauseAn HTTP header larger than the internal buffer was received from the HTTP server.
ActionVerify the HTTP server is valid.

14099: Pipe name duplicated.

CauseA pipe of the same name already exists.
ActionCreate a new pipe name or reuse the existing pipe.

14100: Failed to create a pipe.

CausePipe creation failed due to system limit and redundant pipe creation.
ActionContact the system administrator.

14101: DBMS_PIPE package buffer size exceeded.

CauseDBMS_PIPE package buffer size exceeded; no more data can be entered.
ActionEmpty the data in the buffer by calling the DBMS_PIPE.SEND_MESSAGE function.

14102: Read buffer in the DBMS_PIPE package is empty.

CauseAll data in the buffer read from the DBMS_PIPE.RECEIVE_MESSAG function has been read.
ActionNone

14103: The requested data type is different from the actual data type.

CauseThe requested data type is different from the actual data type.
ActionCall the DBMS_PIPE.UNPACK_MESSAGE procedure by using a valid message type.

14104: DBMS_PIPE internal error.

CauseDBMS_PIPE internal error.
ActionContact the system administrator.

14105: Cannot create a policy for the object of the SYS user.

CauseThere was an attempt to create a policy for the object of the SYS user.
ActionThis command cannot be executed.

14106: Policy \'%2$s\' already exists in table \'%1$s\'.

CauseThe policy name already exists.
ActionCheck the policy name.

14107: Policy \'%2$s\' does not exist in table \'%1$s\'.

CauseThe policy does not exist.
ActionCheck the name of the policy.

14108: Cannot execute policy function.

CauseCannot execute policy function.
ActionCheck fine-grained audit policy.

14109: Authority to access the pipe is required.

CauseThe pipe was privately created by a different user.
ActionContact the user who created the pipe.

14110: The collection bound with DBMS_SQL.BIND_ARRAY is empty.

CauseIf the collection bound with DBMS_SQL.BIND_ARRAY is empty, batch update cannot be performed.
ActionFill the bound collection with data.

14111: The type of a column to be obtained with DBMS_SQL.COLUMN_VALUE_LONG is not LONG.

CauseDBMS_SQL.COLUMN_VALUE_LONG can be used only for LONG type columns.
ActionCheck the column type.

14112: An invalid SQL name was specified.

CauseThe argument is an invalid SQL name.
ActionRefer to a description of DBMS_ASSERT in the manual and specify a valid argument.

14113: An invalid qualified SQL name was specified.

CauseThe argument is invalid for a qualified SQL name.
ActionRefer to a description of DBMS_ASSERT in the manual and specify a valid argument.

14114: Internal error.

CauseInternal system error.
ActionContact the system administrator.

14115: An invalid column name was specified in SORT_LIST.

CauseAn invalid column name was specified in SORT_LIST.
ActionSORT_LIST may only contain ENQ_TIME and PRIORITY.

14116: Failed to drop the queue table because queues exist in the queue table.

CauseAll queues in a queue table must be dropped before the queue table can be dropped.
ActionDrop all of the queues using the drop_queue() command or with the force option.

14117: The queue table does not exist.

CauseThe queue table does not exist.
ActionCheck 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.

CauseThe schema defined in queue_name does not match the schema in queue_table.
ActionSpecify two arguments that have the same schema name.

14119: The queue already exists.

CauseThe queue already exists.
ActionChange the queue name. Search the USER_QUEUES view to see the current queues.

14120: The argument pairs have no effect on queues.

CauseThe enqueue/dequeue pair is invalid.
ActionOne of the arguments must be TRUE.

14121: The agent is already specified as a subscriber of the queue.

CauseThe agent is already specified as a subscriber of the queue.
ActionUse a different agent name.

14122: The enqueue function of the queue is disabled.

CauseThe enqueue function of the queue is disabled.
ActionEnable the queue using the start_queue() command.

14123: There is no recipient for the message.

CauseAttempted to enqueue to queues that can serve multiple consumers, but a subscriber or a recipient was not defined for the queue.
ActionSpecify 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.

CauseThe dequeue option can be specified with either a message ID or a dequeue condition/correlation ID, but not both.
ActionSpecify at most one option.

14125: A timeout occurred while dequeuing a message.

CauseA timeout occurred while dequeuing a message.
ActionTry dequeuing again. Correct the wait time specified in the dequeue option if insufficient.

14126: The dequeue function of the queue is disabled.

CauseThe dequeue function of the queue is disabled.
ActionEnable the queue using the start_queue() command.

14127: A consumer cannot be specified for a single-consumer queue or an exception queue.

CauseA consumer was specified while registering a notification for a single-consumer queue or an exception queue.
ActionDo not specify a consumer when registering a subscription name.

14128: Failed to find the registration.

CauseFailed to find the specified registration.
ActionVerify the specified subscription name and callback string are valid.

14129: consumer_name was not defined.

CauseAttempted to dequeue to queues that can serve multiple consumers, but consumer_name was not defined in the dequeue option.
ActionSpecify consumer_name in the dequeue option.

14130: Invalid path: \"%1$s\" is NULL or does not exist.

CauseThe directory name or path is invalid.
ActionVerify that the path name is correct.

14131: The specified visibility value is invalid.

CauseVisibility must be set to ON_COMMIT or IMMEDIATE.
ActionSpecify ON_COMMIT or IMMEDIATE for visibility.

14132: The specified privilege is invalid.

CauseThe specified privilege to be granted or revoked is invalid.
ActionSpecify a valid privilege.

14133: Queues must be stopped before they can be dropped.

CauseThe queue is not stopped. (enqueue or dequeue has been enabled.)
ActionDisable both enqueue and dequeue using the stop_queue() command.

14134: msgid cannot be specified in dequeue_options.

Causemsgid cannot be specified in dequeue_options when calling dequeue_array.
ActionRemove the specified msgid from dequeue_options.

14135: Invalid svr env name: env name is NULL or does not exist.

CauseThe server env name is invalid.
ActionVerify that the svr env name is correct.

14136: The package cannot be used.

CauseThe package has not been initialized.
ActionVerify that the database server has started normally.

14137: Cannot send the message to the pipe because it is too large.

CauseThe size of the message is greater than the maximum size of the pipe.
ActionReduce the size of the message, or increase the maximum size of the pipe.

14138: A consumer name is defined for a single-consumer queue.

CauseA consumer name can only be defined for multi-consumer queues.
ActionRemove the consumer_name from the dequeue options.

14139: The queue does not exist.

CauseThe queue does not exist.
ActionCheck whether the queue exists through the USER_QUEUES view.

14140: Unable to stop the queue because there is a transaction in progress.

CauseSTOP_QUEUE will fail if there is a transaction in progress when WAIT is set to false.
ActionSet 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.

CauseThe policy does not exist.
ActionRe-check the name of the schema, schema object, and policy name.

14142: The policy already exists.

CauseThe policy already exists.
ActionRe-check the name of the schema, schema object, and policy.

14143: Locked by another user.

CauseA lock has already been obtained by another user.
ActionTry later.

14144: Invalid builtin function number - '%1$d'.

CauseA patch for previous versions may exist or a patch was applied incorrectly.
Action'EXEC UTL_RECOMP.RECOMP_SERIAL;' is required. Contact the technical support team.

14145: This queue was not created as multiple consumer queue.

CauseA queue with this name exists, but it is not a multiple consumer queue.
ActionNone

14146: The HTTP request is incorrect.

CauseAn incorrect HTTP package subprogram has been used.
ActionThe program must be recreated.

14147: The end of the HTTP response has been reached.

CauseThe end of the HTTP response has been reached.
ActionNone

14148: The HTTP request has failed.

CauseThe HTTP request cannot be executed.
ActionNone

14149: An attempt to convert an unsupported character set.

CauseThe character set is not supported.
ActionNone

14150: Invalid write: a single line cannot exceed %1$d bytes.

CauseThe amount of data to be written to a single line exceeds the maximum allowed.
ActionThe length of a line cannot exceed the maximum. The maximum size is specified in the max_linesize parameter.

14151: Policy is disabled.

CausePolicy is disabled.
ActionCheck the status of the policy.

14152: Timeout occurred while using a pipe.

CauseTimeout occurred while using a pipe.
ActionTry again.

14153: ABORT_EXECUTION was called in the debugger session.

CauseABORT_EXECUTION was called in the debugger session.
ActionNone

14154: SQL translation profile \'%1$s\' already exists.

CauseSpecified profile already exists.
ActionCheck the profile name.

14155: SQL translation profile \'%1$s\' does not exist.

CauseSpecified profile does not exist.
ActionCheck the profile name.

14156: SQL statement or error code cannot be translated.

CauseCustom translation of this SQL statement or error code is not registered.
ActionCheck custom translation.

14157: Synonyms cannot be used in column-level VPD.

CauseSynonyms cannot be used in column-level VPD.
ActionCheck the argument of the procedure.

14158: Column does not exist.

CauseSpecified column does not exist.
ActionCheck the argument of the procedure.

14159: Invalid parameter was used for the AnyData type operation.

CauseInvalid parameter was used.
ActionUse a valid parameter.

14160: Invalid method was used for the AnyData type operation.

CauseInvalid method was used for the type operation.
ActionRefer to a valid example to apply a valid method to the operation.

14161: Type does not match in the AnyData type operation.

CauseAn invalid type was used to access AnyData.
ActionAttempt operation using a valid type.

14162: An error occurred due to an invalid context during XML processing.

CauseAn invalid context was passed as an argument of XMLGEN.GETXML.
ActionCheck 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.

CauseA negative value was assigned to a variable that does not allow a negative value.
ActionAssign a non-negative value to the variable.

14164: A node was inserted into an invalid location.

CauseAn insert that violates the DOM Tree structure was executed.
ActionCheck the node relationships.

14165: A node created in another document was used in the current document.

CauseA node that does not belong to the document was used.
ActionInclude the node in the current document or create a new node.

14166: Cannot use the specified character string.

CauseA character string that is not allowed in XML was used.
ActionUse a character string allowed in XML.

14167: Cannot execute the operation.

CauseAn invalid DOM handle was used.
ActionUse a valid DOM handle.

14168: An error has occurred while processing XML. %1$s

CauseA DOM processing error has occurred.
ActionCheck the DOM processing rules.

14169: Package function is currently unavailable.

CausePackage function is currently unavailable.
ActionCheck the package related parameters.

14170: An invalid operation occurred.

CauseThe order of the API calls or the application implementation is incorrect.
ActionCheck 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

CauseAn error response code in the 400-499 range occurred.
ActionCheck 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

CauseAn error response code in the 500-599 range occurred.
ActionCheck the response code and text for error details.

14173: The string input for the XML tag is too long.

CauseThe size of the user-entered string is more than 130 bytes.
ActionEnter a string that is less than 130 bytes.

14174: The column name input does not exist.

CauseThe user-entered an invalid column name.
ActionEnter a valid column name.

14175: There is no enclosing tag for the XML document.

CauseRowsettag and Rowtag are both set to NULL.
ActionEnter a non-NULL value for Rowsettag or Rowtag.

14176: Cannot create a valid XML document.

CauseIf Rowsettag or Rowtag is NULL, then the query result must be a single column or a single row.
ActionEither 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.

CauseA column that does not exist in the query result has been set to the rowid attribute value.
ActionRowid 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.

CauseRowid attribute value can only be set in a scalar column.
ActionSet one of the scalar columns to the rowid attribute value.

14179: The query result is empty.

CauseThe query result is empty, and the “Raise No Rows Exception flag” is set to “true”.
ActionChange 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.

CauseIf the “SQL to XML Name Escaping” flag is set to “false”, then the “escape” character cannot be used in the tag.
ActionEither 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.

CauseThe bind value does not exist in the query used to create the context.
ActionEnter 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

CauseThe input DDL must be the create or replace statement.
ActionUse one of the following types: PROCEDURE, FUNCTION, PACKAGE or PACKAGE BODY

14183: Wrapping failed.

CauseWrapping the create or replace statement is failed.
ActionCheck the system log.

14184: Creating procedure or package failed. rc=%1$d

CauseCreating procedure or package is failed. rc=%1$d
ActionCheck the system log.

14185: Trigger not found.

CauseTrigger which you specified is not found.
ActionPlease check the trigger name and its owner name.

14186: Hierarchical workspace not supported.

CauseHierarchical workspace is not supported yet.
ActionPlease use workspace in single level

14187: The node type is invalid.

CauseThe node type is invalid.
ActionUse a valid node type.

14188: An error occurred while calling a DOM API.

CauseAn error occurred while calling an external API.
ActionCheck the program that calls the DOM API.

14189: DBMS_CMGT package not supported.

CauseFollowing feature not supported.
ActionCheck requirements for DBMS_CMGT

14190: An error occurred during streaming.

CauseAn error occurred during streaming.
ActionNone

14191: Invalid data.

CauseInvalid data.
ActionNone

14192: The compression results exceed the maximum RAW size.

CauseThe compression results exceed the maximum RAW size.
ActionNone

14193: An error occurred during compression.

CauseAn error occurred during compression.
ActionNone

14194: An error occurred during decompression.

CauseAn error occurred during decompression.
ActionNone

14195: Insufficient memory.

CauseInsufficient memory.
ActionNone

14196: Network exist error.

CauseNetwork with same name already exists.
ActionTry different network name.

14197: Node table exist error.

CauseNode table with same name already exist.
ActionTry different node table name.

14198: Link table exist error.

CauseLink table with same name already exist.
ActionTry different link table name.

14199: Path table exist error.

CausePath table with same name already exist.
ActionTry different path table name.

14200: Pathlink table exist error.

CausePathlink table with same name already exist.
ActionTry different pathlink table name.

14201: Network not exist error.

CauseNetwork does not exist error.
ActionCheck network name.

14202: The size of the data to read is too large.

CauseAn error occurred while attempting to read the data whose size is greater than that of bfile.
ActionEnter a valid size of data.

14203: User session ID does not exist.

CauseThe user session ID no longer exists, probably because the session was logged out.
ActionUse a valid session ID.