Originally posted by Rohit
Thansk You so much Julian , but that command also displays the same error.


RMAN> run
2> {
3> allocate channel c1 type disk;
4> change archivelog all crosscheck;
5> release channel c1;
6> }

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: c1
RMAN-08500: channel c1: sid=14 devtype=DISK

RMAN-03022: compiling command: change
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: change
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20242: specification does not match any archivelog in the recovery catalog

RMAN>

Can you pls Advice
Thanks
The command change archivelog all crosscheck; gives you the same error right? Which version of Oracle is it?