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 -> How shall I deckare Solstice for RMAN

How shall I deckare Solstice for RMAN

From: Bernard Polarski <bpolarsk_at_yahoo.com>
Date: Thu, 10 Feb 2000 09:58:06 GMT
Message-ID: <87u23c$67$1@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 - 03:58:06 CST

Original text of this message

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