Home » RDBMS Server » Backup & Recovery » ORA-00219 (oracle 9i, aix5.2)
ORA-00219 [message #463478] Thu, 01 July 2010 09:03 Go to next message
soft_doctor
Messages: 33
Registered: May 2010
Member
Hi All,

My control file was corrupted. With the old control file, i moved the database to mount stage.

Now i have tried to start up the database but I was stuck up with the below error.

ORA-01122: database file 4 failed verification check
ORA-01110: data file 4: '/home/itcdata/fs10/dev58/dev58_02.dbf'
ORA-01207: file is more recent than controlfile - old controlfile


Please suggest. Thanks!
Re: ORA-00219 [message #463482 is a reply to message #463478] Thu, 01 July 2010 09:09 Go to previous messageGo to next message
babuknb
Messages: 1736
Registered: December 2005
Location: NJ
Senior Member

Answer:  Let's look tat the ORA-01207 error:

ORA-01207:  ORA-01207 file is more recent than controlfile - old controlfile

Cause: The control file change sequence number in the datafile is greater than the number in the control file. 
This implies that the wrong control file is being used. 
Note that repeatedly causing this error can make it stop happening without correcting the real problem. 
Every attempt to open the database will advance the control file change sequence number until it is great enough.

Action: Use the current control file or do BACKUP CONTROLFILE RECOVERY to make the control file current. 
Be sure to follow all restrictions on doing a BACKUP CONTROLFILE RECOVERY.
Re: ORA-00219 [message #463483 is a reply to message #463478] Thu, 01 July 2010 09:10 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
> With the old control file, i moved the database to mount stage.
old control file won't work, as you have discovered.
use copy of existing control file
Re: ORA-00219 [message #463488 is a reply to message #463478] Thu, 01 July 2010 09:18 Go to previous message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
You have to show us (that is copy and paste your sqlplus session) in order to get appropriate answers.
We need to know what you actually did before and when getting this error.
Do NOT explain, show.

Regards
Michel
Previous Topic: limitation on v$log_history
Next Topic: recreate parameter file on lost
Goto Forum:
  


Current Time: Thu Apr 18 13:55:45 CDT 2024