1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Note: For additional ORA-600 related information please read Note 146580.1
PURPOSE:
This article discusses the internal error "ORA-600 [4454]", what
it means and possible actions. The information here is only applicable
to the versions listed and is provided only for guidance.
ERROR:
ORA-600 [4454]
VERSIONS:
Versions 7.0 to 9.2
DESCRIPTION:
This exception is signalled because the savepoint number is not what was
expected.
The current transaction savepoint is less than the beginning savepoint of
the transaction.
FUNCTIONALITY:
TRANSACTION CONTROL SAVEPOINT
IMPACT:
PROCESS FAILURE
NON CORRUPTIVE - No underlying data corruption.
SUGGESTIONS:
Break the job into smaller chunks and reconnect for each part of the job
to reset the savepoint number.
For repeatable occurrences, please submit the trace files and alert.log
to Oracle Support Services for further analysis.
Known Issues:
Bug# 1402161 See Note 1402161.8
OERI:4411/OERI:4454 on long running job
Fixed: 8.1.7.3, 9.0.1.3, 9.2.0.1 |
Partager