Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> RMAN Recovery Error

RMAN Recovery Error

From: <amerar_at_iwc.net>
Date: 18 Apr 2005 09:21:42 -0700
Message-ID: <1113841302.358543.282180@z14g2000cwz.googlegroups.com>


Hi,

Anyone ever see this error before? I do not get any hits when I search for it:

RMAN> run {
2> set until time "TO_DATE('18-APR-05 09:34:00','DD-MON-YY HH24:MI:SS')";

3>      allocate channel ch1 type disk;
4>      restore database;
5>      recover database;
6>      sql 'ALTER DATABASE OPEN RESETLOGS';
7> }

RMAN-03022: compiling command: set

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: ch1
RMAN-08500: channel ch1: 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-03023: executing command: IRESTORE
RMAN-03026: error recovery releasing channel resources
RMAN-08031: released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: restore
RMAN-03006: non-retryable error occurred during execution of command:
IRESTORE
RMAN-07004: unhandled exception during command execution on channel ch1
RMAN-10015: error compiling PL/SQL program
RMAN-10014: PL/SQL error 0 on line 497 column 10: Statement ignored
RMAN-10014: PL/SQL error 201 on line 497 column 10: identifier

'REPLICATE_CONTROLFILE' must be declared
RMAN-10014: PL/SQL error 0 on line 471 column 10: Statement ignored RMAN-10014: PL/SQL error 201 on line 471 column 10: identifier
'REPLICATE_CONTROLFILE' must be declared
RMAN-10014: PL/SQL error 0 on line 445 column 10: Statement ignored RMAN-10014: PL/SQL error 201 on line 445 column 10: identifier
'REPLICATE_CONTROLFILE' must be declared
RMAN-10014: PL/SQL error 0 on line 419 column 10: Statement ignored RMAN-10014: PL/SQL error 201 on line 419 column 10: identifier
'REPLICATE_CONTROLFILE' must be declared
RMAN-10014: PL/SQL error 0 on line 393 column 10: Statement ignored RMAN-10014: PL/SQL error 201 on line 393 column 10: identifier
'REPLICATE_CONTROLFILE' must be declared
RMAN-10014: PL/SQL error 0 on line 367 column 10: Statement ignored RMAN-10014: PL/SQL error 201 on line 367 column 10: identifier
'REPLICATE_CONTROLFILE' must be declared
RMAN-10014: PL/SQL error 0 on line 48 column 3: Statement ignored RMAN-10014: PL/SQL error 201 on line 49 column 27: identifier
'STAMP2DATE' must be declared

RMAN> Received on Mon Apr 18 2005 - 11:21:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US