cancel
Showing results for 
Search instead for 
Did you mean: 

Backup Of oracle database

NBU35
Level 6

Hi All

Please share that how to take backup of oracle DB with Rman and netbackup. Also suggest what all happens when online backup starts with the RMAN and netbackup.

5 REPLIES 5

Nicolai
Moderator
Moderator
Partner    VIP   

It impossible to answer that qustion in a short post like this. You need to grab the manual to understand the process - Oracle and SAP database backup are a bit complicated.

Symantec NetBackup for Oracle 7.1 Administrator's Guide

http://www.symantec.com/docs/DOC3672

Makre sure to team up with the local DBA.

Marianne
Level 6
Partner    VIP    Accredited Certified

As per Nicolai's excellent post - start with the manual.

It is extremely important to understand which part of the process is the NBU admin's responsibility and which part the Oracle dba's.

NBU provides the plugin with the NBU client binaries. The backup admin helps the Oracle dba with the linking process of NBU plugin with Oracle.
NBU provides sample scripts - Oracle dba can use them as template or create own.
NBU provides log files (need to manually created - info in manual) to assist with troubleshooting.
Backup admin needs to create backup policy and ensure backup media exists.
Backup admin and dba need to ensure forward and reverse hostname lookup between Oracle client and master and media server(s).

This is a joint effort between you and the dba. The actual backup process is 100% done by the Oracle rman process. The plugin simply sends the data to NBU media.
This means troubleshooting is also a joint effort.
Don't attempt agent backups without co-operation from dba!

NBU35
Level 6

when a hot backup starts with Rman and netbackup what happens at back ground , if anyone can provide this me in step wise , it can help me to understand this ..

Nicolai
Moderator
Moderator
Partner    VIP   

Try this PDF:

http://www.darlkuhn.com/dba/ppt/kuhn.pdf

or this one:

http://docs.oracle.com/cd/B28359_01/backup.111/b28270/toc.htm (section 3 Recovery Manager Architecture) 

 

Will_Restore
Level 6

NetBackup says to RMAN: do your thing and send me some bits! 

 

NetBackup is basically a scheduler (when to start the process) and media manager (where to put the data).