Feels like a problem with your log files. Either, the quoted log file is missing from its location as recorded in the controlfile of your database or it is not correctly noted in the create controlfile or create database statement if you are trying to create a new control file. Check the spelling errors. Also check the location of logfiles in your init.ora file.
Gurmohan
www.onlymath.com - Place to learn and teach math.
-----Original Message-----
From: David Chiu
[mailto:oracledba-ezmlmshield-x91734352.[Email address protected]
Sent: Thursday, January 05, 2006 9:56 AM
To: LazyDBA Discussion
Subject: RE: ORA-16068: redo log file activation identifier mismatch
Prity:
If all of your archived log file are available,
Try to see if you can recover the datafile before open the database.
alter database recover datafile <file#>;
alter database open;
------------------------------------------------------------------------
----
David Chiu
-----Original Message-----
From: Prity Ladsaria Roy
[mailto:oracledba-ezmlmshield-x41600426.[Email address protected]
Sent: Thursday, January 05, 2006 5:09 AM
To: LazyDBA Discussion
Subject: ORA-16068: redo log file activation identifier mismatch
Problem
get this error at startup
ORA-16068: redo log file activation identifier mismatch
ORA-00312: online log 1 thread 1: '/oracle/oradata/wtech/redo01.log'
Prity
--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com To unsubscribe:
see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com By using this list you agree
to these terms:http://www.lazydba.com/legal.html
--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these terms:http://www.lazydba.com/legal.html
Oracle LazyDBA home page