
July 16, 2001 - 2pm Central time zone
Reviewer: A reader
cleared my confusion
Alter Database Recover Vs Recover Database - Reg
July 16, 2001 - 9pm Central time zone
Reviewer: A reader
It was very useful for me and recently i faced the same problem. Thanks TOM.

November 17, 2003 - 7am Central time zone
Reviewer: Yanis Siminelakis from Athens, HELLAS (Greece)
Totally confused
December 11, 2003 - 12am Central time zone
Reviewer: Anil Pant from Hyderabad
hi,
Your response has confused me. Can u explain it ?
Followup December 11, 2003 - 5am Central time zone:
it is relatively straightforward
a) use ALTER DATABASE if you want to do the recoverying step by step, manually -- issueing each and
every single solitary command to recover the database (apply logfiles).
b) use the SQLPLUS 'recover' command to have sqlplus automate the steps in a) for you.
Scripting
June 3, 2004 - 2pm Central time zone
Reviewer: A reader
So, if I am scripting the recovery, I have no choice but to use the ALTER DATABASE RECOVER, right?
Followup June 3, 2004 - 2pm Central time zone:
depends on what you use to "script" the recovery.
you can use sqlplus commands (recover), rman commands, or straight sql (alter)

June 4, 2004 - 6am Central time zone
Reviewer: Shivdeep Modi from India
Cleared the doubt between the two commands
recover command that worked ...
August 24, 2004 - 9am Central time zone
Reviewer: A reader
ALTER DATABASE RECOVER automatic database until time '2004-08-10-01:00:00' using backup
controlfile;
this worked for me. Only different thing I had to do was put 'automatic' there.
thanks
|