Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> USING RMAN BACKUP OF DATABASE, TABLESPACES, AND DATAFILES

USING RMAN BACKUP OF DATABASE, TABLESPACES, AND DATAFILES

From: AMIT <kumar_929_at_yahoo.co.uk>
Date: 3 Jan 2004 09:38:36 -0800
Message-ID: <6f94b59f.0401030938.223b4e5d@posting.google.com>


Hi,

I want to take backup of database, datafiles and tablespaces using Rman.
Should I use the same folder in which the backup of database,datafiles and tablespaces reside or different?

For Eample: Following commands, I will use for backup purpose for database,datafiles and tablespaces .Does the folder, which I use in the format option is same for the backup of database,tablespace and datafiles or I use different folder?.

For Database.
Run {
 allocate channel Backup type disk
 format = 'c:\disk1\database_%s_%t_%p';
 backup
 database ;}

For Tablespace

Run {
 allocate channel Backup type disk
 format = 'c:\disk1\tablespace_%s_%t_%p';  backup
 database ;}

For Datafiles
Run {
 allocate channel Backup type disk
 format = 'c:\disk1\datfiles_%s_%t_%p';
 backup
 database ;}

Please give me the earliest reply.This will be appreciated.

Thanks

Amit Received on Sat Jan 03 2004 - 11:38:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US