RMAN-01009: syntax error: found "cancel"
Hi!
I am playing with rman on my test machine and I encountered error that I can't resolve.
I've tried to restore/recover datafiles executing this commands:
$ sqlplus "/as sysdba"
SQL>startup mount
RMAN> restore database
(everything went well)
RMAN> recover database until cancel;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "cancel": expecting one of: "logseq, scn, sequence, time"
RMAN-01007: at line 1 column 24 file: standard input
I've executed this command on several occasions and never had a problem, but now syntax error.
Just don't know why syntax error?!
OS: Centos 5
DB: 11.1.0.7.0
Thanks for any help,
Marko