Hi
i am trying to recover the database from the loss of SYSTEM datafile.
After mounting the database ,I tried recovery using RMAN
RMAN> run
2> {
3> allocate channel c1 type disk ;
4> restore tablespace "system";
5> recover tablespace "system";
6> sql 'alter database open';
7> release channel c1;
8> }
I have a Incremental level 0 backup and also a incremental level 1 database
backup.
i got the following error while recpovering
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: c1
RMAN-08500: channel c1: sid=11 devtype=DISK
RMAN-03022: compiling command: restore
RMAN-03025: performing implicit partial resync of recovery catalog
> RMAN-03023: executing command: partial resync
> RMAN-08003: starting partial resync of recovery catalog
> RMAN-08005: partial resync complete
>
> RMAN-03022: compiling command: IRESTORE
> RMAN-03026: error recovery releasing channel resources
> RMAN-08031: released channel: c1
> RMAN-00571: ===========================================================
> RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
> RMAN-00571: ===========================================================
> RMAN-03002: failure during compilation of command
> RMAN-03013: command type: restore
> RMAN-03002: failure during compilation of command
> RMAN-03013: command type: IRESTORE
> RMAN-06004: ORACLE error from recovery catalog database: RMAN-20202:
> tablespace not found in the recovery catalog
> RMAN-06019: could not translate tablespace name "system"
>
Any ideas why this error occurs????
The intersting thing is that if i use "recover datafile" ,the recovery goes
thru.
TIA
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Sona
INET: [EMAIL PROTECTED]
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).