Home » RDBMS Server » Backup & Recovery » Oracle 9.2.0.8.0 o/s : HP-UX 11.23 (Forcing a patricular Backup location in RMAN )
Oracle 9.2.0.8.0 o/s : HP-UX 11.23 [message #378234] Mon, 29 December 2008 06:56 Go to next message
kesavansundaram
Messages: 183
Registered: October 2007
Location: MUMBAI
Senior Member
Dear sir,
We are generating backup thro RMAN.We need to forcibily write the backup piece in a patricular location in DISK (eg c:\bkup).
i.e. whenever we take backup, backup file should be physically generated in a patricular location....

kindly adv us which command we need to use to perform the above action ?
thank you
kesavan.


Re: Oracle 9.2.0.8.0 o/s : HP-UX 11.23 [message #378240 is a reply to message #378234] Mon, 29 December 2008 07:21 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
http://download.oracle.com/docs/cd/B10501_01/server.920/a96565/rcmsynta4.htm

RUN
{
  ALLOCATE CHANNEL disk1 DEVICE TYPE DISK FORMAT '/disk1/backups/%U'; 
  ALLOCATE CHANNEL disk2 DEVICE TYPE DISK FORMAT '/disk2/backups/%U'; 
  BACKUP DATABASE PLUS ARCHIVELOG;
} 
Re: Oracle 9.2.0.8.0 o/s : HP-UX 11.23 [message #378245 is a reply to message #378240] Mon, 29 December 2008 08:02 Go to previous message
kesavansundaram
Messages: 183
Registered: October 2007
Location: MUMBAI
Senior Member

Thank you,
kesavan
Previous Topic: recovery from oraclexe directory
Next Topic: Will backup of oracle 10g enterprise work in orcale 10g standard
Goto Forum:
  


Current Time: Fri May 03 09:42:50 CDT 2024