RMAN tapes backup and recovery
Please help me on my RMAN backup scripts below.
The level 0 will be run weekly and level 1 on daily.
1. How can I add a new backup location on a tape drive?
2. Can I keep tape-backup files longer than files on a server drive?
3. Since I was working on my DB server remotely, how can I know backup files on tapes are still usable for recovery?
4. Can my backup files on tape be easily recovered onto my DB.
Thanks
Liz
## LEVEL 0##
run {
allocate channel EAG1 type disk;
BACKUP INCREMENTAL LEVEL 0
tag='MPSA2 LVL 0 dif DB BKUP'
format 'D:\dbbackup\RMAN\Level_0\MPSA2L0_t%t_s%s_p%p_c%c.bak'