ORA-600 [2662] "Block SCN is ahead of Current SCN" (Doc ID 28929.1) | 编辑To Bottom | |
Note: For additional ORA-600 related information please read Note:146580.1
PURPOSE:
This article discusses the internal error "ORA-600 [2662]", what
it means and possible actions. The information here is only applicable
to the versions listed and is provided only for guidance.
ERROR:
Format: ORA-600 [2662] [a] [b] [c] [d] [e]
VERSIONS:
versions 6.0 to 12.1
DESCRIPTION:
A data block SCN is ahead of the current SCN.
The ORA-600 [2662] occurs when an SCN is compared to the dependent SCN
stored in a UGA variable.
If the SCN is less than the dependent SCN then we signal the ORA-600 [2662]
internal error.
ARGUMENTS:
Arg [a] Current SCN WRAP
Arg [b] Current SCN BASE
Arg [c] dependent SCN WRAP
Arg [d] dependent SCN BASE
Arg [e] Where present this is the DBA where the dependent SCN came from.
FUNCTIONALITY:
File and IO buffer management for redo logs
IMPACT:
INSTANCE FAILURE
POSSIBLE PHYSICAL CORRUPTION
SUGGESTIONS:
There are different situations where ORA-600 [2662] can be raised.
It can be raised on startup or during database operation.
If not using Parallel Server, check that 2 instances have not mounted
the same database.
Check for SMON traces and have the alert.log and trace files ready
to send to support.
Check the SCN difference [argument d]-[argument b].
If the SCNs in the error are very close, then try to shutdown and startup
the instance several times.
In some situations, the SCN increment during startup may permit the
database to open. Keep track of the number of times you attempted a
startup.
If the Known Issues section below does not help in terms of identifying
a solution, please submit the trace files and alert.log to Oracle
Support Services for further analysis.
Known Issues:
You can restrict the list below to issues likely to affect one of the following versions by clicking the relevant button:
REFERENCESBUG:336196 - ORA-600 [2662], [0], [2346030], [64338], [42] UNDER HEAVY LOADINGBUG:851959 - ORA-600 [2662] OCCURRED DURING CREATE SNAPSHOT AT MASTER SITE NOTE:1021243.6 - This document has been replaced with more recent information on this topic. Please refer to more recent documentation. NOTE:2899477.8 - Bug 2899477 - Minimise risk of a false OERI[2662] BUG:297197 - WHEN RUNNING IN PARALLEL MODE NOTE:5889016.8 - Bug 5889016 - Corruption / OERI during recovery NOTE:647927.8 - Bug 647927 - Digital Unix ONLY: OERI:2662 could occur under heavy load NOTE:851959.8 - Bug 851959 - OERI:2662 possible from distributed OPS select NOTE:4453449.8 - Bug 4453449 - OERI:3020 / corruption errors from multiple FLASHBACK DATABASE NOTE:146580.1 - What is an ORA-600 Internal Error? NOTE:2054025.8 - Bug 2054025 - OERI:2662 possible on new TEMPORARY index block NOTE:2216823.8 - Bug 2216823 - OERI [2662] reusing a TEMPFILE with a restored database NOTE:2764106.8 - Bug 2764106 - False OERI[2662] possible on SELECT which can crash the instance BUG:195115 - GETS ORA 600 [2662][0][33702][0][33793][][][] ON STARTUP |