Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> USING RMAN BACKUP OF DATABASE, TABLESPACES, AND DATAFILES
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
![]() |
![]() |