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: RMAN configuration

Re: RMAN configuration

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 26 Oct 2007 14:10:59 -0700
Message-ID: <1193433056.887813@bubbleator.drizzle.com>


amit kaushal wrote:
> Hi,
>
> i am on solaris 10 oracle 9.2.0.8.
>
> what i want to know is how do i tell rman where to keep the backup on
> a particular partition ?
>
> I want rman to place the backups in say /u05/backup. How do i tell it
> that.
>
> TIA
> Best regards
> amit kaushal

One example:

backup device type disk format '/stage/%U' database plus archivelog;

Stores the backup files at /stage.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Fri Oct 26 2007 - 16:10:59 CDT

Original text of this message

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