Control file errors, ORA-00214 [message #480662] |
Tue, 26 October 2010 04:30 |
reym21
Messages: 241 Registered: February 2010 Location: Philippines
|
Senior Member |
|
|
Pls. help me again.
Our production server encountered a hardware problem that led to our db server of not been restarted after repairing.
Everytime we tried to start the db, this error have been displaying:
ORA-00214: control file '<path/controlfile>' version 977908 inconsitent with '<path/controlfile>' version 977865
What I should do next?
Thank you in advance.
[EDITED by LF: fixed topic title; the original error code was "ORA-0012"]
[Updated on: Wed, 27 October 2010 01:08] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
Re: Control file errors, ORA-00214 [message #480932 is a reply to message #480930] |
Thu, 28 October 2010 03:59 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Hi - I'm not going to offer advice on fixing your problem, it would not be sensible to interfere without a full understanding of what happened and the current situation. But to answer your precise questions:
First, controlfile copies can be named anything at all. The inconsistency is of no significance.
Second, you can backup the controlfile to trace at any time.
|
|
|
|
Re: Control file errors, ORA-00214 [message #481001 is a reply to message #480662] |
Fri, 29 October 2010 02:03 |
reym21
Messages: 241 Registered: February 2010 Location: Philippines
|
Senior Member |
|
|
Sir,
Btw, based on the ".trc" file created by using the 'alter database backup controlfile to trace', can I exclude those pertaining to datafiles (when I execute it as an SQL script)?
I just want to execute only on re-creating the redo logs and adding the character set.
Thanks again.
|
|
|