Home » RDBMS Server » Backup & Recovery » RMAN Backup with LTO Tapes
RMAN Backup with LTO Tapes [message #270076] Tue, 25 September 2007 10:58 Go to next message
sandhyaa
Messages: 79
Registered: February 2007
Member
Hi,
I was taking Backup using Tivoli. Recently we had recently got installed LTO Tape device to the server.

When I was using Tivoli for Backup, the script was:

run {
allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
sql 'alter system switch logfile';
backup incremental level 1 tag 'db_level1_backup'
format'%d/INC1/%t/%s/%p'
database diskratio=0;
release channel t1;
}


What should be the script when using LTO?

Thanks
Sandi
Re: RMAN Backup with LTO Tapes [message #270087 is a reply to message #270076] Tue, 25 September 2007 12:19 Go to previous message
Michel Cadot
Messages: 68653
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Each parameter depends on the media manager (Tivoli TDPO for instance).
This is this one that gives how to configure Oracle and what have to be set as parameters.
So ask your LTO provider if it has a media manager for Oracle and how to set it.

Regards
Michel
Previous Topic: To test the restore of a database to new host
Next Topic: Help, oracle9i
Goto Forum:
  


Current Time: Mon May 20 12:50:50 CDT 2024