Oracle RMAN Question:

How to setup the RMAN tape backups?

RMAN Interview Question
RMAN Interview Question

Answer:

RMAN Target / run{Allocate channel ch1 device type sbt_tape maxpiecesize 4gFormat'%D_%U_%T_%t';sql 'alter system switch logfile';Backup database;backup archivelog from time 'sysdate-7';Backup Format '%D_CTLFILE_P_%U_%T_%t' Current controlfile;release channel ch1;}This is backup script for Tivoli Backup Server


Previous QuestionNext Question
Explain what is Channel? How to enable the parallel backups with RMAN?Tell me Is it possible to take Catalog Database Backup using RMAN?