bakup [message #327628] |
Tue, 17 June 2008 01:52 |
narmadakumari
Messages: 3 Registered: June 2008 Location: hyd
|
Junior Member |
|
|
What are the steps which needs to be performed in $ORACLE_HOME for enabling the RMAN backups with netbackup or TSM tape library software ?
Which types of backups you can take in Oracle?
|
|
|
|
Re: bakup [message #327669 is a reply to message #327628] |
Tue, 17 June 2008 03:25 |
alanm
Messages: 284 Registered: March 2005
|
Senior Member |
|
|
hi,
in your rman script you will need something along the lines of
allocate channel c1 type 'SBT_TAPE' parms
'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin/tdpo.opt)';
regards
Alan
[Updated on: Thu, 17 July 2008 11:17] by Moderator Report message to a moderator
|
|
|
Re: bakup [message #327688 is a reply to message #327669] |
Tue, 17 June 2008 04:20 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
If you just do that, you will likely not make it work.
It is a much complex thing involving relinking, so use documentation.
Regards
Michel
|
|
|