Home » RDBMS Server » Backup & Recovery » 98.retrieving datafile using rman
98.retrieving datafile using rman [message #69976] Mon, 25 March 2002 23:42 Go to next message
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?
Re: 98.retrieving datafile using rman [message #69978 is a reply to message #69976] Tue, 26 March 2002 07:27 Go to previous message
Grant
Messages: 578
Registered: January 2002
Senior Member
RTFM

RMAN> run { allocate channel t1 type disk; }
Previous Topic: COPYING CONTENTS FROM BACKUP
Next Topic: 99.recovery using rman
Goto Forum:
  


Current Time: Thu Apr 18 22:51:43 CDT 2024