Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: recovery error
Your email :
I was told that the media recovery complete was almost instantaneous (didn't show processing of any archive logs, should have processed 15) and the ALTER SYSTEM ARCHIVE LOG ALL took about 45 seconds to complete.
The following file with datafiles removed was executed after connect internal.
STARTUP NOMOUNT pfile=/u01/app/oracle/admin/fin/pfile/initprd.ora
CREATE CONTROLFILE REUSE DATABASE "PRD" NORESETLOGS ARCHIVELOG
MAXLOGFILES 32
.
. datafiles
.
CHARACTER SET WE8ISO8859P1
;
recover database until time '2004-07-01:04:30:00';
ALTER SYSTEM ARCHIVE LOG ALL;
ALTER DATABASE OPEN;
Produced the following.
ORACLE instance started.
Total System Global Area 966713504 bytes Fixed Size 73888 bytes Variable Size 693010432 bytes Database Buffers 253952000 bytes Redo Buffers 19677184 bytesStatement processed.
I have access to the backed up files so I can restore what I need to. I'm not sure why the archive logs weren't processed. If anyone can shed some light I'd appreciate it. Do I have to recover all the datafiles?
Thanks - Mike
Hemant K Chitale
Oracle 9i Database Administrator Certified Professional
http://web.singnet.com.sg/~hkchital
"A man's reputation is what other people think of him; his character is
what he really is."
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Jul 14 2004 - 10:12:21 CDT
![]() |
![]() |