|
|
|
|
|
Re: Recovery using copied oracle folder [message #540621 is a reply to message #540620] |
Tue, 24 January 2012 17:27   |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
IF the database was in archivelog mode you can try:
- restore all files
Then mount the database with:
startup nomount
alter database mount
then do an
RECOVER DATABASE UNTIL CANCEL
You will then be prompted with archived redo-log names. Confirm the name with enter if the archived redo log exist, otherwise enter "CANCEL" and enter.
then do an
ALTER DATABASE OPEN RESETLOGS
|
|
|
|
|
Re: Recovery using copied oracle folder [message #540640 is a reply to message #540622] |
Wed, 25 January 2012 01:52   |
John Watson
Messages: 8968 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You made a typing error:Quote:c:\oracle\oradata\itoll\arch_itoll_01086.arcc'
ORA-01756: quoted string not properly terminated therefore no recovery occured. Try again, without the quote.
And you had better check the filename too, why did you enter ....1086.arcc when you were prompted for ...1087.ARC ?
|
|
|
|
Re: Recovery using copied oracle folder [message #544459 is a reply to message #544443] |
Tue, 21 February 2012 23:24  |
 |
Michel Cadot
Messages: 68748 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Michel Cadot wrote on Wed, 25 January 2012 06:13Once you went through all archived logs apply the onlinre redo logs.
So reexecute "recover database until cancel using backup controlfile" and give a redo log when Oracle asks you for a file.
Regards
Michel
|
|
|