No. 80000 ~ 80999
80001: Syntax error occurred in command line.
Cause A syntax error occurred in a parameter in the command line.
Action Specify the parameter correctly.
80002: Syntax error occurred at control parameter.
Cause A syntax error occurred in a control parameter.
Action Specify the parameter correctly.
80003: Column end offset must be larger than the start offset at line %1$d in control parameter.
Cause The start offset references a location after the end offset.
Action Fix the start and end column offsets.
80004: Standard input stream failed.
Cause Cannot read data entered in the standard input.
Action Enter the correct information in the standard input.
80005: Column information is not specified.
Cause Information about columns in the table is not specified.
Action Specify column information.
80006: Character set not supported by Loader utility.
Cause The specified character set is not supported in the Loader utility.
Action Specify a character set supported by the Loader utility.
80007: Unable to initialize handle.
Cause Cannot initialize the handle.
Action Specify the handle correctly.
80008: Unable to open control file.
Cause Cannot open the control file.
Action Verify the control file exists at the specified path.
80009: Control file is too large.
Cause The control file is too large.
Action Ensure the controls file is less than 10KB.
80010: Unable to close control file.
Cause Cannot close the control file.
Action Verify the control file exists at the specified path.
80011: Unable to open data file.
Cause Cannot open the data file.
Action Verify the data file exists at the specified path.
80012: Unable to close data file.
Cause Cannot close the data file.
Action Verify the data file exists at the specified path.
80013: Unable to open log file.
Cause Cannot open the log file.
Action Verify the log file exists at the specified path.
80014: Unable to close log file.
Cause Cannot close the log file.
Action Verify the log file exists at the specified path.
80015: Unable to open error file.
Cause Cannot open the error file.
Action Verify the error file exists at the specified path.
80016: Unable to close error file.
Cause Cannot close the error file.
Action Verify the error file exists at the specified path.
80017: Unable to open binary data file.
Cause Cannot open a binary data file.
Action Verify the binary data file exists at the specified path.
80018: Unable to close binary data file.
Cause Cannot close a binary data file.
Action Verify the binary data file exists at the specified path.
80019: Unable to load binary data larger than raw column size.
Cause The binary data file is too large.
Action Use a large data type like BLOB or LONG RAW.
80020: Data file name required.
Cause No data file name was specified.
Action Specify a data file name.
80021: Table was not found.
Cause The table does not exist.
Action Check the table name.
80022: Table name required.
Cause No table name was specified.
Action Enter a table name in the control file.
80023: Invalid column name \"%1$s\".
Cause The column name is invalid.
Action Verify that the column name exists in the table.
80024: Unsupported data type in Loader utility.
Cause The data type is not supported by the Loader utility.
Action Check the data type.
80025: Column data exceeds data buffer size.
Cause The column data is larger than the buffer.
Action Increase the buffer size.
80026: Data file indicator was not found.
Cause Cannot find the data file at the specified location.
Action Verify that the path of the data file is valid.
80027: Unable to locate first column in data file.
Cause Cannot find the first column in the data file.
Action Verify that the path of the data file is valid.
80028: Unable to close external LOB or LONG data file.
Cause Cannot close a LONG or LOB file.
Action Verify the path of the file is valid.
80029: Unable to copy data to stream buffer in direct path load.
Cause Cannot copy data to the DPL stream buffer.
Action Check the size and availability of the data.
80030: Datafile has fewer lines than the number specified to skip.
Cause The data file is smaller than the number of lines to skip.
Action Check the data file.
80031: Error occurred while reading data file.
Cause An error occurred while reading a data file.
Action Check the path and modification of the data file.
80032: Invalid enclosed string was used.
Cause An invalid enclosed string was used.
Action Use a valid enclosed string.
80033: Data file has more errors than the maximum allowed (de fault: 50).
Cause The data file has more record errors than allowed.
Action Modify the ERRORS parameter on the command line, or modify data.
80034: Failed to load DPL stream.
Cause Cannot connect the DPL stream to server.
Action Check the CLI error context.
80035: Field terminator was not found.
Cause The field delimiter does not exist.
Action Specify a field delimiter.
80036: Failed to fetch additional rows: End of file was reached.
Cause Reached the end of the data file.
Action Check the current offset of the data file.
80048: Unable to jump to specific offset in datafile.
Cause Cannot find a particular offset of the data file.
Action Verify that the data file in the specified path is valid.
80049: Failed to insert data to database system.
Cause Cannot load the data to DB.
Action Check the CLI error context.
80050: Failed to assign outfile.
Cause The data type cannot be read from an external file.
Action Data types that can be read from an external file are BLOB, CLOB, LONG, LONG RAW and BINARY.
80051: Failed to alter DPL INDEX creation method.
Cause An error occurred while changing the method to create a DPL INDEX.
Action Contact the system administrator.
80052: Failed to convert from Loader utility data type to database data type.
Cause Cannot convert the specified Loader utility data type to DB server data type.
Action Contact the system administrator.
80053: Some relatively positioned columns are not present in the record.
Cause Some column values do not exist in the record.
Action To bind the non-existing columns with NULL, use the TRAILING NULLCOLS option.
80054: Error occurred while writing data file.
Cause Failed to write the data file.
Action Verify the data file path are modifications are correct.
80055: Unable to copy data to the connection information buffer.
Cause An attempt was made to copy data that is larger than the (MAXLENGTH: 62).
Action Check the buffer length and data.
80056: Column buffer size must be larger than the difference be tween start offset and end offset.
Cause The buffer size of the column is smaller than the start and end offset difference.
Action Specify a larger buffer size, or set the location information database.
80057: LOB file field delimiter was not found.
Cause The LOB file field delimiter does not exist.
Action Specify a field delimiter.
80058: The LOB file field delimiter is the same as the field termina tor.
Cause The LOB file field delimiter must be different from the field terminator.
Action Specify a different LOB file field delimiter.
80059: The LOB file field delimiter was not found in data file.
Cause The LOB file field delimiter does not exist in the data file.
Action Specify a field delimiter found in the data file.
80060: The LOB file delimiter is the same as the field terminator.
Cause The LOB file delimiter must be different from the field terminator.
Action Specify a different LOB file field delimiter.
80061: The LOB file delimiter was not found in data file.
Cause The LOB file delimiter does not exist in the data file.
Action Specify a delimiter found in the data file.
80062: Invalid date/time format.
Cause Invalid date/time format.
Action Use the format supported by the DBMS server.
80063: Bind parameter was not found.
Cause The bind parameter name does not exist in the columns.
Action Use a string found among the column names.
80064: Duplicate filename in Loader utility.
Cause Among control file, Infile, badfile, and logfile, two or more files have the same name.
Action Check the file names and rename the duplicate(s).
80065: NOT NULL constraint violated.
Cause An attempt was made to insert the NULL value into a column where the NOT NULL constraint is specified.
Action Remove the NOT NULL constraint, or insert a value that is not NULL.
80066: Not yet implemented.
Cause This function has not been implemented.
Action This function will be supported in the next version.
80067: Cannot recognize the wallet file.
Cause Input file name is incorrect or empty.
Action Check the environment variable or input the file correctly.
80068: Unknown SQL function or function parameter.
Cause Check SQL function or function parameter.
Action Check SQL function or function parameter.
80069: Data save error in direct path loading mode.
Cause Check bad file and log file.
Action Check bad file and log file.
80070: Too many table names exist.
Cause Set specific table names.
Action Verify more than one SYNONYM are binded to different tables.
80071: Unable to use column with expression in DPL mode (DI RECT=Y).
Cause This function is not supported.
Action Use column with expression in CPL mode (DIRECT=N).
80072: DIRECT=Y option should be specified when DPL_LOG=Y or DPL_PARALLEL=Y.
Cause If DPL_LOG=Y or DPL_PARALLEL=Y, DIRECT=Y should be also specified.
Action Specify the DIRECT=Y option.
80073: Filename is too long.
Cause The file name must be less than or equal to 256 characters.
Action Choose a new filename.
80074: Invalid column index.
Cause The column index is out of range.
Action The column index must be greater than 0 and less than or equal to the number of columns.
80075: Unable to open %1$s file: %2$s.
Cause Cannot open the %1$s file.
Action Verify the %1$s file exists at the specified path.
80077: DIRECT=Y option should be specified when DPL_LOG=Y or PARALLEL>1.
Cause If DPL_LOG=Y or PARALLEL>1, DIRECT=Y should be also specified.
Action Specify the DIRECT=Y option.
80078: The environment variable '%1$s' cannot be used.
Cause The environment variable '%1$s' cannot be used with the PARALLEL parameter.
Action Delete the environment variable.
80079: I/O connect error.
Cause An error occurred during communication with Proxy Server.
Action Contact the technical support team.
80080: I/O listen error.
Cause An error occurred during communication with Proxy Client.
Action Contact the technical support team.
80081: I/O accept error.
Cause An error occurred during communication with Proxy Client.
Action Contact the technical support team.
80082: I/O read error.
Cause An error occurred during communication.
Action Contact the technical support team.
80083: Invalid nls_date_language.
Cause Invalid nls_date_language.
Action Use the nls_date_language supported by the DBMS server.
80084: Parallel and fast build indexes options cannot be used si multaneously.
Cause Parallel and fast build indexes options cannot be used simultaneously.
Action Use only one option between 'parallel' and 'fast build indexes'.
80085: Missing byteorder option in control file.
Cause Missing byteorder option in control file.
Action Write 'BYTEORDER (LITTLE/BIG) ENDIAN' phrase in control file.
Last updated