Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How shall I deckare Solstice for RMAN

Re: How shall I deckare Solstice for RMAN

From: Eugene Firyago <efiryago_at_bisys.com>
Date: Thu, 10 Feb 2000 09:56:52 -0500
Message-ID: <87ujlf$o7h$1@bob.news.rcn.net>


run{ allocate channel c type 'sbt_tape' ... }

Bernard Polarski <bpolarsk_at_yahoo.com> wrote in message news:87u23c$67$1_at_nnrp1.deja.com...
> Hello,
>
> I am trying to run RMAN Using Solstice backup. This script below works
> fine and the Oracle Module for Solstice is linked correctly. But what
> name should I give to in place of 'type disk' ?
>
> rman target internal/sys rcvcat rman/rman_at_usp_at2 <<EOF
> run {
> allocate channel c1 type disk ;
> backup
> incremental level 0 tag db_level_0 filesperset 6 format '/tmp/df_x%
> d_y%t' (database);
> }
> exit
> EOF
>
> --
> B.Polarski
>
> http://www.geocities.com/bpolarsk
> Email : bpolarsk_at_yahoo.com
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Feb 10 2000 - 08:56:52 CST

Original text of this message

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