jueves, 9 de mayo de 2013

ORA Error . Listado Errores Oracle. ORA-07404 a ORA-07600

ORA-07404: sfareq: Timeout occurred waiting for request to complete.
Cause: The master database writer timed out waiting for a write or close to complete. One of the database writers may have stopped running.
Action: Check all database writer trace files. Shut down the database and try to warm start.

ORA-07405: sptrap: cannot setup alternate signal stack.
Cause: The system failed to setup an alternate signal stack.
Action: Check errno and sercose[0] for the location where it failed.

ORA-07406: slbtpd: invalid number.
Cause: An impossible request for binary to decimal conversion was made.
Action: This conversion cannot be performed.

ORA-07407: slbtpd: invalid exponent.
Cause: An impossible request for binary to decimal conversion was made
Action: This conversion cannot be performed.

ORA-07408: slbtpd: overflow while converting to packed decimal.
Cause: An impossible request for binary to decimal conversion was made.
Action: This conversion cannot be performed.

ORA-07409: slpdtb: invalid packed decimal nibble.
Cause: An impossible request for decimal to binary conversion was made.
Action: This conversion cannot be performed.

ORA-07410: slpdtb: number too large for supplied buffer.
Cause: An impossible request for decimal to binary conversion was made.
Action: This conversion cannot be performed.

ORA-07411: slgfn: full path name too big for supplied buffer.
Cause: The supplied buffer is not big enough to hold the full path name.
Action: The construction of the full path name cannot be performed.

ORA-07412: sfaslv: Error getting entry in asynchronous write array.
Cause: One of the database writer processes could not locate its entry in the SGA.
Action: Contact customer support.

ORA-07415: slpath: allocation of memory buffer failed.
Cause: Malloc() failed to allocate buffer for storing ORACLE_PATH.
Action: System has run out of heap space. Additional information indicates errno.

ORA-07416: slpath: pathname construction failed; lack of output buffer space.
Cause: The slpath routine is given a maximum length buffer to expand the name into. An overflow of this buffer occurred.
Action: Possible internal error. Check output buffer length stored in sercose[0] and constructed pathname length in sercose[1].

ORA-07417: sfareq: One or more database writers not active.
Cause: One or more of the database writer processes is no longer running.
Action: Check the trace files for the database writers. Shut down the database and try to warm start.

ORA-07418: sfareq: Database writer got error in timing function.
Cause: An error occurred when the database writer called the system timing function.
Action: Check the database writer trace file. Shut down database and try to warm start.

ORA-07419: sfareq: Database writer got error in timing function.
Cause: An error occurred when the database writer called the system timing function.
Action: Check the database writer trace file. Shut down database and try to warm start.

ORA-07425: sdpri: error string in translating dump file location.
Cause: An oracle error occurred when translating the location of the dump file.
Action: Check the oracle error code.

ORA-07426: spstp: cannot obtain the location of dbs directory.
Cause: An oracle error occurred when translating the location of the dbs directory.
Action: Check additional information for the error returned from sltln.

ORA-07427: spstp: cannot change directory to dbs.
Cause: Chdir system call returned an error. Possible permission problems.
Action: Check additional information for the OS error code.

ORA-07431: fork failed
Cause: The server process was unable to fork a child process.
Action: Verify that there are enough system resources to support another process. The user or system process limit may have been exceeded, or the amount of free memory or swap space may be temporarily insufficient.

ORA-07432: unable to perform nested sleep
Cause: An attempt was made to make a process sleep when it was already sleeping. This platform does not support this capability.
Action: Try the SLEEP command when the process is not sleeping.

ORA-07440: WMON process terminated with error
Cause: The wakeup monitor process died.
Action: Warm start instance.

ORA-07441: function address must be aligned on string byte boundary
Cause: An improperly aligned function address was specified.
Action: Use a properly aligned function address.

ORA-07442: function address must be in the range string to string
Cause: An invalid function address was specified.
Action: Use a valid function address.

ORA-07443: function string not found
Cause: An invalid function name was specified.
Action: Use a valid function name.

ORA-07444: function address string is not readable
Cause: An invalid function name/address was specified.
Action: Use a valid function name/address.

ORA-07445: exception encountered: core dump [string] [string] [string] [string] [string] [string]
Cause: An OS exception occurred which should result in the creation of a core file. This is an internal error.
Action: Contact your customer support representative.

ORA-07446: sdnfy: bad value 'string' for parameter string.
Cause: The directory specified as the value for the stated parameter could not be used.
Action: Make sure the directory you have specified is a valid directory/file specification.

ORA-07447: ssarena: usinit failed.
Cause: Oracle failed to create a shared arena file.
Action: Use sercerrno field to determine cause of failure.

ORA-07448: ssarena: maximum number of shared arenas exceeded.
Cause: Oracle attempted to create more shared arena files than permitted.
Action: Raise the value for max_arena in INIT.ORA.

ORA-07449: sc: usnewlock failed.
Cause: Oracle failed to acquire a shared arena lock.
Action: Check result code in sercerrno to determine the cause of failure.

ORA-07451: slskstat: unable to obtain load information.
Cause: kstat library returned an error. Possible OS failure
Action: Check result code in sercose[0] for more information.

ORA-07452: specified resource manager plan does not exist in the data dictionary
Cause: User tried to load a resource manager plan that does not exist.
Action: Use a resource manager plan that exists in the data dictionary.

ORA-07453: requested resource manager plan schema does not contain OTHER_GROUPS
Cause: User tried to load a resource manager plan schema that does not contain the OTHER_GROUPS group.
Action: Use a resource manager plan schema that contains the OTHER_GROUPS group.

ORA-07454: queue timeout, string second(s), exceeded
Cause: User session queued for longer than maximum specified queue queue duration time for consumer group.
Action: Re-submit job at a later time or increase queue timeout.

ORA-07455: estimated execution time (string secs), exceeds limit (string secs)
Cause: User attempted to execute an operation whose estimated execution time exceeds the limit specified for the consumer group.
Action: Execute job on behalf of another group, or increase limit.

ORA-07456: cannot set RESOURCE_MANAGER_PLAN when database is closed
Cause: An attempt was made to turn on the Resource Manager when the database was closed.
Action: Open the database and try again.

ORA-07457: cannot set _INTERNAL_RESOURCE_MANAGER_PLAN because of FORCE
Cause: An attempt was made to set the _INTERNAL_RESOURCE_MANAGER_PLAN parameter, however this failed because the current RESOURCE_MANAGER_PLAN has the FORCE prefix.
Action: Remove the FORCE prefix from the RESOURCE_MANAGER_PLAN parameter.

ORA-07458: cannot set the RESOURCE_MANAGER_PLAN parameter
Cause: An attempt was made to set the RESOURCE_MANAGER_PLAN parameter, however, this failed because the database was quiesced.
Action: Unquiesce the database.

ORA-07459: cannot restore the RESOURCE_MANAGER_PLAN parameter
Cause: An attempt was made to internally restore the RESOURCE_MANAGER_PLAN parameter to the value before it was internally set. This failed because the current plan was set by the user and therefore did not need to be restored.
Action: No action needed.

ORA-07460: cannot set the RESOURCE_MANAGER_PLAN parameter
Cause: An attempt was made to internally set the RESOURCE_MANAGER_PLAN parameter, however, this failed because the current RESOURCE_MANAGER_PLAN has the FORCE prefix.
Action: Remove the FORCE prefix from the RESOURCE_MANAGER_PLAN parameter.

ORA-07468: spwat: mset error, unable to set semaphore.
Cause: The mset routine returned an error. Semaphore may not exist.
Action: Check result code in sercerrno. Semaphore number returned in sercose[0].

ORA-07469: sppst: mclear error, unable to clear semaphore.
Cause: The mclear routine returned an error. Semaphore may not exist.
Action: Check result code in sercerrno. Semaphore number returned in sercose[0].

ORA-07470: snclget: cannot get cluster number.
Cause: The cluster_status system call failed to get status information for the current cluster.
Action: Check result code in sercose[0]. Possible operating system failure.

ORA-07471: snclrd: name translation error of sgadef.dbf file name.
Cause: Unable to expand out ?/dbs/sgadef@.dbf file name.
Action: Verify $(ORACLE_HOME) and $(ORACLE_SID) are properly set. Check error number returned from sltln in sercose[0].

ORA-07472: snclrd: open error when opening sgadef.dbf file.
Cause: open failed when opening the file ?/dbs/sgadef@.dbf
Action: Check errno. Possible permission problem. Verify that the file ?/dbs/sgadef@.dbf exists.

ORA-07473: snclrd: read error when trying to read sgadef.dbf file.
Cause: Read had an error when reading sgadef.dbf file.
Action: Check errno. Verify file exists, and is correct size.

ORA-07474: snclrd: close error, unable to close sgadef.dbf file.
Cause: An error occurred in close, while closing the file "?/dbs/sgadef@.dbf"
Action: Check errno. Possible operating system error.

ORA-07475: slsget: cannot get vm statistics.
Cause: The vm_statistics system call failed to get virtual memory statistics.
Action: Check result code in sercerrno. Possible operating system failure.

ORA-07476: slsget: cannot get mapped memory statistics.
Cause: The vm_mapmem system call failed to get mapped memory statistics.
Action: Check result code in sercerrno. Possible operating system failure.

ORA-07477: scgcmn: lock manager not initialized.
Cause: Lock manager must be initialized before converting locks.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07478: scgcmn: cannot get lock status.
Cause: lm_stat_lock failed.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07479: scgcmn: cannot open or convert lock.
Cause: lm_open or lm_open_convert failed.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07480: snchmod: cannot change permissions on ?/dbs/sgalm.dbf.
Cause: When creating an instance, snlmini could not change the permissions on ?/dbs/sgalm.dbf
Action: Contact your customer support representative.

ORA-07481: snlmatt: cannot attach to lock manager instance.
Cause: lm_attach failed to attach to lock manager instance.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07482: snlmini: cannot create lock manager instance.
Cause: lm_create failed to create lock manager instance.
Action: Check permissions on ?/dbs, and remove ?/dbs/sgalm.dbf if it exists, then retry.

ORA-07483: snlkget: cannot convert(get) lock.
Cause: lm_convert failed to convert(get) lock.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07484: snlkput: cannot convert(put) lock.
Cause: lm_convert failed to put lock value.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07485: scg_get_inst: cannot open instance number lock.
Cause: lm_open failed.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07486: scg_get_inst: cannot convert(get) instance number lock.
Cause: lm_convert failed to get lock value.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07487: scg_init_lm: cannot create lock manager instance.
Cause: lm_create failed.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07488: scgrcl: lock manager not initialized.
Cause: Lock manager must be initialized before releasing locks.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07489: scgrcl: cannot get lock status.
Cause: lm_stat_lock failed during lock release/cancel.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07490: scgrcl: cannot convert lock.
Cause: lm_convert failed during lock release/cancel.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07491: scgrcl: cannot cancel lock request.
Cause: lm_cancel failed during lock release/cancel.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07492: scgrcl: cannot close lock.
Cause: lm_close failed during lock release/cancel.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07493: scgrcl: lock manager error.
Cause: An error was encountered releasing the lock.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07494: scgcm: unexpected error.
Cause: Unknown or unexpected error code.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07495: spwat: lm_wait failed.
Cause: lm_wait failed.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07496: sppst: lm_post failed.
Cause: lm_post failed.
Action: Check result code in sercerrno. Possible lock manager failure.

ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
Cause: 1. The trace file could not be created for writing.
2. The trace file is a symbolic link.
Action: 1. Check if the dump directory exists and whether it is writable.
2. Remove the symbolic link.

ORA-07498: spstp: Unable to open /dev/resched.
Cause: The rescheduling driver /dev/resched is not found or is not working properly.
Action: Check installation of the ORACLE rescheduling driver in the AIX kernel.

ORA-07499: spglk: Cannot reschedule.
Cause: The rescheduling driver /dev/resched is not open. This is an internal error and should not occur.
Action: Contact your customer support representative.



ORA-07500: scglaa: $cantim unexpected return
Cause: VMS system service $CANTIM returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07501: scgtoa: $deq unexpected return
Cause: VMS system service $DEQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07502: scgcmn: $enq unexpected return
Cause: VMS system service $ENQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07503: scgcmn: $setimr unexpected return
Cause: VMS system service $SETIMR returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07504: scgcmn: $hiber unexpected return
Cause: VMS system service $HIBER returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07505: scggt: $enq parent lock unexpected return
Cause: VMS system service $ENQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07506: scgrl: $deq unexpected return on lockid string
Cause: VMS system service $DEQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07507: scgcm: unexpected lock status condition
Cause: A global locking system service returned an unexpected value.
Action: Check for system error message (if any) and refer to VMS documentation, or contact your customer support representative.

ORA-07508: scgfal: $deq all unexpected return
Cause: VMS system service $DEQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07509: scgfal: $deq parent lock unexpected return
Cause: VMS system service $DEQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07510: scgbrm: $getlki unexpected return on lockid string
Cause: VMS system service $GETLKI returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07511: sscggtl: $enq unexpected return for master termination lock
Cause: VMS system service $ENQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07512: sscggtl: $enq unexpected return for client termination lock
Cause: VMS system service $ENQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07513: sscgctl: $deq unexpected return on cancel of term. lock
Cause: VMS system service $DEQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07514: scgcan: $deq unexpected return while canceling lock
Cause: VMS system service $DEQ returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07534: scginq: $getlki unexpected return on lockid string
Cause: VMS system service $GETLKI returned an unexpected value
Action: Check for system error message and refer to VMS documentation

ORA-07548: sftopn: Maximum number of files already open
Cause: Too many test files open
Action: This is an internal error, please report to Oracle

ORA-07549: sftopn: $OPEN failure
Cause: VMS system service $OPEN failed
Action: Examine system error message and refer to VMS documentation

ORA-07550: sftopn: $CONNECT failure
Cause: VMS system service $OPEN failed
Action: Examine system error message and refer to VMS documentation

ORA-07551: sftcls: $CLOSE failure
Cause: VMS system service $CLOSE failed
Action: Examine system error message and refer to VMS documentation

ORA-07552: sftget: $GET failure
Cause: VMS system service $GET failed
Action: Examine system error message and refer to VMS documentation

ORA-07561: szprv: $IDTOASC failure
Cause: VMS system service $IDTOASC failed
Action: Examine system error message and refer to VMS documentation

ORA-07562: sldext: extension must be 3 characters
Cause: An extension was found but it is of improper length
Action: This is an internal error, please report to Oracle

ORA-07563: sldext: $PARSE failure
Cause: VMS system service $PARSE failed
Action: Examine system error message and refer to VMS documentation

ORA-07564: sldext: wildcard in filename or extension
Cause: A wildcard was used in the file name
Action: Reenter the file name completely

ORA-07565: sldext: $SEARCH failure
Cause: VMS system service $SEARCH failed
Action: Examine system error message and refer to VMS documentation

ORA-07568: slspool: $OPEN failure
Cause: VMS system service $OPEN failed
Action: Examine system error message and refer to VMS documentation

ORA-07569: slspool: $CLOSE failure
Cause: VMS system service $CLOSE failed
Action: Examine system error message and refer to VMS documentation

ORA-07570: szrfc: $IDTOASC failure
Cause: VMS system service $IDTOASC failed
Action: Examine system error message and refer to VMS documentation

ORA-07571: szrfc: $FIND_HELD failure
Cause: VMS system service $FIND_HELD failed
Action: Examine system error message and refer to VMS documentation

ORA-07572: szrfc: insufficient rolename buffer space
Cause: An OS role name was too long.
Action: Re-define the role name to be of correct length.

ORA-07573: slkhst: could not perform host operation
Cause: VMS system service LIB$SPAWN failed
Action: Examine system error message and refer to VMS documentation

ORA-07574: szrfc: $GETUAI failure
Cause: VMS system service $GETUAI failed
Action: Examine system error message and refer to VMS documentation

ORA-07576: sspexst: $GETJPIW failure on process ID string
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07577: no such user in authorization file
Cause: An attempt was made to set an INTERNAL password (for either DBA or OPER privilege), but the corresponding VMS account (either ORA_<sid>_DBA or ORA_<sid>_OPER) hasn't been created yet.
Action: Add a VMS account for ORA_<sid>_DBA and/or ORA_<sid>_OPER before trying to set a password for them.

ORA-07578: szprv: $FIND_HELD failure
Cause: VMS system service $FIND_HELD failed
Action: Examine system error message and refer to VMS documentation

ORA-07579: spini: $DCLEXH failure
Cause: VMS system service $PARSE failed
Action: Examine system error message and refer to VMS documentation

ORA-07580: spstp: $GETJPIW failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07581: spstp: cannot derive SID from unexpected process name
Cause: A background process did not have name of correct form
Action: If the job name was changed, restore it, otherwise this is an internal error, please report to Oracle.

ORA-07582: spstp: ORA_SID has illegal value
Cause: The ORA_SID must exist and be less than 6 characters
Action: Consult the VMS Installation guide for information on setting the SID.

ORA-07584: spdcr: invalid value for ORA_sid_(proc_)PQL$_item
Cause: A logical name used to set a detached process quota value has an invalid value (probably non-numeric).
Action: Examine the values of these logical names, correct the one in error, and retry.

ORA-07585: spdcr: $PARSE failure
Cause: VMS system service $PARSE failed
Action: Examine system error message and refer to VMS documentation

ORA-07586: spdcr: $SEARCH failure
Cause: VMS system service $SEARCH failed
Action: Examine system error message and refer to VMS documentation

ORA-07587: spdcr: $CREPRC failure
Cause: VMS system service $CREPRC failed
Action: Examine system error message and refer to VMS documentation

ORA-07588: spdcr: $GETJPIW get image name failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07589: spdde: system ID not set
Cause: The logical name ORA_SID doesn't translate to a valid value.
Action: Check the value of ORA_SID in the process that gets the error, and correct the installation or command procedures that caused ORA_SID to be set incorrectly.

ORA-07590: spdde: $DELPRC failure
Cause: VMS system service $DELPRC failed
Action: Examine system error message and refer to VMS documentation

ORA-07591: spdde: $GETJPIW failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07592: sspgprv: Error obtaining required privileges
Cause: While obtaining needed privileges, an error was returned from SYS$SETPRV.
Action: This is an internal error. Please report to Oracle

ORA-07593: ssprprv: Error release privileges
Cause: While releasing privileges, an error was returned from SYS$SETPRV.
Action: This is an internal error. Please report to Oracle

ORA-07594: spiip: $GETJPIW failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07595: sppid: $GETJPIW failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07596: sptpa: $GETJPIW failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07597: spguns: $GETJPIW failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07598: spwat: $SETIMR failure
Cause: VMS system service $GETJPIW failed
Action: Examine system error message and refer to VMS documentation

ORA-07599: spwat: $SCHDWK failure
Cause: VMS system service $SCHDWK failed
Action: Examine system error message and refer to VMS documentation

ORA-07600: slkmnm: $GETSYIW failure
Cause: VMS system service $GETSYIW failed
Action: Examine system error message and refer to VMS documentation

No hay comentarios:

Publicar un comentario