I ran the following command based on Oracle 9i restore and recovery documentation, and it stated this 'To perform the validation, the database can be mounted or open. You do not have to take datafiles offline when validating them.'
Yet I get the following error message:
RMAN> run
2> { allocate channel d1 device type disk;
3> restore controlfile validate;
4> RESTORE TABLESPACE SYSTEM VALIDATE;
5> RESTORE ARCHIVELOG ALL VALIDATE;
6> }
released channel: ORA_DISK_1
allocated channel: d1
channel d1: sid=16 devtype=DISK
Starting restore at 03-OCT-05
released channel: d1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 10/03/2005 15:34:37
RMAN-06496: must use the TO clause when the database is mounted or open.
Can someone tell me what I am doing wrong or how to correct the issue?
Thanks
David
Yet I get the following error message:
RMAN> run
2> { allocate channel d1 device type disk;
3> restore controlfile validate;
4> RESTORE TABLESPACE SYSTEM VALIDATE;
5> RESTORE ARCHIVELOG ALL VALIDATE;
6> }
released channel: ORA_DISK_1
allocated channel: d1
channel d1: sid=16 devtype=DISK
Starting restore at 03-OCT-05
released channel: d1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 10/03/2005 15:34:37
RMAN-06496: must use the TO clause when the database is mounted or open.
Can someone tell me what I am doing wrong or how to correct the issue?
Thanks
David