RMAN Tape Backups

How do you setup the RMAN tape backups?

Questions by shanthiavari

Showing Answers 1 - 1 of 1 Answers

RMAN Target /
run
{
Allocate channel ch1 device type sbt_tape maxpiecesize 4g
Format'%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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions