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: backing up recovery area in 10gR2...

Re: backing up recovery area in 10gR2...

From: jasper <pharaoh_at_nospammail.net>
Date: 9 Jun 2006 11:20:34 -0700
Message-ID: <1149877234.898275.289370@i39g2000cwa.googlegroups.com>

Volker Hetzer schrieb:

> the doc says that rman always backs up the recovery area to an sbt channel.
> Is there any way to make a disk do the job of that sbt channel?

oracle provides a sbt library for testing which writes to disk:

allocate channel c1
  type sbt
  format '%U'
  parms 'SBT_LIBRARY=oracle.disksbt, ENV=(BACKUP_DIR=/tmp)';

see 'Database Backup and Recovery Advanced User's Guide'

-j Received on Fri Jun 09 2006 - 13:20:34 CDT

Original text of this message

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