Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: What happens during open resetlogs?

Re: What happens during open resetlogs?

From: K Gopalakrishnan <kaygopal_at_gmail.com>
Date: Wed, 23 Aug 2006 19:29:39 -0700
Message-ID: <3b0f44a10608231929p797da51and7fe4047ed4c7f96@mail.gmail.com>


From one of my old notes ;)

The following checks are done while opening the database using resetlogs . 1). The compatibility version of the header of the datafile is verified against the current compatible setting of the database. It must be in sync with the current compatible setting.
2). All offline data files must be either recovered or dropped. No archive logs can be applied once the database is opened with resetlogs. 3). All datafiles should be check pointed at the same SCN. This usually happens with any normal shutdown or immediate shutdown. Only during a crash or abort shutdown will datafiles have different SCNs.

--

Best Regards,
K Gopalakrishnan
Co-Author: Oracle Wait Interface, Oracle Press 2004 http://www.amazon.com/exec/obidos/tg/detail/-/007222729X/ Coming soon...Oracle RAC Handbook...Oracle Press 2006

--

http://www.freelists.org/webpage/oracle-l Received on Wed Aug 23 2006 - 21:29:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US