db consistent issue [message #394471] |
Fri, 27 March 2009 05:11 |
tjay
Messages: 37 Registered: September 2008
|
Member |
|
|
hi
The backups which are taken when the database is up are inconsistent; therefore recovery is needed.
How does the oracle determine how many archivelogs needed to make the db consistent?
Assume i have heaps of archivelogs
Does the db become consistent after I apply only one archivelog and open resetlogs?
cheers
|
|
|
Re: db consistent issue [message #394494 is a reply to message #394471] |
Fri, 27 March 2009 07:50 |
|
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
If you are doing a point-in-time recovery (PITR), then you could potentially apply one archivelog and have the database in a consistent state.
|
|
|