Home » RDBMS Server » Backup & Recovery » recovery of database
|
Re: recovery of database [message #110326 is a reply to message #110325] |
Sat, 05 March 2005 21:53  |
Frank Naude
Messages: 4595 Registered: April 1998
|
Senior Member |
|
|
ORA-01203 wrong incarnation of this file - wrong creation SCN
Cause: The creation SCN in the file header is not the same as the creation SCN in the control file. This is probably a copy of a file that was dropped.
Action: Restore a current copy of the datafile and do recovery as needed.
---
Try to mount the database, do a select from v$datafile to see what files are causing problems and restore them again from backup.
If you cannot solve the problem, dump the file headers and log a TAR with Oracle Support for assistance:
alter session set events 'immediate trace name file_hdrs level 10';
Best regards.
Frank
|
|
|
Goto Forum:
Current Time: Wed Mar 05 02:54:05 CST 2025
|