Tuesday 21 February 2012

ORA-08447: syntax error in USAGE clause in mask options

ORA-08447: syntax error in USAGE clause in mask options

Cause: A syntax error was found in the USAGE clause in the mask options parameter passed to a UTL_PG conversion routine. Valid specifications are: USAGE DISPLAY USAGE COMP USAGE COMP-3 USAGE COMP-4 USAGE COMPUTATIONAL USAGE COMPUTATIONAL-3 USAGE COMPUTATIONAL-4 USAGE IS DISPLAY USAGE IS COMP USAGE IS COMP-3 USAGE IS COMP-4 USAGE IS COMPUTATIONAL USAGE IS COMPUTATIONAL-3 USAGE IS COMPUTATIONAL-4

Action: Correct the mask options parameter.

ORA-08446: syntax error in SYNCHRONIZED clause in mask options

ORA-08446: syntax error in SYNCHRONIZED clause in mask options

Cause: A syntax error was found in the SYNCHRONIZED clause in the mask options parameter passed to a UTL_PG conversion routine. Valid specifications are: SYNC SYNC LEFT SYNC RIGHT SYNCHRONIZED SYNCHRONIZED LEFT SYNCHRONIZED RIGHT

Action: Correct the mask options parameter.

ORA-08445: syntax error in SIGN clause in mask options

ORA-08445: syntax error in SIGN clause in mask options

Cause: A syntax error was found in the SIGN clause in the mask options parameter passed to a UTL_PG conversion routine. Valid specifications are: SIGN LEADING SIGN LEADING SEPARATE SIGN LEADING SEPARATE CHARACTER SIGN TRAILING SIGN TRAILING SEPARATE SIGN TRAILING SEPARATE CHARACTER SIGN IS LEADING SIGN IS LEADING SEPARATE SIGN IS LEADING SEPARATE CHARACTER SIGN IS TRAILING SIGN IS TRAILING SEPARATE SIGN IS TRAILING SEPARATE CHARACTER

Action: Correct the mask options parameter.

ORA-08444: syntax error in JUSTIFIED clause in mask options

ORA-08444: syntax error in JUSTIFIED clause in mask options

Cause: A syntax error was found in the JUSTIFIED clause in the mask options parameter passed to a UTL_PG conversion routine. Valid specifications are: JUST JUST RIGHT JUSTIFIED JUSTIFIED RIGHT

Action: Correct the mask options parameter.

ORA-08443: syntax error in BLANK WHEN ZERO clause in mask options

ORA-08443: syntax error in BLANK WHEN ZERO clause in mask options

Cause: A syntax error was found in the BLANK WHEN ZERO clause in the mask options parameter passed to a UTL_PG conversion routine. Valid specifications are: BLANK ZERO BLANK ZEROS BLANK ZEROES BLANK WHEN ZERO BLANK WHEN ZEROS BLANK WHEN ZEROES

Action: Correct the mask options parameter.

ORA-08441: closed parenthesis missing in picture mask

ORA-08441: closed parenthesis missing in picture mask

Cause: A closed parenthesis was missing from the picture mask passed to a UTL_ PG conversion routine.

Action: Correct the picture mask.

ORA-08440: raw buffer is too short to hold converted data

ORA-08440: raw buffer is too short to hold converted data

Cause: The output raw buffer passed to a UTL_PG NUMBER_TO_RAW conversion routine was not large enough to contain the results of the conversion based on the picture mask.

Action: Increase the raw buffer size to the size necessary to hold the entire result of the conversion.

ORA-08437: invalid picture type in picture mask

ORA-08437: invalid picture type in picture mask

Cause: The picture mask parameter passed to a UTL_PG NUMBER_TO_RAW conversion routine contained non-numeric characters, but the conversion was to a numeric data type.

Action: Correct the picture mask parameter.

ORA-08436: raw data has invalid sign digit

ORA-08436: raw data has invalid sign digit

Cause: The input raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion routine had an invalid sign digit in the position where the picture mask specified a sign.

Action: Correct the input raw data or the picture mask so that they match.

ORA-08435: PICTURE MASK missing the leading sign when SIGN IS LEADING specified

ORA-08435: PICTURE MASK missing the leading sign when SIGN IS LEADING specified

Cause: The input MASK passed to a UTL_PG RAW_TO_NUMBER conversion routine had no leading sign, but the mask options parameter specified a leading sign.

Action: Correct the input raw data or the mask options so that they match.

ORA-08434: raw data has invalid trailing sign

ORA-08434: raw data has invalid trailing sign

Cause: The input raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion routine had no trailing sign, but the mask options parameter specified a trailing sign.

Action: Correct the input raw data or the mask options so that they match.

ORA-08433: invalid picture type in convert raw to number

ORA-08433: invalid picture type in convert raw to number

Cause: The picture mask parameter passed to a UTL_PG RAW_TO_NUMBER conversion routine contained non-numeric characters, but the conversion was to a numeric data type.

Action: Correct the picture mask parameter.

ORA-08432: raw data has invalid floating point data

ORA-08432: raw data has invalid floating point data

Cause: The input raw data passed to a UTL_PG RAW_TO_NUMBER conversion routine contained invalid floating point data.

Action: Correct the input raw data.

ORA-08431: raw data missing zero as defined in picture

ORA-08431: raw data missing zero as defined in picture

Cause: The picture mask parameter passed to a UTL_PG RAW_TO_NUMBER conversion routine contained a zero, but the corresponding input from the raw data was not a zero.

Action: Either the input data is incorrect, or the picture mask is incorrect. Correct the appropriate item.

ORA-08430: raw data missing leading sign

ORA-08430: raw data missing leading sign

Cause: The input raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion routine had no leading sign, but the mask options parameter specified a leading sign.

Action: Correct the input raw data or the mask options so that they match.

ORA-08429: raw data has invalid digit in display type data

ORA-08429: raw data has invalid digit in display type data

Cause: The input raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion routine contained invalid data. The picture mask parameter specified a digit, but the corresponding input from the raw data did not contain a valid digit.

Action: Either the input data is incorrect, or the picture mask is incorrect. Correct the appropriate item.

ORA-08414: error encountered in string

ORA-08414: error encountered in string

Cause: The function lamp;lt;lamp;nbsp;routinelamp;gt; returned an error. Where lamp;lt;lamp;nbsp;routinelamp;gt; may be: RAW_ TO_NUMER NUMBER_TO_RAW RAW_TO_NUMBER_FORMAT NUMBER_TO_ RAW_FORMAT MAKE_NUMBER_TO_RAW_FORMAT MAKE_RAW_TO_ NUMBER_FORMAT

Action: to take.

ORA-08413: invalid compiler type in FORMAT parameter at string

ORA-08413: invalid compiler type in FORMAT parameter at string

Cause: An invalid compiler type is defined in format control block. The format control block is invalid.

Action: Check to be sure that the format parameter was built by MAKE_RAW_ TO_NUMBER_FORMAT or MAKE_NUMBER_TO_RAW_FORMAT, and that it was not accidentally overwritten or modified by the PL or SQL procedure.

ORA-08412: error encountered in WMSGBSIZ, size for WMSGBLK is not big enough for warning message

ORA-08412: error encountered in WMSGBSIZ, size for WMSGBLK is not big enough for warning message

Cause: The WMSGBSIZ is the maximun size for warning message block, it is recommanded to be 1024 bytes to 8 kbytes.

Action: Defined WMSGBLK of size between 1k to 8k bytes and update the WMSGBSIZ to the sizeof(WMSGBLK).

ORA-08401: invalid compiler name: string

ORA-08401: invalid compiler name: string

Cause: An invalid compiler name lamp;lt;lamp;nbsp;compnamelamp;gt; was passed to a UTL_PG conversion routine.

Action: Correct the compiler name parameter in the PL or SQL code that called the conversion routine.

ORA-08344: srapp: failed to send redo data to the redo server

ORA-08344: srapp: failed to send redo data to the redo server

Cause: An error occurred trying to send redo to the redo server.

Action: The OS specific error message should tell you what to do.

ORA-08343: srclose: failed to close a redo server connection

ORA-08343: srclose: failed to close a redo server connection

Cause: An error occurred trying to close the redo server connection.

Action: The OS specific error message should tell you what to do.

ORA-08342: sropen: failed to open a redo server connection

ORA-08342: sropen: failed to open a redo server connection

Cause: An error occurred trying to connect to the redo server.

Action: The OS specific error message should tell you what to do.

ORA-08341: On nCUBE, this command can only be executed from instance 1.

ORA-08341: On nCUBE, this command can only be executed from instance 1.

Cause: A command that can only be issued on instance 1 was issued elsewhere.

Action: Log on to instance 1 and repeat the command.

ORA-08340: This command not allowed on nCUBE, only one thread is ever used.

ORA-08340: This command not allowed on nCUBE, only one thread is ever used.

Cause: An illegal command was executed for the nCUBE platform.

Action: There is no need to issue this command.

ORA-08332: rollback segment #string specified not available

ORA-08332: rollback segment #string specified not available

Cause: (same as 1545)

Action: (same as 1545). Also, make sure you have created enough rollback segments for the number of instances you are trying to start.

ORA-08331: Wait operation timed out

ORA-08331: Wait operation timed out

Cause: Oracle timed out waiting for an event

Action: Contact your Oracle support representative

ORA-08330: Printing not supported

ORA-08330: Printing not supported

Cause: An attempt was made to automatically spool a file to the printer

Action: none

ORA-08323: scnmin: close of bias lock failed

ORA-08323: scnmin: close of bias lock failed

Cause: A call to the lkmgr failed to close the bias lock

Action: Check to make sure the lkmgr is up.

ORA-08322: scnmin: open or convert of bias lock failed

ORA-08322: scnmin: open or convert of bias lock failed

Cause: A call to the lkmgr failed to open and convert the bias lock

Action: Check to make sure the lkmgr is up.

ORA-08321: scnmin: NOT IMPLEMENTED YET

ORA-08321: scnmin: NOT IMPLEMENTED YET

Cause: An internal error

Action: Contact your customer support representative.

ORA-08320: scnget: Call to scnget before scnset or scnfnd.

ORA-08320: scnget: Call to scnget before scnset or scnfnd.

Cause: An internal error

Action: Contact your customer support representative.

ORA-08319: sllfsk: Error reading file

ORA-08319: sllfsk: Error reading file

Cause: An error occurred trying to read from a file.

Action: Check the Unix errno returned as additional information.

ORA-08318: sllfsk: Error reading file

ORA-08318: sllfsk: Error reading file

Cause: An error occurred trying to read from a file.

Action: Check the Unix errno returned as additional information.

ORA-08317: sllfsk: Error seeking in file.

ORA-08317: sllfsk: Error seeking in file.

Cause: The lseek system call returned an error.

Action: Check the Unix errno returned as additional information.

ORA-08316: sllfsk: Error seeking in file.

ORA-08316: sllfsk: Error seeking in file.

Cause: The lseek system call returned an error.

Action: Check the Unix errno returned as additional information.

ORA-08315: sllfrb: Error reading file

ORA-08315: sllfrb: Error reading file

Cause: An error occurred trying to read from a file.

Action: Check the Unix errno returned as additional information.

ORA-08314: sllfcf: Error closing file

ORA-08314: sllfcf: Error closing file

Cause: An error occurred trying to close a file.

Action: Check the Unix errno returned as additional information.

ORA-08313: sllfop: could not allocate buffers

ORA-08313: sllfop: could not allocate buffers

Cause: Memory for the load buffers could not be allocated.

Action: Reduce the maximum record size. Eliminate any unnecessary processes on your current node before running SQL*Loader again.

ORA-08312: sllfop: unrecognized processing option

ORA-08312: sllfop: unrecognized processing option

Cause: An unrecognized processing option was specified.

Action: Check the Oracle for nCUBE 2 User s Guide for valid options.

ORA-08311: sllfop: bad value for maxrecsize

ORA-08311: sllfop: bad value for maxrecsize

Cause: An illegal value for the maximum record size was specified.

Action: Specify a value for the maxrecsize option that is greater than 0.

ORA-08310: sllfop: Bad value for recsize

ORA-08310: sllfop: Bad value for recsize

Cause: An illegal value for the record size was specified.

Action: Specify a value for the recsize option that is greater than 0.

ORA-08309: sllfop: Cannot fstat file

ORA-08309: sllfop: Cannot fstat file

Cause: Oracle could not obtain information about an open file.

Action: Check the Unix errno returned as additional information.

ORA-08308: sllfop: Cannot open file

ORA-08308: sllfop: Cannot open file

Cause: Oracle could not open a file.

Action: Check the Unix errno returned as additional information.

ORA-08278: Cannot get CPU statistics

ORA-08278: Cannot get CPU statistics

Cause: Could not retrieve CPU times because n_stat failed.

Action: Contact customer support.

ORA-08277: Cannot set environment variable

ORA-08277: Cannot set environment variable

Cause: There is insufficient memory to expand the environment.

Action: Reduce memory usage and retry.

ORA-08276: No room in nameserver for pid

ORA-08276: No room in nameserver for pid

Cause: There is no room to record the pid for a background process

Action: Shutdown abort and restart the database.

ORA-08275: Environment variable unset

ORA-08275: Environment variable unset

Cause: The requested environment variable is not set

Action: Ensure that the variable name requested is correct.

ORA-08274: Out of memory for environment variable

ORA-08274: Out of memory for environment variable

Cause: There is insufficient memory to return the requested value

Action: Reduce memory usage and retry.

ORA-08271: sksabln: Buffer size not large enough for archive control string

ORA-08271: sksabln: Buffer size not large enough for archive control string

Cause: The given archival control string expands into too many characters.

Action: Reduce archive control string length.

ORA-08270: sksachk: Illegal archival control string

ORA-08270: sksachk: Illegal archival control string

Cause: Archive files cannot be created with the given archival control string.

Action: Check that the volume exists

ORA-08269: destroy_ora_addr: cannot destroy name

ORA-08269: destroy_ora_addr: cannot destroy name

Cause: The listener s addressing information could not be removed.

Action: Additional information gives nameserver s returned status. Contact your customer support representative.

ORA-08268: create_ora_addr: cannot close nameserver

ORA-08268: create_ora_addr: cannot close nameserver

Cause: The connection to the nameserver could not be closed.

Action: Additional information gives nameserver s returned status. Contact your customer support representative.

ORA-08267: destroy_ora_addr: cannot close nameserver

ORA-08267: destroy_ora_addr: cannot close nameserver

Cause: The connection to the nameserver could not be closed.

Action: Additional information gives nameserver s returned status. Contact your customer support representative.

ORA-08266: create_ora_addr: cannot register name in nameserver

ORA-08266: create_ora_addr: cannot register name in nameserver

Cause: The listener s addressing information could not be registered.

Action: Make sure the nameserver is up and running. Additional information gives nameserver s returned status.

ORA-08265: create_ora_addr: cannot open nameserver

ORA-08265: create_ora_addr: cannot open nameserver

Cause: A process could not connect to the nameserver.

Action: Make sure the nameserver is up and running. Additional information gives nameserver s returned status.

ORA-08264: ora_addr: cannot close nameserver

ORA-08264: ora_addr: cannot close nameserver

Cause: The connection to the nameserver could not be closed.

Action: Additional information gives nameserver s returned status. Contact your customer support representative.

ORA-08263: ora_addr: cannot free listener address

ORA-08263: ora_addr: cannot free listener address

Cause: The listener nameserver entry could not be freed

Action: Additional information gives nameserver s returned status. Contact your customer support representative.

ORA-08261: ora_addr: cannot find name in nameserver

ORA-08261: ora_addr: cannot find name in nameserver

Cause: The listener nameserver entry for an instance could not be found.

Action: Make sure the nameserver is up and running. Additional information gives nameserver s returned status.

ORA-08260: ora_addr: cannot open nameserver

ORA-08260: ora_addr: cannot open nameserver

Cause: A process could not connect to the nameserver.

Action: Make sure the nameserver is up and running. Additional information gives nameserver s returned status.