Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: problem with log version
Mauricio,
If I read this correctly, you have started up an instance for an 8.1.x database using 8.0.5.x binaries.
Is there some reason that you do not want to open this hot backupset as an 8.1.x database?
Is this your own testing, or is this a recovery
secenario in production?
Do you have a support contract with Oracle Support?
There are mechanisms via which you can downgrade a database, but I believe that you have to have the database in a consistent state (open) prior to downgrading it.
Is it possible that you simply have the "compatible" parameter set to 8.0.5 (by mistake) in the init.ora and just need to restart the instance with compatible set to "8.1.0.0.0" and retry recovery?
It could be that simple.
Run these and report back, please.
SQL> select * from v$parameter where
name='compatible";
SQL> select * from v$version;
Pd
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Paul Drake INET: discgolfdba_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jan 20 2004 - 19:09:25 CST
![]() |
![]() |