Home » RDBMS Server » Backup & Recovery » Running RMAN using 8.1.7.4
Running RMAN using 8.1.7.4 [message #116897] Fri, 22 April 2005 15:06 Go to next message
rucknrun
Messages: 26
Registered: April 2005
Location: Edgewood, MD
Junior Member
Full backup using RMAN in 8.1.7.4

I am trying to do a full backup of an 8.1.7.4 database so I can recover it on a standby machine with the same RDBMS version and OS. When I run the below command it looks like it is working but it never completes. It seems to hang right when it says "RMAN-08010: channel eqr1: specifying datafile(s) in backupset". It does not get to the next command which is usally allocating a channel. Below is the command I am using. Any ideas?

run{
allocate channel d1 type disk;
backup format='/prod/recover/eqr/full_%d_%s_%T' database
include current controlfile;}

Thanks

Neil Blevins
Re: Running RMAN using 8.1.7.4 [message #117159 is a reply to message #116897] Mon, 25 April 2005 08:52 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
i dont remember the 8.1.7 specific syntax on top of my head.
Please check the docs.
It should be something like this.
run {
allocate channel ch1 type disk format='/prod/recover/eqr/full_%d_%s_%T';
backup database include current controlfile;
}

Previous Topic: Need Help In Replication.
Next Topic: Is your backup is going to work while recovery?
Goto Forum:
  


Current Time: Thu Apr 18 21:19:02 CDT 2024