Oracle 11g Error Codes and Solution Suggestions from ORA-10700 to ORA-10900
- ORA-10700: Alter access violation exception handler
- Cause: Use this event to control what the VMS exception handler does when it encounters an access violation.
- Action: Level: >=10 Suspend current process on access violation *** SET THIS EVENT ONLY UNDER THE SUPERVISION OF ORACLE DEVELOPMENT ***
- ORA-10701: Dump direct loader index keys
- Cause: Dumps index keys at various points in a direct load based on the value of this event.
- Action: None
- ORA-10702: Application continuity debugging was not enabled.
- Cause: Application continuity debugging was not enabled.
- Action: Enable application continuity debugging. Level: 0x0001: Transaction intention debugging
- ORA-10704: Print out information about what enqueues are being obtained
- Cause: When enabled, prints out arguments to calls to ksqcmi and ksqlrl and the return values.
- Action: Level indicates details: Level: 1-4: print out basic info for ksqlrl, ksqcmi 5-9: also print out stuff in callbacks: ksqlac, ksqlop 10+: also print out time for each line
- ORA-10706: Print out information about global enqueue manipulation
- Cause: When enabled, prints out activity in ksi routines.
- Action: Level indicates details: 0-4: show args for each main call 5-9: also indicate callbacks 10+: also printout time for each line
- ORA-10707: Simulate process death for instance registration
- Cause: When enabled, process commits suicide to test instance registration recovery code.
- Action: Level indicates where the process will die
- ORA-10828: memory allocator error
- Cause: Error in the memory allocator
- Action: Check the trace files and other relevant output
- ORA-10841: Default un-inintialized charact set form to SQLCS_IMPLICIT
- Cause: client side, such as JDBC-THIN 8i client sends 0 as charset form
- Action: This event sets charset form as SQLCS_IMPLICIT when it is 0
- ORA-10842: Event for OCI Tracing and Statistics Info
- Cause: This event is meant for tracing OCI Calls and getting statistics
- Action: This event sets tracing OCI Calls and gets statistics info
- ORA-10848: OCI Non Blocking not supported with string
- Cause: Attempt made to set connection as non-blocking with another feature that does not support non-blocking.
- Action: Use blocking connection.
- ORA-10852: Enable tracing for Enqueue Dequeue Operations
- Cause: NA
- Action: THIS IS NOT A USER ERROR NUMBER/MESSAGE. THIS DOES NOT NEED TO BE TRANSLATED OR DOCUMENTED. IT IS USED ONLY FOR INTERNAL TESTING.
- ORA-10854: Sets poll count used for AQ listen code under RAC
- Cause: NA
- Action: THIS IS NOT A USER ERROR NUMBER/MESSAGE. THIS DOES NOT NEED TO BE TRANSLATED OR DOCUMENTED. IT IS USED ONLY FOR INTERNAL TESTING.
- ORA-10862: resolve default queue owner to current user in enqueue/dequeue
- Cause: resolve default queue owner to current user in enqueue/dequeue.
- Action: turn on if client wish to resolve the default queue owner to the current user. If not turned on, the default queue owner will be resolved to the login user.
- ORA-10863: Control behavior of buffered background operations
- Cause: NA
- Action: THIS IS NOT A USER ERROR NUMBER/MESSAGE. THIS DOES NOT NEED TO BE TRANSLATED OR DOCUMENTED. IT IS USED ONLY FOR INTERNAL TESTING.
- ORA-10865: Control tracing of notification operations
- Cause: NA
- Action: THIS IS NOT A USER ERROR NUMBER/MESSAGE. THIS DOES NOT NEED TO BE TRANSLATED OR DOCUMENTED. IT IS USED ONLY FOR INTERNAL TESTING.
- ORA-10873: file string needs to be either taken out of backup mode or media recovered
- Cause: An attempt was made to open a database after an instance failure or SHUTDOWN ABORT interrupted an online backup.
- Action: If the indicated file is not a restored backup, then issue the ALTER DATABASE END BACKUP command and open the database. If the file is a restored online backup, then apply media recovery to it and open the database.
- ORA-10877: error signaled in parallel recovery slave string
- Cause: A parallel recovery logmerger reached an exception condition.
- Action: Check the following error message for the cause, and consult your error manual for the appropriate action.
- ORA-10878: parallel recovery slave died unexpectedly
- Cause: A parallel recovery slave died unexpectedly, PMON cleaning up the process.
- Action: Check your system for anomalies and reissue the statement. If this error persists, contact Oracle Support Services. See trace file for more details.
- ORA-10879: error signaled in parallel recovery slave string
- Cause: A parallel recovery slave reached an exception condition.
- Action: Check the following error message for the cause, and consult your error manual for the appropriate action.
- ORA-10900: extent manager fault insertion event #string
- Cause: causes faults to be generated in instrumented extent code
- Action: this should only be enabled for internal testing