In the ksh, this is what I am seeing. This means it doesn't use any channel, but use tape instead?
$RMAN_HOME/rman_backup admin1 tape 1 controlfile
$RMAN_HOME/rman_backup admin1 tape 2 database online 0
$RMAN_HOME/rman_backup admin1 tape 2 archive keep 3
$RMAN_HOME/xcheck_backup admin1 tape database 0
$RMAN_HOME/purge_backup admin1 tape database 15
$RMAN_HOME/xcheck_backup admin1 tape database 15 delete
$RMAN_HOME/xcheck_backup admin1 tape archive 0
$RMAN_HOME/purge_backup admin1 tape archive 15
$RMAN_HOME/xcheck_backup admin1 tape archive 15 delete
thx
Main Topics
Browse All Topics





by: angelIIIPosted on 2008-02-28 at 06:13:23ID: 21003821
this is clearly defined by the RMAN script, ie each ALLOCATE CHANNEL will create/open 1 channel.