TDP: recovery issu with archivelog

nicnictout

ADSM.ORG Member
Joined
Oct 23, 2009
Messages
68
Reaction score
1
Points
0
Hello,

i want to realise a recovery of my database, but i've got an error when it finalize the recovery. The TDP seems to restore too much archivelog for my oracle, and i must clear all archivelog if i want that my oracle be up & running.

Searching in this forum, i saw that line in a script, and i wonder if it could be a solution for my issue:

Code:
OPEN DATABASE RESETLOGS;

Thx.
 
Probably
ALTER DATABASE OPEN RESETLOGS;
(it's for Oracle)
Efim
 
[SOLVED]

Yes Efim, you're wright, i solved my issue with this line.
 
Back
Top