46 KUP-00552 to KUP-13037

KUP-00552: internal XAD package failed to load

Cause: An error was encountered while attempting to initialize the XAD package.

Action: This message should be accompanied by other error message(s) indicating the cause of the error.

KUP-00554: error encountered while parsing access parameters

Cause: The parser detected a syntax error.

Action: This message should be accompanied by other error message(s) indicating the cause of the error.

KUP-00561: invalid length for binary integer field string\n

Cause: An integer field was specified with an invalid length. The only supported lengths for binary integer fields are 1, 2, 4, and 8.

Action: n/a

KUP-00562: unknown escape sequence\n

Cause: An unknown escape sequence was specified to the parser. An escape sequence is a backslash followed by a character.

Action: Consult documentation for list of allowable control characters.

KUP-00600: internal error, arguments [string] [string] [string] [string] [string]

Cause: An internal XAD error occurred.

Action: Contact Oracle Support.

KUP-00601: fatal XAD error

Cause: A fatal error has occurred.

Action: This message should be accompanied by other error message(s) indicating the cause of the error.

KUP-01006: error signalled during parse of access parameters

Cause: An error was signalled during parsing of the access parameters.

Action: This message should be accompanied by other error message(s) indicating the cause of the error.

KUP-01007: at line number column number

Cause: This is an informational message indicating the line and column where a syntax error was detected.

Action: n/a

KUP-01008: the bad identifier was: string

Cause: This is an informational message indicating the identifier token that caused a syntax error.

Action: n/a

KUP-02000: wrong message file version (msg number not found)

Cause: The kupxx.msb file is not the correct version.

Action: Check that the installation was done correctly.

KUP-02001: unrecognized punctuation symbol "string"

Cause: An illegal punctuation character was encountered.

Action: Remove the illegal character.

KUP-02002: unexpected end of input file reached

Cause: This is probably caused by failure to supply the closing quote for a quoted string.

Action: Correct the input.

KUP-02003: unrecognized character: string

Cause: An input character that is neither an alpha, digit, or punctuation was encountered.

Action: Remove the character.

KUP-02004: quoted string too big

Cause: A quoted string longer than 2000 bytes was encountered.

Action: This may be caused by a missing close quote. If so, add the missing quote, otherwise shorten the string.

KUP-02005: token too big

Cause: A token longer than 1000 bytes was encountered

Action: Tokens must be separated by whitespace or punctuation. Either add the missing whitespace or punctuation, or shorten the token.

KUP-02006: script line too long

Cause: a line longer than 500 bytes was encountered

Action: break the line up into shorter lines

KUP-03001: fatal error during library cache pre-loading

Cause: This message should be accompanied by other error message(s) indicating the cause of the error.

Action: Check the accompanying errors.

KUP-03002: end position (number) <= start position (number) for field: string

Cause: Error in specifying position for the specified field in the access parameters."

Action: Check that the specified end position is greater than the specified start position.

KUP-03003: absolute end(number) - start(number) != fieldlength (number) for field string

Cause: The number of bytes occupied by the field as specified by the starting offset and ending offset of the field is not the same as the number of bytes specified for the datatype of the field.

Action: Verify the absolute begin/end position(s) specified match the length of the field.

KUP-03004: absolute end (number) specified with relative start (number) for field string

Cause: The position of field was specified with a relative start and an absolute end.

Action: Use relative end with relative start

KUP-03005: relative end (number) specified does not match fieldlen(number) for field string

Cause: The number of bytes specified by the relative end position for the field does not match the number of bytes in the datatype.

Action: Correct either the datatype length or the relative end position.

KUP-03006: error initializing handle for character set string

Cause: Error attempting to retrieve information for the character set.

Action: Verify that the character set name is valid.

KUP-03007: end position (number) is less than start position (number) for range

Cause: A byte range specified a start position that comes after the end position.

Action: Verify the start and end positions are correctly specified.

KUP-03008: OCI error getting column parameters.

Cause: An error occurred while trying to obtain column parameters.

Action: Contact Oracle Support.

KUP-03009: OCI error getting column name.

Cause: An error occurred while trying to obtain column name.

Action: Contact Oracle Support.

KUP-03010: OCI error getting database column type.

Cause: An error occurred while trying to obtain database column type.

Action: Contact Oracle Support.

KUP-03011: OCI error getting database column size.

Cause: An error occurred while trying to obtain database column size.

Action: Contact Oracle Support.

KUP-03012: OCI error getting database column precision.

Cause: An error occurred while trying to obtain database column precision.

Action: Contact Oracle Support.

KUP-03013: OCI error getting database column scale.

Cause: An error occurred while trying to obtain database column scale.

Action: Contact Oracle Support.

KUP-03014: OCI error getting datetime fsprecision.

Cause: An error occurred while trying to obtain a datetime column precision value."

Action: Contact Oracle Support.

KUP-03015: OCI error getting datetime lfprecision.

Cause: An error occurred while trying to obtain database column precision.

Action: Contact Oracle Support.

KUP-03016: length specified for FIXED records must be greater than 0\n

Cause: A record format of FIXED was specified with a length of 0.

Action: n/a

KUP-03017: length specified for VARIABLE records must be greater than 0\n

Cause: A record format of VARIABLE was specified with a length of 0.

Action: n/a

KUP-03018: invalid date mask "string" specified for column string\n

Cause: The date mask for the specified column is invalid.

Action: n/a

KUP-03019: directory object not specified in LOBFILE clause for field string\n

Cause: A LOBFILE clause was specified for the field, but no directory object was specified. When no directory object is specified, then the default directory specified for the external table is used, but no default directory was specified.

Action: Specify a directory object in the LOBFILE clause or specify a default directory for the external table.

KUP-03020: empty delimiter specified for record\n

Cause: An empty delimiter string was specified for a record delimiter.

Action: Specify the string used to delimiter records.

KUP-03021: clause references unknown field string\n

Cause: A WHEN, NULLIF or DEFAULTIF clause referenced a field that doesn't exist in the data file.

Action: n/a

KUP-03022: lob data could not be found for field string\n

Cause: The field specified in the data source that contains the name of the lob file for the record could not be identified.

Action: n/a

KUP-03023: string for TERMINATED BY or ENCLOSED BY clause for record is longer than maximum number\n

Cause: The string value for a TERMINATED BY or ENCLOSED BY clause is longer than the maximum number of bytes allowed. If the character set of the data file is different than the character set of the database, the string will be converted to the character set of the data file. If the length of the converted string is too large, then this error will also be returned.

Action: Use shorter delimiters in the data file and the access parameters.

KUP-03024: string for TERMINATED BY or ENCLOSED BY clause for column string is longer than maximum number\n

Cause: The string value for a TERMINATED BY or ENCLOSED BY clause for the columns is longer than the maximum number of bytes allowed. If the character set of the data file is different than the character set of the database, the string will be converted to the character set of the data file. If the length of the converted string is too large, then this error will also be returned.

Action: Use shorter delimiters in the data file and the access parameters.

KUP-03025: For CSV format files, field string is not delimited.\n

Cause: The comma-delimited value (CSV) format files did not have all delimited fields. CSV format files must have all delimited fields so that the access driver can process the fields.

Action: Make all of the fields delimited or remove the CSV specification and retry.

KUP-03026: For FIELD NAMES, field string is not delimited.\n

Cause: The data files with a FIELD NAMES record did not have all delimited fields. Data files with a FIELD NAMES record must have all delimited fields so that the access driver can process the field names.

Action: Make all of the fields delimited and retry.

KUP-03027: NULLIF at field level not allowed with NO NULLIF for field string.\n

Cause: The field had both NULLIF and NO NULLIF specified. You must specify one or the other.

Action: Remove one of the specifications and retry.

KUP-03028: Field name string in field list does not match the name of any table column.\n

Cause: The ALL FIELDS OVERRIDE THESE clause was specified and there was a field name in the field list in the access parameters that did not match the name of a column in the table definition. Only names that match the name of columns in the table may be specified in the field list.

Action: Verify that the correct names are used for the columns in the table and for the fields in the field list.

KUP-03029: Invalid value specified for parameter string.

Cause: The access parameter contained an invalid value for the parameter specified in the error message.

Action: Update the access parameters to have a valid value.

KUP-03030: Invalid value specified for EXTERNAL MODIFY access parameter.

Cause: An invalid access parameter was specified in the EXTERNAL MODIFY clause.

Action: The only valid values for access parameters in the EXTERNAL MODIFY clause are: logfile, nologfile, badfile, nobadfile, discardfile, nodiscardfile.

KUP-03031: Invalid value specified for EXTERNAL MODIFY access parameter.

Cause: An invalid access parameter was specified in the EXTERNAL MODIFY clause.

Action: The only valid value for access parameters in the EXTERNAL MODIFY clause is "logfile".

KUP-03032: No directory object for a file in the LOB LOCATION SPECIFIER clause.\n

Cause: The directory object was not specified for a file in the LOB LOCATION SPECIFIER clause and the DEFAULT DIRECTORY clause was not specified for the external table.

Action: Ensure that the directory object is specified for all the files in the LOB LOCATION SPECIFIER clause and include the DEFAULT DIRECTORY clause for the external table. Note that the directory object in the DEFAULT DIRECTORY clause is used for all the files that are specified without a directory object and not just the files from the LOB LOCATION SPECIFIER clause.

KUP-03033: Values cannot be specified for both SKIP and IGNORE_HEADER.

Cause: The access parameters specified values greater than 0 for the SKIP and IGNORE_HEADER clauses. Only one of these clauses can be specified in the access parameters.

Action: Remove one of the clauses from the access parameters.

KUP-03034: The IGNORE_HEADER clause cannot be specified along with any of the FIELD NAMES clauses.

Cause: The access parameters specified values greater than 0 for the IGNORE_HEADER clause and specified one of the following clauses: FIELD NAMES FIRST FIELD NAMES FIRST IGNORE FIELD NAMES ALL FIELD NAMES ALL IGNORE FIELD NAMES NONE

Action: Remove the IGNORE_HEADER clause or the FIELD NAMES clause.

KUP-03035: The IGNORE_HEADER clause cannot be specified with XMLTAG clause.

Cause: The access parameters specified values greater than 0 for the IGNORE_HEADER clause and the XMLTAG clause was specified.

Action: Remove the IGNORE_HEADER clause.

KUP-03036: CSV format or enclosing delimiters are not allowed with REMOVE_QUOTES.

Cause: The access parameters specified comma-separated value (CSV) format or enclosing delimiters and also specified the REMOVE_QUOTES clause.

Action: Do not specify the REMOVE_QUOTES clause with CSV format or enclosing delimiters.

KUP-03037: Links may exist in the Oracle directory object path.\n

Cause: The Oracle directory object used by the external table may contain links in the path.

Action: Ensure that the Oracle directory object does not contain any links in any of the path components.

KUP-03994: record size number is larger than the maximum size allowed on this platform, number\n

Cause: The value specified for the READSIZE parameter was too large.

Action: Specify a value that is smaller than maximum size allowed for the platform.

KUP-03995: LOCAL TIME ZONE not allowed with DATE_FORMAT TIME\n

Cause: LOCAL can only be specified with TIMESTAMP, not with TIME.

Action: Remove LOCAL or change TIME to TIMESTAMP and try the operation again.

KUP-03996: multiple DATE_FORMAT string masks specified at table level for table string\n

Cause: Multiple date format masks were specified for the listed datetime or interval data type at the table level for the listed table.

Action: Remove one of the datetime mask specifications and try the operation again.

KUP-03997: invalid DATE_FORMAT string mask ("string") specified for table string\n

Cause: The date format mask for listed datetime type for the specified table was invalid.

Action: Fix the mask and try the operation again.

KUP-03998: error number formatting KUP message number\n

Cause: error occured while attempting to format a KUP message.

Action: contact Oracle support.

KUP-03999: error occurred while processing a date format: ORA-number: string

Cause: Error converting a date format string into an internal representation.

Action: Verify that the date format strings specified in the access parameters are valid.

KUP-04000: error initializing I/O state for file string\n

Cause: An unexpected error occurred while preparing the file.

Action: Contact Oracle Support Services.

KUP-04001: error opening file string\n

Cause: An error occurred while attempting to open the specified file. This message should be followed by another message with more information about the error.

Action: See the error that follows to determine the action to be taken.

KUP-04002: error getting file size for file string\n

Cause: An error occurred while retrieving the number of bytes in the specified file.

Action: See the error that follows to determine the action to be taken.

KUP-04003: error while closing file string\n

Cause: An error occurred while closing the specified file.

Action: See the error that follows to determine the action to be taken.

KUP-04004: error while reading file string\n

Cause: An error occurred while reading the specified file.

Action: See the error that follows to determine the action to be taken.

KUP-04005: error while accessing file string\n

Cause: An error occurred while accessing the specified file.

Action: Ensure that the path to the file exists and the user has the correct permissions to access the file.

KUP-04006: error locating granule number: number\n

Cause: An attempt to locate the specified granule failed.

Action: Ensure that the path to the file exists and that the user has the correct permissions to access the file. This error may also occur in a Oracle RAC environment where the directory paths are not shared.

KUP-04017: OS message: string\n

Cause: An error occurred. This message contains the message associated with this error that was returned by the operating system. The message displayed before this one should indicate the operation that failed.

Action: n/a

KUP-04018: partial record at end of file string\n

Cause: An incomplete record was found at the end of the file.

Action: Verify the file is not corrupt or missing data.

KUP-04019: illegal length found for VAR record in file string\n

Cause: A record in a VAR file has an length field with either no numeric characters in it or with non numeric characters in it.

Action: Verify the records in the file have the correct length specified for them.

KUP-04020: found record longer than buffer size supported, number, in string (offset=number)\n

Cause: a record in the data source was longer than the maximum data size supported. The number reported is the maximum supported size of a record.

Action: n/a

KUP-04021: field formatting error for field string\n

Cause: There was an error trying to find the contents of the specified field in a record.

Action: This message should be followed by another message containing more specific information about the cause of the error.

KUP-04022: field start is before start of record\n

Cause: The position of the start of a field is before the start of a record. This can occur if a negative number is used to indicate the relative start of a field.

Action: Verify that the definition of the layout of fields in the data file is correct.

KUP-04023: field start is after end of record\n

Cause: This can happen when specifying either absolute or relative positioning for a field.

Action: Verify that the definition of the layout of fields in the data file is correct. If it is valid for fields at the end of the record to be missing, use the MISSING FIELD VALUES ARE NULL clause in the access parameters.

KUP-04024: field end is before field start\n

Cause: The end of the field comes after the start of the field. This can happen if the field is defined with a relative start position and an absolute end position.

Action: Verify that the definition of the layout of fields in the data file is correct.

KUP-04025: field extends beyond end of record\n

Cause: This can happen when specifying either absolute or relative positioning for a field.

Action: Verify that the definition of the layout of fields in the data file is correct.

KUP-04026: field too long for datatype\n

Cause: The character field in the record is larger than the maximum length specified.

Action: Make sure the definition of the layout of the fields in the data file is correct. Also make sure the correct maximum size was specified for a character datatype.

KUP-04027: file name check failed: string\n

Cause: The check of the filename failed. These checks are platform specific, but they can include verifying that there are no hard links in the file path, the file is not a soft link, the file specification includes a parent reference ("../" on Unix), or the file was modified between the time the check was made and the file was opened.

Action: Use a file location that does not violate any of the checks.

KUP-04028: conversion of character length to a number failed\n

Cause: The character length portion of the field could not be converted to a number. This message is followed by another message with information on why the conversion failed.

Action: Make sure the data is correct. Also verify the datatypes specified for the fields are correct.

KUP-04029: numeric field overflowed\n

Cause: An attempt to convert a character string to number failed because the value of the number in the string was too large.

Action: n/a

KUP-04030: invalid numeric data\n

Cause: An attempt to convert a character string to a number failed because non-numeric characters were found.

Action: n/a

KUP-04031: empty filename specified for LOB file in column string\n

Cause: The field in the data file that was supposed to contain the name of a LOB file was empty.

Action: Correct the data so that it contains a valid file name.

KUP-04032: internal error string while parsing field string:\n

Cause: An internal error occurred while parsing a field.

Action: Contact Oracle support.

KUP-04035: beginning enclosing delimiter not found\n

Cause: The beginning enclosure was not found for a field that is enclosed by delimiters.

Action: Verify that the data is correct. Also verify that the correct enclosing delimiters were specified and whether the enclosing delimiter should be optional.

KUP-04037: terminator not found\n

Cause: The terminator for the field is missing.

Action: Verify that the records are formatted correctly.

KUP-04038: internal error: string\n

Cause: an unexpected error condition was detected.

Action: contact Oracle customer support

KUP-04039: unexpected error while trying to find file string in string\n

Cause: An error occurred while trying to find path containing the file.

Action: This message should be followed by another message with more information about the error.

KUP-04040: file string in string not found\n

Cause: The file was not found in the directory specified

Action: Verify the correct file and directory names were specified.

KUP-04041: error generating full file name for string in string\n

Cause: Unexpected error occurred while trying to form a file name.

Action: n/a

KUP-04043: table column not found in external source: string\n

Cause: A column in the external table was not found in the access parameters that define the contents of the data source.

Action: Verify that the external table is defined correctly and that the access parameters are also correct.

KUP-04044: error positioning file string\n

Cause: An attempt to position a file to an absolute file offset failed.

Action: See messages that follow for more information.

KUP-04045: unexpected OCI status string

Cause: An OCI call returned a status that cannot be handled.

Action: Contact Oracle support.

KUP-04047: error parsing record from external data source\n

Cause: An error occurred while trying to extract a record from the data source.

Action: Look in the log file for more messages about the error.

KUP-04048: internal error parsing record from external data source\n

Cause: An unexpected or unhandled error occurred while getting a record from the data source

Action: Contact Oracle support.

KUP-04049: record number discarded from file string\n

Cause: Informational message displayed whenever the WHEN clause has been satisfied. If a DISCARD file has been specified for the operation, the record will be written to that file.

Action: None

KUP-04050: error while attempting to allocate number bytes of memory\n

Cause: An error occurred while trying to allocate memory. This is likely caused by insufficient memory.

Action: Reconnect to the instance and retry the operation.

KUP-04051: error processing column string in row number for datafile string\n

Cause: an error occurred while trying to convert the data from the data file into the type of a column in the external table.

Action: See messages that follow for more details.

KUP-04052: \nerror processing column string in a row for datafile string\n

Cause: an error occurred while trying to convert the data from the data file into the type of a column in the external table.

Action: See messages that follow for more details.

KUP-04053: record number number\n

Cause: This message identifies a record number in a file for a record that had an error. The message preceding this one contains information about the error and the name of the file.

Action: n/a

KUP-04054: internal error: invalid bad row number identified for bad column number\n

Cause: This is an internal error.

Action: Contact Oracle support.

KUP-04055: column string is both a field in the data file and a column transform\n

Cause: The specified column was in the list of fields in the data file and in the list of column transforms. The column should be in one list or the other, but not both.

Action: Determine whether the value for the field in the data file or the value for the field in the column transform should be loaded in to the table. If the value for the data file is to be loaded, then remove the column transform. If the value for the column transform is to be loaded, then rename the field in the data file so that it does not match the name of a field in the table.

KUP-04056: internal error: OCI error while fetching record: number\n

Cause: An OCI error occurred while processing the granule.

Action: Contact Oracle support.

KUP-04057: internal error: OCI error while fetching record.\n

Cause: An OCI error occurred while processing the granule.

Action: Contact Oracle support.

KUP-04058: unrecoverable error occurred, operation aborted.\n

Cause: An unrecoverable error occurred during processing.

Action: See preceding error messages for more information.

KUP-04059: found EOF in length portion of VARIABLE record in file string\n

Cause: The record parser was looking for the size portion of a file a record format of VARIABLE. It found EOF before finding all the bytes for the length.

Action: Correct the corruption in the file.

KUP-04060: field string referenced by lobfile column string not found\n

Cause: The LOBFILE transform for the named column referenced a field for either the directory object portion or the name portion of the LOBFILE. However, that field did not exist anywhere in the definition of the data file.

Action: Verify that the LOBFILE clause is specified correctly. Also verify that the field definitions for the data file are correct.

KUP-04061: directory object string specified for LOBFILE column string is not valid\n

Cause: The column being loaded from a LOBFILE specified the directory object containing the LOBFILE through another field in the data file. In this case, the LOBFILE clause in the access parameters must specify a list of all directory objects that will be used for this field. This error occurs because a field contains the name of a directory object that is not in this list.

Action: Verify that the data file contains the correct directory object and verify that the list of valid directory objects in the LOBFILE clause for this column is complete.

KUP-04062: no data source specified\n

Cause: No location for the data source of the external table was specified when the external table was created. An empty string is not valid.

Action: Specify the name of the data source in the LOCATION clause when creating an external table.

KUP-04063: unable to open log file string\n OS error string\n

Cause: An attempt to open the log file failed.

Action: Specify a different log file or use NO LOGFILE to disable logging.

KUP-04064: fatal error during initialization\n

Cause: An unexpected error occurred while initializing access to an external table.

Action: Contact Oracle support.

KUP-04065: error processing LOBFILE for field string\n

Cause: An error occured while opening or reading a LOBFILE for a column in a row.

Action: See message in log file for more information about the error.

KUP-04066: error initializing access to external table source\n

Cause: An error occurred while attempting to retrieve information about a data source.

Action: See messages preceding this one for more information about the error.

KUP-04067: internal error allocating handle type string\n

Cause: An attempt to create an internal object failed.

Action: Contact Oracle support.

KUP-04068: internal error fetching attribute string\n

Cause: An attempt to fetch information about an internal object failed.

Action: Contact Oracle support.

KUP-04069: error fetching data for external table\n

Cause: An error occurred while atempting to fetch data from an external table.

Action: See messages the precede this one for more information.

KUP-04070: field string referenced by column transform string not found\n

Cause: The column transform for the named column references a field that did not exist anywhere in the definition of the data file.

Action: Verify that the column transform clause is specified correctly. Also verify that the field definitions for the data file are correct.

KUP-04071: record discarded from file string\n

Cause: Informational message displayed whenever the WHEN clause has been satisfied. If a DISCARD file has been specified for the operation, the record will be written to that file. The record number in the source data file is not known because multiple servers are loading from the file.

Action: n/a

KUP-04072: error writing to file string\n

Cause: An error occurred while attempting to write to the named file.

Action: See messages that follow this message for more information about the error.

KUP-04073: record ignored because all referenced fields are null for a record\n

Cause: A record was rejected because all fields in the data file referenced by the query were NULL.

Action: n/a

KUP-04074: no write access to directory object string\n

Cause: The user does not have write access to the directory object used for a log, bad or reject file.

Action: n/a

KUP-04075: no read access to directory object string\n

Cause: The user does not have read access to the directory object used for a data file.

Action: n/a

KUP-04076: file name cannot contain a path specification: string\n

Cause: The name of a data file, log file, bad file or reject file contains a path specification.

Action: Use the name of a directory object to indicate where the file should be stored.

KUP-04077: unknown format specifier in file name string\n

Cause: A format specifier is a percent sign followed by a character. The percent sign and character are replaced by a value depending on the character. This error occurs when the character following the percent sign is not defined to have a value.

Action: See the documentation for information on valid format specifiers. If the file to be opened needs to have a percent sign in its name then use two pecent signs. They will get replaces by a single percent sign in the resulting file name.

KUP-04078: invalid file name specified: string

Cause: Attempt to parse the file name failed.

Action: Specify a valid file name.

KUP-04079: error fetching list of valid directories: number\n

Cause: An attempt to retrieve a list of valid directories that can be used by the user to open files failed. The number is an Oracle error code.

Action: Contact Oracle Support Services.

KUP-04080: directory object string not found\n

Cause: The directory object specified for an input file or a log, bad or discard file does not exist in the database or the user has no privileges to access this directory.

Action: n/a

KUP-04081: field string used in concatenation for column string is not a character type\n

Cause: The specified field was part of a concatenation of strings used to create the value for the names column. However, the field was not of a character datatype. Only character fields may be used as part of concatenating fields.

Action: Verify the correct field was used in the CONCAT clause. Also verify that the correct datatype is specified for the field in the field list.

KUP-04082: error converting field string for LOBFILE column string\n

Cause: The LOBFILE column had either its directory object name or filename specified by a field in the data file and that field needed to be converted to the server's character set before it could be used. This message indicates that an attempt to convert the field failed.

Action: Verify that the data file has the correct value for the fields. Also verify that the correct character set was specified for the data file.

KUP-04083: no directory object specified in LOBFILE clause for column string\n

Cause: There was no directory object specified for the LOB files used to populate the named column and no default directory was specified for the external table.

Action: Either specify a directory name, or the name of a data field containing the name of the directory object that contains the files.

KUP-04084: unknown reader string specified\n

Cause: The access parameters specified an unknown reader in the com.oracle.bigdata.reader access parameter.

Action: Ensure that the value specified in the access parameter is correct.

KUP-04085: duplicate directory object string and file string specified for unload\n

Cause: A CREATE TABLE AS SELECT statement was executed for an external table of type ORACLE_DATAPUMP and the same directory object and filename combination was specified multiple times.

Action: Issue the CREATE TABLE AS SELECT command again but make sure the combination of directory objects and filenames is unique.

KUP-04086: length of file name exceeds platform maximum of number\n

Cause: The length of a filename is longer than the maximum length supported by Oracle on the server platform.

Action: Verify that the name is correct. If so, use a shorter file name.

KUP-04087: no execute access to directory object string\n

Cause: Execute access to the directory object used for a preprocessor file was not granted.

Action: Grant execute privilege on the directory object or specify a different directory which already has execute privilege enabled.

KUP-04088: data sampling is not supported by this access driver\n

Cause: A query of an external table requested a sample of the data returned. The access driver for the external table does not support sampling.

Action: Do not try to use sampling for this external table.

KUP-04089: column transform string is not the name of a table column\n

Cause: The specified column was in the list of column transforms but a column by that name does not exist in the table

Action: Verify that the correct name was specified in the column transform.

KUP-04090: big endian byte order mark found when little endian expected in string\n

Cause: A big endian byte order mark was found at the beginning of the specified file and either the access parameters specified the data was in little endian order or the byte order mark for a previous file was little endian.

Action: The file needs to be loaded separately. If a byte order was specified in the access parameters, make sure it is changed to be big endian.

KUP-04091: little endian byte order mark found when big endian expected in string\n

Cause: A little endian byte order mark was found at the beginning of the specified file and either the access parameters specified the data was in big endian order or the byte order mark for a previous file was big endian.

Action: The file needs to be loaded separately. If a byte order was specified in the access parameters, make sure it is changed to be little endian.

KUP-04092: attempt to audit directory object string returned internal error number\n

Cause: An error occurred while attempting to enable auditing for the specified directory object.

Action: Contact Oracle Support Services.

KUP-04093: error processing the FIELD NAMES record in data file string\n

Cause: An error occurred while processing the FIELD NAMES record for the data file.

Action: See the messages that preceed this one for more details. Fix the error and retry the operation.

KUP-04094: not authorized to perform preprocessing with Oracle Database Vault enabled\n

Cause: The Oracle Database Vault option did not permit the execution a program from an Oracle directory object.

Action: If preprocessing must be performed, then grant PREPROCESSOR authorization to the user in the Oracle Database Vault.

KUP-04095: preprocessor command string encountered error "string"\n

Cause: The specified preprocessor command encountered an error during execution.

Action: Verify that the preprocessor command along with any arguments are correct.

KUP-04096: Warning: lobfile column transform ignored with PREPROCESSOR option.\n

Cause: The specified column was in the list of lobfile column transforms but the PREPROCESSOR option was also specfied. The PREPROCESSOR option does not work in conjuction with lobfile column transforms.

Action: Do not use column transforms with the PREPROCESSOR option.

KUP-04097: RECORDS clause specified without a record format\n

Cause: The RECORDS clause was part of the external table access parameters but no record format type was provided.

Action: If the RECORDS clause is used, then it must be followed by one of the VARIABLE, FIXED, or DELIMITED BY clauses.

KUP-04098: empty field name for field number in the FIELD NAMES record in data file\n

Cause: The field name for the listed field number in the FIELD NAMES record was empty.

Action: Specify a valid field name in the data file and retry the operation.

KUP-04099: Missing one or more field names in the FIELD NAMES record in the data file. Found number fields, there should be number fields.\n

Cause: One or more field names was not listed in the FIELD NAMES record. However, it was listed in the access parameter list for the external table.

Action: Include all field names in the data file and retry the operation.

KUP-04100: record rejected in file string\n

Cause: A record in the data file was not loaded into the table because of an error while finding fields in the record. See the previous error for more information. The record will be written to the BAD file, if one is being used. The record number in the source data file is not known because multiple servers are loading from the file.

Action: n/a

KUP-04101: record number rejected in file string\n

Cause: A record in the data file was not loaded into the table because of an error while finding fields in the record. See the previous error for more information. The record will be written to the BAD file, if one is being used.

Action: n/a

KUP-04102: record number discarded from file string\n

Cause: Informational message displayed whenever the WHEN clause has been satisfied. If a DISCARD file has been specified for the operation, the record will be written to that file.

Action: n/a

KUP-04103: error converting zoned decimal field to number for string\n

Cause: An error occurred converting a zoned decimal number to an Oracle number.

Action: Verify that the zoned decimal number is formatted correctly.

KUP-04104: zoned decimal field has bad values for string\n

Cause: A zoned decimal number has an invalid format.

Action: Verify that the zoned decimal number is formatted correctly.

KUP-04105: zoned decimal to number conversion caused overflow for string\n

Cause: A zoned decimal number could not be converted to an Oracle number because the number is too big for an oracle number.

Action: Verify that the zoned decimal number is formatted correctly.

KUP-04106: precision for zoned decimal number is too large for string\n

Cause: The precision of a zoned decimal number is larger than the precision that can be stored in an Oracle number.

Action: Verify that the zoned decimal number is formatted correctly.

KUP-04107: substring of field string for column string is not a character type\n

Cause: A substring was specified for a field that which is not a character datatype. Only character fields may be used when specifying the substring transform.

Action: Verify the correct field was used in the STARTOF clause. Also verify that the correct datatype is specified for the field in the field list.

KUP-04108: unable to reread file string\n

Cause: The query that is executing requires that a data source for an external table be read multiple times. However, the data source is a sequential device that cannot be reread. Examples of this type of data source is a tape or pipe.

Action: There are a few ways around this problem. One is to rewrite the query so that the external table is referenced only once. Another option is to move the data source to a rereadable device such as a disk file. A third option is to load the data for the external table into a temporary table and change the query to reference the temporary table.

KUP-04109: specified path for directory object "string" is invalid\n

Cause: The default directory or a directory object specified for an input data file or an output dump, log, bad or discard file contains an invalid path name.

Action: Specify a valid path name for the directory object.

KUP-04116: Field name stringstringstring in the FIELD NAMES record in the data file is too long.\n

Cause: The field name exceeded the maximum of 128 characters.

Action: Specify at most 128 characters.

KUP-04117: Field name stringstringstring was not found in the access parameter field list or table.\n

Cause: The listed field name in the FIELD NAMES record of the data file was not found in the access parameter field list or in the table columns. The next error message, if any, lists the name of the data file where the error was found.

Action: Verify that the field name in the FIELD NAMES record is correct. If that is correct, verify that the external table is defined correctly and that the access parameter field list is also correct.

KUP-04118: operation "string", location "string"\n

Cause: This message provides information about the previous messages.

Action: Refer to the help for the previous message for more information.

KUP-04119: Error number opening directory for wild card search: string\n

Cause: An error occured while trying to open a directory to look for files that match a wild card specification.

Action: See messages that follow for more details.

KUP-04120: Error number fetching count of files for wild card search in directory string\n

Cause: An error occured while trying to retrieve the count of files matching a wild card specification in the directory

Action: See messages that follow for more details.

KUP-04121: Error number fetching file names for wild card search in directory string\n

Cause: An error occured while trying to retrieve the names of files matching a wild card specification in the directory

Action: See messages that follow for more details.

KUP-04122: Error number finishing wild card search in directory string\n

Cause: An error occured while trying to finish a search for files that match a wild card specification the directory. matching a wild card specification in the directory

Action: See messages that follow for more details.

KUP-04123: ending XML tag string was not found before end of file\n

Cause: A corresponding XML end tag was not found before the end of file.

Action: Add the missing XML end tag.

KUP-04124: no file name specified for location number in LOCATION clause\n

Cause: An empty string was specified for a file name in the LOCATION clause.

Action: Either specify a valid file name or remove that entry from the LOCATION clause.

KUP-04125: no directory object specified for location number in LOCATION clause\n

Cause: An empty string was specified for a directory object in the LOCATION clause and the DEFAULT DIRECTORY clause was not specified.

Action: Either specify the name of a valid directory object or specify the DEFAULT DIRECTORY clause.

KUP-04126: invalid CREDENTIAL parameter string specified\n

Cause: An invalid name for the CREDENTIAL parameter was specified.

Action: Specify a valid CREDENTIAL parameter in the external table access parameters. A schema name cannot be specified as part of a CREDENTIAL name.

KUP-04127: invalid URI string specified in LOCATION clause\n

Cause: An invalid URI was specified in the LOCATION clause.

Action: Verify that each URI specified in the LOCATION clause is valid.

KUP-04128: An unknown error occurred while retrieving URI objects.\n

Cause: This is an internal error.

Action: Contact Oracle Support Services.

KUP-04129: no file name specified in LOCATION clause\n

Cause: An empty string was specified for a file name in the LOCATION clause.

Action: Either specify a valid file name or remove that entry from the LOCATION clause.

KUP-04130: The NUMBER FORMAT clause was specified multiple times.\n

Cause: The NUMBER FORMAT clause was specified more than once.

Action: Do not specify the NUMBER FORMAT clause more than once.

KUP-04131: The NUMBER FORMAT clause is not supported for column string.\n

Cause: An attempt was made to specify the NUMBER FORMAT clause for a column that did not involve a character to Oracle NUMBER conversion.

Action: Do not specify the NUMBER FORMAT clause unless conversion from a character value to Oracle NUMBER is required.

KUP-04132: Decompression failed for file string/string.\n

Cause: Decompression failed for the specified file.

Action: Check the compression type access parameter to be sure compression specified for the file is correct.

KUP-04133: invalid string specified for NUMERIC_CHARACTERS clause\n

Cause: The string specified for the NUMERIC_CHARACTERS clause was converted to the character set of the data files. The resulting string must consist of two single-byte characters.

Action: Specify two single byte characters in the NUMERIC_CHARACTERS clause.

KUP-04134: The NUMERIC_CHARACTERS clause was specified multiple times.\n

Cause: The NUMERIC_CHARACTERS clause was specified more than once.

Action: Do not specify the NUMERIC_CHARACTERS clause more than once.

KUP-04135: insufficient privileges on CREDENTIAL string\n

Cause: An attempt was made to access an external table without the required EXECUTE privileges on the credential object.

Action: Ask your database administrator to grant you the necessary EXECUTE privileges on credential objects and retry the operation.

KUP-05001: Shift based character sets not supported with CSV format files\n

Cause: CSV is being used with a shift based chararcter set.

Action: Either use a non-shift based character set or do not use CSV format files.

KUP-05002: There are no matching files for any file specification in the LOCATION clause.

Cause: One or more file specifications including wild cards were specified in the LOCATION clause, but none of the files matched any of the specifications.

Action: Check to make sure that the file specifications are correct and that one or more files match the file specifications and then try the operation again.

KUP-05003: Warning: There are no matching files for this specification.\n

Cause: No matching files were found for the LOCATION clause specification listed in the previous error message.

Action: No action is required. However, if you expected the LOCATION clause specification to match one or more files, check the specification and the files in the directory to make sure that they are correct. If needed, try the operation again.

KUP-05004: Warning: Intra source concurrency disabled because parallel select was not requested.\n\n

Cause: Intra source concurrency can only be used when parallel select has been requested.

Action: No action is required this message is informational.

KUP-05005: Warning: Intra source concurrency disabled because a field of type RECNUM exists.\n\n

Cause: Intra source concurrency cannot be used with RECNUM fields.

Action: No action is required this message is informational.

KUP-05006: Warning: Intra source concurrency disabled because a complex terminator string is being used.\n\n

Cause: Intra source concurrency cannot be used with terminators where replicated substrings in the terminator could cause ambiguity during record parsing.\n\n"

Action: No action is required this message is informational.

KUP-05007: Warning: Intra source concurrency disabled because the preprocessor option is being used.\n\n

Cause: Intra source concurrency cannot be used with the PREPROCESSOR option.

Action: No action is required this message is informational.

KUP-05008: Warning: Intra source concurrency disabled because the input data is in DELIMITED record format and the characterset is neither fixed width nor UTF8.\n\n

Cause: Intra source concurrency cannot be used with the DELIMITED record format if the characterset is neither fixed width or UTF8.

Action: No action is required this message is informational.

KUP-05009: Warning: Intra source concurrency disabled because the input data is in VARIABLE record format.\n\n

Cause: Intra source concurrency cannot be used with the VARIABLE record format.

Action: No action is required this message is informational.

KUP-05010: Warning: Intra source concurrency disabled because the input data is in CSV format with embedded record delimiters/terminators.\n\n

Cause: Intra source concurrency cannot be used with the CSV record format that has embedded record delimiters/terminators.

Action: No action is required this message is informational.

KUP-05011: Size of file string in directory string has changed from number to number.\n

Cause: While executing a query against an external table, the size of one of the files changed. Changing the data in a file during execution can cause incorrect or inconsistent results.

Action: Do not modify the data files for an external table while querying the table.

KUP-05012: File string in directory string is no longer a sequential file.\n

Cause: While executing a query against an external table, the file went from being a sequential file at the beginning of the query to a non-sequential file later in the query.

Action: Do not modify the data files for an external table while querying the table.

KUP-05013: File string in directory string is now a sequential file.\n

Cause: While executing a query against an external table, the file went from not being a sequential file at the beginning of the query to being a sequential file later in the query.

Action: Do not modify the data files for an external table while querying the table.

KUP-05014: Warning: Intra source concurrency disabled because the URLs specified for the Cloud Service map to compressed data.\n\n

Cause: Intra source concurrency was used with a Cloud Service URL that maps to compressed data.

Action: No action is required, this message is informational.

KUP-05015: Shift-based character sets not supported with TRUNCATE_COLUMNS option.\n

Cause: TRUNCATE_COLUMNS option was being used with a shift-based chararcter set.

Action: Either use a nonshift-based character set or do not use a larger field width for the columns and do not use TRUNCATE_COLUMNS option.

KUP-06000: Unable to process LOB Location Specifier field.\n

Cause: The LOB Location Specifier field was not processed correctly.

Action: Make sure the LOB Location Specifier is formatted correctly.

KUP-06001: LOB Location Specifier for column string - invalid offset or length.\n

Cause: The LOB Location Specifier contained an invalid offset or length.

Action: The offset must not be a negative value. The length can only be negative if a value of -1 (for a NULL LOB) is specified.

KUP-06002: LOB Location Specifier for column string must be loaded into a LOB column.\n

Cause: The destination column for a LOB Location Specifier field was not a LOB data type.

Action: Make sure the destination column is a LOB data type.

KUP-06003: LOB Location Specifier file name cannot contain a directory path.\n

Cause: The file name for a LOB Location Specifier field contained a directory path.

Action: Make sure the file name specified does not contain any forward slash or backslash characters.

KUP-06004: The CREDENTIAL access parameter must accompany COMPRESSION access parameter.\n

Cause: The COMPRESSION access parameter was specified but the CREDENTIAL access parameter was not present.

Action: Specify the CREDENTIAL access parameter in addition to the COMPRESSION access parameter.

KUP-06006: The CREDENTIAL access parameter is not supported in populate mode.\n

Cause: The CREDENTIAL access parameter was specified for the ORACLE_DATAPUMP access driver in populate mode.

Action: Do not specify the CREDENTIAL access parameter in populate mode.

KUP-11000: file truncated error\n

Cause: A truncated file was used for the load operation.

Action: Verify unload operation completed successfully.

KUP-11001: files not from the same unload operation\n

Cause: Files used for the load operation were not from the same unload operation.

Action: Verify the files used are from the same unload operation.

KUP-11002: unable to read data chunk string\n

Cause: A read or seek to this data chunk was not possible. This chunk may not have existed.

Action: Verify the files used for the load operation are correct.

KUP-11003: bad data encountered while reading from file string\n

Cause: There was a datatype conversion error while attempting to convert the data in the data file to match the datatype of a column in the external table. The message that follows this one displays the name of the column and the start of the data for the column that could not be converted. The row containing the bad data is rejected and not included as a row in the external table.

Action: If the row containing the bad data should not be filtered out, then modify the definition of the external table so that the datatypes of the columns match the datatypes of the fields in the data file.

KUP-11004: requested version string not supported by ORACLE_DATAPUMP\n

Cause: This database version (defaulted to COMPATIBLE if not user-specified) was not supported by ORACLE_DATAPUMP external table access driver. Note: Database versions before 9.2 were not supported.

Action: Specify a supported version and rerun the operation.

KUP-11005: error seeking in file: string\n

Cause: An attempt to seek to the specified position in file failed.

Action: Review the error message. Resolve the problem and retry the the operation. Contact Oracle Support Services if the problem cannot be resolved.

KUP-11006: file truncated error in string\n

Cause: A truncated or incomplete file was used for the load operation.

Action: Verify unload operation completed successfully.

KUP-11007: conversion error loading table string.string

Cause: A row could not be loaded into the table because there was a conversion error for one or more columns in a row.

Action: See the message that follows for more information about the row that could not be loaded. To avoid this error, make sure the definition of the table being loaded matches the definition of the table being unloaded.

KUP-11008: conversion error loading table string.string partition string

Cause: A row could not be loaded into the table because there was a conversion error for one or more columns in a row.

Action: See the message that follows for more information about the row that could not be loaded. To avoid this error, make sure the definition of the table being loaded matches the definition of the table being unloaded.

KUP-11009: data for row: string \n

Cause: A conversion error occurred while loading data into a table. The message shows values for the field in the row that had the conversion error.

Action: None. This is only an informational message.

KUP-11010: unable to open at least one dump file for fetch\n

Cause: None of the files in the LOCATION clause can be opened for a fetch on an external table.

Action: A fetch operation on an external table in SQL mode requires that at least one file could be opened. Check that the directory object and file names to the dump files are correct.

KUP-11011: the following file is not valid for this load operation\n

Cause: This file could not be used for this load operation. See the following message for more information.

Action: Verify all the files in the LOCATION clause are from the same unload operation and that the unload was successful.

KUP-11012: file string in string already exists\n

Cause: The specified file could not be used for this unload because that would mean overwriting an existing file.

Action: Specify a file that does not currently exist.

KUP-11013: internal number in header in file string is not valid\n

Cause: The specified file could not be used for this operation because the internal number in the header was not valid.

Action: If the dump files were transferred over, verify the transfer operation was done correctly.

KUP-11014: internal metadata in file string is not valid\n

Cause: The specified file could not be used for this operation because the internal metadata stored in this file does not match the metadata stored in the first file piece set.

Action: Verify all the files in the LOCATION clause are the correct dump files to use.

KUP-11015: error in unloading or loading data\n

Cause: An error has occurred in a stream unload or load operation.

Action: Contact Oracle Support Services.

KUP-11016: database version in file string is not valid\n

Cause: The specified file could not be used for this fetch because its database version was not compatible with the database version in the other files in the LOCATION clause.

Action: Verify all the files in the LOCATION clause were populated with compatible database versions.

KUP-11017: file string not found\n

Cause: The file was not found.

Action: Verify the correct file (path and file name) was specified.

KUP-11018: file string not a valid dump file\n

Cause: This file did not have the correct file format. It could not be used for an external table fetch operation.

Action: Verify this file is from a SQL mode external table populate operation and that the operation was successful.

KUP-11019: the following file is not valid for this fetch operation\n

Cause: A file could not be used for this fetch. See the following message for more information.

Action: Verify all the files in the LOCATION clause are from successful populate operations. If the files were generated from various populate operations, then verify that those were done with common attributes such as with the same tables and compatible database versions.

KUP-11020: header in file string may not contain correct information\n

Cause: The header for ORACLE_DATAPUMP file was invalid.

Action: Ensure that you have specified the correct file.

KUP-11021: header in file string has an incompatible version number\n

Cause: A dump file was specified for a load operation whose version number is incompatible with the dump file version currently produced by the Oracle server on the system. Usually this message indicates that the dump file was produced by a newer version of the Oracle server.

Action: Load this dump file using the same version of the Oracle server that created the file.

KUP-11022: specified file name "string" is invalid\n

Cause: The file name specified for a dump or log file was invalid or null.

Action: Specify a valid file name for the dump or log file.

KUP-11023: specified path for directory object "string" is invalid\n

Cause: The default directory or a directory object specified for a dump or log file contained an invalid path name or was null.

Action: Specify a valid path name for the directory object.

KUP-11024: This external table can only be accessed from within a Data Pump job.

Cause: An attempt was made to access a temporary external table that was created by Data Pump to be used internally during the execution of an export or import job.

Action: None

KUP-11025: LOCATION clause is not allowed for ORACLE_HIVE external tables.\n

Cause: The LOCATION clause was specified for an ORACLE_HIVE access driver. The ORACLE_HIVE access driver gets LOCATION information from the metadata in the Hive catalog.

Action: Omit the LOCATION clause when creating an external table using the ORACLE_HIVE access driver.

KUP-11026: bad header format at start of granule [number] detected\n

Cause: The granule header was read but did not appear to be formatted correctly. The incorrect format could be due to a dump file corruption.

Action: Contact Oracle Support Services.

KUP-11027: A stream format internal error was detected unloading data "string".\n

Cause: An error occurred in a stream unload operation.

Action: Contact Oracle Support Services.

KUP-11028: Data load operation detected data stream format error number for granule number.\n

Cause: The format of the dump file data stream was not correct.

Action: The stream format error may have been caused by a corrupted dump file. If possible, re-create the dump file and try again. If the problem persists, contact Oracle Support Services.

KUP-11029: Data load operation detected data stream format error for granule number, attempting to continue.\n

Cause: The format of the dump file data stream was not correct.

Action: The stream format error may have been caused by a corrupted dump file. If possible, re-create the dump file and try again. If the problem persists, contact Oracle Support Services.

KUP-11501: ORACLE_BIGDATA access driver does not support modifying access parameters\n

Cause: A select of an ORACLE_BIGDATA external table used the EXTERNAL MODIFY clause to specify additional access parameters. An ORACLE_BIGDATA external table does not support modification of access parameters.

Action: Remove the EXTERNAL MODIFY clause from the SELECT statement.

KUP-11502: unexpected error loading Java Virtual Machine\n

Cause: The external procedure agent for the external table access driver was unable to load the Java Virtual Machine.

Action: Contact Oracle Support Services.

KUP-11503: cannot access cluster\n

Cause: An attempt was made to access table data in an ORACLE_HIVE or an ORACLE_HDFS external data source.

Action: Contact the database administrator about gaining access to ORACLE_HIVE and ORACLE_HDFS external data sources.

KUP-11504: error from external driver: string\n

Cause: An error occurred while attempting to access data in an ORACLE_HIVE or an ORACLE_HDFS external data source.

Action: Correct the problem as suggested by the error message and retry the operation.

KUP-11505: invalid value "string" specified for access parameter "string"\n

Cause: A NULL or invalid value was supplied for the access parameter.

Action: Correct the invalid value and retry the operation.

KUP-11506: cannot change cluster in the same session\n

Cause: An attempt was made to change the cluster in the same session. The first access to an Oracle BigData external table within a database session establishes the cluster for that session. This is determined by the cluster specified in the table's access parameters or, if no cluster was specified in the table's access parameters, by the default cluster set in the Oracle Big Data configuration file. Accessing an Oracle BigData external table in a different cluster within the same database session is not allowed.

Action: Establish a new database session and retry the operation.

KUP-11507: missing separator at offset number in line "string"\n

Cause: Access parameters in an Oracle Big Data external table as well as entries in the Oracle Big Data configuration file were lists of one or more property name or value pairs. In some cases, the property name does not require a value. In other cases where a value must be supplied with the property name, the two must be separated by an equal sign ('=') or a colon (':').

Action: Correct the problem as suggested by the error message and retry the operation.

KUP-11508: invalid character at offset number in line "string"\n

Cause: An invalid multibyte UTF character was encountered in the access parameters of an Oracle Big Data external table.

Action: Contact Oracle Support Services.

KUP-11509: invalid escape sequence at offset number in line "string"\n

Cause: An invalid escape sequence was encountered in the access parameters of an Oracle Big Data external table. This may be caused by \unnnn Unicode code point that does not generate a valid Unicode character.

Action: Correct the problem as suggested by the error message and retry the operation.

KUP-11510: missing value at offset number in line "string"\n

Cause: Access parameters in an Oracle Big Data external table as well as entries in the Oracle Big Data configuration file were lists of one or more property name or value pairs. In some cases, the property name does not require a value. In other cases, where a value must be supplied with the property name, the two must be separated by an equal sign ('=') or a colon (':'). In this instance, a property name and a separator were found without a corresponding value.

Action: Correct the problem as suggested by the error message and retry the operation. Supply a value if the property name requires one. Otherwise, remove the separator and supply only the property name.

KUP-11511: failed to initialize logging in external driver\n

Cause: The external driver code could not initialize a context for logging messages. This usually indicates a problem with the value of the Java classpath used by the external driver.

Action: Contact your system administrator to examine the contents of both the Oracle Big Data configuration file and the Oracle Big Data log4j configuration file to ensure that the entries in these files contain correct information.

KUP-11516: memory allocation error while initializing the Java Virtual Machine\n

Cause: An error occurred while trying to allocate memory in order to initialize the Java Virtual Machine in the external driver.

Action: Contact your system administrator.

KUP-11521: invalid value when attempting to modify access parameter "string"\n

Cause: An attempt was made to modify an invalid access parameter.

Action: The only valid access parameters which can be modified are: "com.oracle.bigdata.log.qc" "com.oracle.bigdata.log.exec" "com.oracle.bigdata.log.opt" "com.oracle.bigdata.debug" "com.oracle.bigdata.datamode" Correct the invalid access parameter and retry the operation.

KUP-11523: external driver failed with unexpected error: string\n

Cause: The ORACLE_HIVE or ORACLE_HDFS external driver encountered an unexpected error condition.

Action: Contact Oracle Support Services.

KUP-11524: initialization failure for Java Native Interface (JNI) call\n

Cause: The external driver encountered an unexpected error while trying to initialize its internal context for calling the Java Native Interface (JNI). This may indicate a classpath problem in the Oracle Big Data configuration file or a problem in the Oracle Big Data log4j configuration file.

Action: Contact your system administrator to examine the contents of both the Oracle Big Data configuration file and the Oracle Big Data log4j configuration file to ensure that the entries in these files contain correct information.

KUP-11525: The external driver was unable to attach to the Java Virtual Machine.\n

Cause: The external driver encountered an unexpected error while trying to attach a thread to the Java Virtual Machine.

Action: Contact Oracle Support Services.

KUP-11526: memory allocation failure for Java Native Interface (JNI) call\n

Cause: An error occurred while trying to allocate memory in order to make a Java Native Interface (JNI) call in the external driver.

Action: Contact your system administrator.

KUP-11527: The external driver was unable to attach to shared memory.\n

Cause: The external driver encountered an unexpected error while trying to attach to a shared memory segment.

Action: Contact Oracle Support Services.

KUP-11528: access to cluster "string" is not properly defined\n

Cause: Access to an ORACLE_HIVE or ORACLE_HDFS external data source was not defined as documented.

Action: Contact the database administrator.

KUP-11529: class "string" is invalid for string external tables\n

Cause: An invalid value was specified for the COM.ORACLE.BIGDATA.CLASS access parameter for an ORACLE_HIVE or ORACLE_HDFS external table access driver. The ORACLE_HIVE and ORACLE_HDFS access drivers use a built-in class in order to access their data source.

Action: Omit the COM.ORACLE.BIGDATA.CLASS access parameter when creating an external table using the ORACLE_HIVE or ORACLE_HDFS access driver. Alternatively, the builtin class names, COM.ORACLE.BIGDATA.AD.HIVE and COM.ORACLE.BIGDATA.AD.HDFS, may be used when creating an external table using the ORACLE_HIVE or ORACLE_HDFS access driver.

KUP-11530: value for com.oracle.bigdata.buffersize larger than maximum allowed value number\n

Cause: The com.oracle.bigdata.buffersize was specified for the external table and the value specified was larger than the maximum allowed value.

Action: Change the value specified for com.oracle.bigdata.buffersize to be smaller than the maximum value reported in the message.

KUP-11531: missing mandatory property "string" in the Oracle Big Data configuration file\n

Cause: A mandatory property was not found in the Oracle Big Data configuration file.

Action: Contact your system administrator to modify the Oracle Big Data configuration file so that it contains all of the required information.

KUP-11532: duplicate property "string" in the Oracle Big Data configuration file\n

Cause: A duplicate property was found in the Oracle Big Data configuration file.

Action: Contact your system administrator to remove all duplicate properties from the Oracle Big Data configuration file.

KUP-11533: error collecting JVM information: string\n

Cause: The ORACLE_HIVE or ORACLE_HDFS external driver encountered an unexpected error while trying to collect information such as memory usage from the Java Virtual Machine (JVM).

Action: Contact your system administrator.

KUP-11534: external driver JNI initialization failure: string\n

Cause: The ORACLE_HIVE or ORACLE_HDFS external driver encountered an unexpected error while trying to initialize its internal context for calling the Java Native Interface (JNI). This may indicate a classpath problem in the Oracle Big Data configuration file or a problem in the Oracle Big Data log4j configuration file.

Action: Contact your system administrator.

KUP-11535: XAD version "string" incompatible with JXADProvider version "string"\n

Cause: A version mismatch between the ORACLE_HIVE or ORACLE_HDFS access driver and the external driver Java components has been detected.

Action: Contact your system administrator.

KUP-11536: external driver MTA initialization failure: string\n

Cause: The ORACLE_HIVE or ORACLE_HDFS multithreaded external agent encountered an initialization failure that prevented it from starting.

Action: Contact your system administrator.

KUP-11542: error initializing dynamic-link librarian: string\n

Cause: An error occurred while trying to initialize the dynamic-link librarian needed to access the Java Virtual Machine library.

Action: Contact Oracle Support Services.

KUP-11543: error accessing the Java Virtual Machine library: string\n

Cause: An error occurred while trying to open the Java Virtual Machine library in the external driver.

Action: Contact your system administrator.

KUP-11544: error locating symbol address in the Java Virtual Machine library: string\n

Cause: An error occurred while trying to locate a symbol address in the Java Virtual Machine library.

Action: Contact your system administrator.

KUP-11545: unable to set NLS string to required value string

Cause: An error occurred while the ORACLE_HIVE or ORACLE_HDFS external agent was trying to set up its NLS environment.

Action: Contact Oracle Support Services.

KUP-11546: external driver unable to attach to shared memory: [string] [string] [string] [string] [string] [string][string]\n

Cause: The ORACLE_HIVE or ORACLE_HDFS external driver encountered an unexpected error while trying to attach to a shared memory segment.

Action: Contact Oracle Support Services.

KUP-11547: external driver unable to detach from shared memory: [string] [string] [string] [string] [string] [string][string]\n

Cause: The ORACLE_HIVE or ORACLE_HDFS external driver encountered an unexpected error while trying to detach from a shared memory segment.

Action: Contact Oracle Support Services.

KUP-11548: error encountered creating shared memory: [string] [string] [string] [string] [string] [string][string]\n

Cause: The ORACLE_HIVE or ORACLE_HDFS access driver encountered an unexpected error while trying to create a shared memory segment.

Action: Contact Oracle Support Services.

KUP-11549: error encountered destroying shared memory: [string] [string] [string] [string] [string] [string][string]\n

Cause: The ORACLE_HIVE or ORACLE_HDFS access driver encountered an unexpected error while trying to destroy a shared memory segment.

Action: Contact Oracle Support Services.

KUP-11550: invalid JNI version "string" encountered while initializing the Java Virtual Machine\n

Cause: A Java Native Interface (JNI) version error occurred while trying to create and initialize the Java Virtual Machine in the external agent.

Action: Contact your system administrator.

KUP-11551: error generating file name for file "string" in directory "string": string\n

Cause: An error occurred while trying to generate a full file name specification.

Action: Contact your system administrator.

KUP-11552: error initializing the Java Virtual Machine: string\n

Cause: An error occurred while trying to create and initialize the Java Virtual Machine in the external agent.

Action: Contact your system administrator.

KUP-11553: The Oracle Big Data configuration file "string" is empty.\n

Cause: There was no content in the Oracle Big Data configuration file.

Action: Contact your system administrator to correct the configuration files for the Hadoop cluster.

KUP-11554: error accessing the Oracle Big Data configuration file "string": string\n

Cause: A file I/O error occurred while attempting to access the Oracle Big Data configuration file.

Action: Contact your system administrator to correct the configuration files for the Hadoop cluster.

KUP-11555: error opening the Oracle Big Data configuration file "string": string\n

Cause: A file I/O error occurred while trying to open the Oracle Big Data configuration file.

Action: Contact your system administrator to correct the configuration files for the Hadoop cluster.

KUP-11556: error reading the Oracle Big Data configuration file "string": string\n

Cause: A file I/O error occurred while trying to read from the Oracle Big Data configuration file.

Action: Contact your system administrator to correct the configuration files for the Hadoop cluster.

KUP-11557: error closing the Oracle Big Data configuration file "string": string\n

Cause: A file I/O error occurred while trying to close the Oracle Big Data configuration file.

Action: Contact your system administrator to correct the configuration files for the Hadoop cluster.

KUP-11558: invalid cluster name "string"\n

Cause: An invalid cluster name was specified for the external table in the com.oracle.bigdata.cluster access parameter. The name must contain only alphanumeric characters or the underscore character. In Oracle Database 12c release 12.1.0.2, the cluster name is limite to 15 bytes. In Oracle Database 12c release 12.2 and higher, the cluster name is limited to 113 bytes.

Action: Correct the cluster name for the external table and retry the operation.

KUP-11559: invalid default cluster name "string"\n

Cause: An invalid cluster name was specified for the bigdata.cluster.default property in the Oracle Big Data configuration file. The name must contain only alphanumeric characters, the hyphen or underscore character. In Oracle Database 12c release 12.1.0.2, the cluster name is limited to 15 bytes. In Oracle Database 12c release 12.2 and higher, the cluster name is limited to 113 bytes.

Action: Contact your system administrator to correct the value of the bigdata.cluster.default property in the Oracle Big Data configuration file and retry the operation.

KUP-11560: error accessing the Oracle Big Data cluster directory "string": string\n

Cause: A file I/O error occurred while attempting to access the Oracle Big Data cluster directory file.

Action: Contact your system administrator to correct the configuration files for the Hadoop cluster.

KUP-11561: error while attempting to allocate Java memory: string\n

Cause: An error occurred while trying to allocate Java memory to the external driver.

Action: Examine the accompanying text in the error message and contact your system administrator.

KUP-11562: error while attempting to allocate string bytes of native memory\n

Cause: An error occurred while trying to allocate native memory to the external driver.

Action: Contact your system administrator.

KUP-11600: unable to find first record in a split with I/O buffer size of number kilobytes\n

Cause: The access driver was unable to find the first record in the split for a Hadoop Distributed File System (HDFS) file.

Action: The access driver requires that the size of records in the file are not larger than the size of the I/O buffers. Try increasing the size of the I/O buffers with the access parameter com.oracle.bigdata.fieldmode.buffersize.

KUP-11601: record exceeded the maximum record size of number kilobytes\n

Cause: The access driver found a record in a Hadoop Distributed File System (HDFS) file that is longer than the largest size allowed for this table.

Action: The access driver requires that the size of records in the file are not larger than the size of the I/O buffers. Try increasing the size of the I/O buffers with the access parameter com.oracle.bigdata.fieldmode.buffersize.

KUP-11602: conversion error for column string in column array row number\n

Cause: There was a data type conversion error while attempting to convert the data in the data file to match the data type of a column in the external table.

Action: Make sure the data is correct. Also, verify that the data types specified for the fields are correct.

KUP-11603: no directory object specified for bad file\n

Cause: The file name in the BADFILE clause was specified without a directory object and the DEFAULT DIRECTORY clause was not specified for the external table.

Action: Either specify a directory object as part of the BADFILE clause or specify the DEFAULT DIRECTORY clause.

KUP-11604: no directory object specified for log file\n

Cause: A log file for an external table did not have a directory object.

Action: Either specify a directory object as part of the log file name in the ACCESS PARAMETERS or query, or specify the DEFAULT DIRECTORY clause in the ACCESS PARAMETERS or query. ORACLE_LOADER and ORACLE_DATAPUMP access drivers will create a log file by default. If you do not want a log file, then use the NOLOG clause in the access parameters.

KUP-11605: no directory object specified for discard file\n

Cause: The file name in the DISCARDFILE clause was specified without a directory object and the DEFAULT DIRECTORY clause was not specified for the external table.

Action: Either specify a directory object as part of the DISCARDFILE clause or specify the DEFAULT DIRECTORY clause.

KUP-11606: no directory object specified for PREPROCESSOR file\n

Cause: The file name in the PREPROCESSOR clause was specified without a directory object and the DEFAULT DIRECTORY clause was not specified for the external table.

Action: Either specify a directory object as part of the PREPROCESSOR clause or specify the DEFAULT DIRECTORY clause.

KUP-11607: sequential data files were not supported by BIGDATA access driver, string\n

Cause: The file names in the message was a sequential file. The BIGDATA access driver does not support sequential files.

Action: Modify the files listed in the LOCATION clause to omit the sequential file.

KUP-11608: conversion error for column string in file string/string row number\n

Cause: There was a data type conversion error while attempting to convert the data in the data file to match the data type of a column in the external table.

Action: Ensure that the data is correct. Also, verify that the data types specified for the fields are correct.

KUP-11609: conversion error for column string in file string/string\n

Cause: There was a data type conversion error while attempting to convert the data in the data file to match the data type of a column in the external table.

Action: Ensure that the data is correct. Also, verify that the data types specified for the fields are correct.

KUP-11610: field setting error for column string in file string/string row number\n

Cause: There was a field setting error while attempting to parse the data in the data file.

Action: Ensure that the data format for the field is correct.

KUP-11611: field setting error for column string in file string/string\n

Cause: There was a field setting error while attempting to parse the data in the data file.

Action: Ensure that the data format for the field is correct.

KUP-11612: quoting error\n

Cause: The field was not properly quoted.

Action: Ensure that the use of quotes for the field is correct.

KUP-11613: character overflow error\n

Cause: The character field size was exceeded.

Action: Reduce the data size or increase the field size.

KUP-13000: compression type string not supported\n

Cause: File compression codec cannot be decompressed by Oracle.

Action: Specify a supported compression codec.

KUP-13001: unable to read string file string: string

Cause: Trying to open the big data file failed. The file either was not a big data file or it was corrupted.

Action: Ensure that the files named in the location clause are valid big data files.

KUP-13002: invalid value string for access parameter string\n

Cause: The value given to the access parameter was not valid.

Action: Try another value.

KUP-13003: cannot retrieve metadata for column string\n

Cause: This problem might be caused by corrupted column metadata.

Action: None

KUP-13004: unsupported column type encountered for column string\n

Cause: The data type of the indicated column is currently not supported.

Action: None

KUP-13005: cannot fetch access parameter string\n

Cause: An unknown error was encountered while trying to fetch the value of the specified parameter.

Action: Check the access parameter syntax in the table definition.

KUP-13006: encountered a file with unspecified URI\n

Cause: A file was defined with an empty URI.

Action: Check whether all files in the table definition have URIs.

KUP-13007: cannot open file string\n

Cause: This problem might occur for several reasons.

Action: Check whether the file exists and look for additional logs and tracing information.

KUP-13008: cannot set iterator to vector in file string\n

Cause: This might be an indication of a corrupted big data file.

Action: Look for additional logs and tracing information.

KUP-13009: cannot initialize IO context\n

Cause: This is an internal error. It might occur when there is limited available memory.

Action: None

KUP-13010: cannot retrieve granule information\n

Cause: This could happen due to an internal error.

Action: Look for additional logs and tracing information.

KUP-13011: encountered a vector in file string with more than %li rows\n

Cause: A vector exceeded the maximum supported number of rows.

Action: Create file with smaller vectors.

KUP-13012: cannot configure granules, no input files\n

Cause: No bigdata files found.

Action: Please verify files in the table definition.

KUP-13014: HTTP request for string failed: string, reference: string

Cause: An HTTP request for a given URL failed.

Action: Ensure the URL is correct, that the credential used is valid or required, that the proxy, if necessary, is correctly set, and that proper ACLs are in place to allow access.

KUP-13015: failed to get an HTTP response for string: string, reference: string

Cause: An HTTP response for a specified URL could not be retrieved. The server may have disconnected or sent some data that could not be understood.

Action: Check the error reason which indicates the operation can be tried again later, or that a configuration issue is apparent. Use the reference code if set for any inquiries.

KUP-13016: unexpected HTTP response status for string: string, reference: string

Cause: The HTTP request returned an unexpected response.

Action: Ensure that the URL is in compliance if the response status code is in the 300 range. If the response status code is in the 400 range, ensure that the correct credentials are applied and that the object is accessible on the remote server. If the response status code is in the 500 range, ensure that the remote service is available, that the proxy server is working correctly, and that the remote bandwidth quotas are sufficient. Use the reference code if set for any inquiries.

KUP-13017: invalid URI for service string: string is required in string

Cause: The specified universal resource identifier (URI) was incorrectly formulated for the targetted service.

Action: Ensure that the URI is formulated correctly.

KUP-13018: IO read failed for string: string, reference: string

Cause: Read returned less bytes than expected.

Action: Check the (remote) service is up and reachable, and that the requested resource is complete and undamaged.

KUP-13019: IO read failed for string: string, reference: string

Cause: An attempt was made to request more data than what was available.

Action: Ensure that the object being read is not modified while reading.

KUP-13020: IO read failed for string: string, reference: string

Cause: Positioning the file stream to return a location failed.

Action: Check the requested resource is complete and undamaged and that positionings are supported by the (remote) service.

KUP-13021: IO read failed for string: string, reference: string

Cause: The underlying read function returned an error.

Action: Ensure that the network is working properly, and that the requested resource is available.

KUP-13022: requested object string not found

Cause: The LOCATION clause pointed to a remote object that did not exist.

Action: Check whether the object exists in the remote storage or that its name is entered correctly.

KUP-13023: nothing matched wildcard query string

Cause: The LOCATION clause used a wildcard expression that failed to match any objects on the remote storage.

Action: Check whether the expression is correct and that the objects exist on the remote storage.

KUP-13024: incompatible URIs string and string found in LOCATION clause

Cause: At least one of the specified universal resource identifiers (URI) was incorrectly formulated. All URIs in the location clause must be the same type.

Action: Ensure that the URIs specified are all of the same type.

KUP-13025: failed to begin HTTP request for string: string, reference: string

Cause: A configuration problem prevented the request to be made.

Action: The given ORA error code describes the problem encountered, refer to the error cause and action.

KUP-13026: failed to establish connection for string: string, reference: string

Cause: A configuration problem prevented the request to be made.

Action: The given ORA error code describes the problem encountered, refer to the error cause and action.

KUP-13027: unable to establish connection for string: string, reference: string

Cause: A problem occurred while attempting to connect.

Action: Ensure the URL is correct, that the proxy, if necessary, is correctly set, and that proper ACLs are in place to allow access.

KUP-13028: cannot write POST data for string: string, reference: string

Cause: Sending the POST data for the HTTP request failed.

Action: Ensure the URL is correct and that the remote system is available and configured to accept POST requests.

KUP-13029: cannot create request, network library unavailable

Cause: The system is improperly configured.

Action: Ensure the system is properly installed, all libraries relinked and installation files are undamaged.

KUP-13030: cannot create request, setting proxy configuration failed

Cause: The system is improperly configured.

Action: Verify the values for the HTTP_PROXY and NO_PROXY properties are valid.

KUP-13031: cannot create request, setting wallet configuration failed

Cause: The system is improperly configured.

Action: Verify the wallet property points to a valid wallet file.

KUP-13032: IO read failed for string: string, reference: string

Cause: The underlying read function returned an error.

Action: Ensure that the network is working properly, and that the requested resource is available.

KUP-13033: timeout waiting for available resources to offload query, reference: string

Cause: The pool of available offload servers is empty.

Action: Ensure offload servers are available. Check resource limits and other pending queries offload server usage.

KUP-13034: remote host appears not to be a supported offload server, reference: string

Cause: The remote contacted host did not identify itself as an offload server, or as a supported offload server.

Action: Ensure access to the remote host is permitted and possible by e.g. proxy servers, and that a correct tracker url is setup.

KUP-13035: problem handling offload server response, reference: string

Cause: The interaction between database and offload server went wrong. The database could not understand or handle the message received.

Action: Verify the health of the offload server, use the given reference for further support.

KUP-13036: offload server failed to execute task, reference string

Cause: The offload server could not complete the request because one of the sub-tasks failed after repeated tries.

Action: Retry the query, if the issue persists, use the reference given when asking for support.

KUP-13037: wildcard listing not supported on non-REST or non-ObjectStorage uri string

Cause: The LOCATION does not point to a REST target, or a REST target that is not of ObjectStorage type.

Action: Ensure that the LOCATION is of type REST, and that it is pointing to a supported ObjectStorage endpoint.