98.retrieving datafile using rman [message #69976] |
Mon, 25 March 2002 23:42 |
krishna
Messages: 141 Registered: October 1998
|
Senior Member |
|
|
I did a consistent whole database backup(using rman). I then deliberately deleted one datafile of this database. Now i'm trying to recover the database(using rman). I realise that before trying to restore, i need to allocate a channel.
I tried this.
allocate channel t1 type disk;
But this is the error i got
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01005: syntax error: found "identifier": expecting one of: "for"
RMAN-01008: the bad identifier was: t1
RMAN-01007: at line 1 column 18 file: standard input
Can u let me know how i should proceed?
|
|
|
|