Oracle RMAN Question:
Download Job Interview Questions and Answers PDF
How to setup the RMAN tape backups?
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
Download RMAN Interview Questions And Answers
PDF
Previous Question | Next 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? |