Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How shall I deckare Solstice for RMAN
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
![]() |
![]() |