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 -> Re: USING RMAN BACKUP OF DATABASE, TABLESPACES, AND DATAFILES

Re: USING RMAN BACKUP OF DATABASE, TABLESPACES, AND DATAFILES

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Sat, 3 Jan 2004 19:42:31 +0100
Message-ID: <3ff70cba$0$29083$636a55ce@news.free.fr>

"AMIT" <kumar_929_at_yahoo.co.uk> a écrit dans le message de news:6f94b59f.0401030938.223b4e5d_at_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

I think you don't understand how rman works. It's urgent to you to read the RMAN User Guide. You'll find it on tahiti (http://tahiti.oracle.com/)

Regards
Michel Cadot Received on Sat Jan 03 2004 - 12:42:31 CST

Original text of this message

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