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