Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: backing up recovery area in 10gR2...
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
![]() |
![]() |