Database Backup and Recovery (MOSC)

MOSC Banner

How to backup an export dump file that is located on the Asm using Veritas netbackup for oracle

edited Aug 18, 2011 3:29AM in Database Backup and Recovery (MOSC) 3 commentsAnswered ✓
Hi experts:
How to backup an export dump file that is located on the Asm using Veritas netbackup for oracle ?
I don't think that using Rman will do it because Rman only backup what it is part of the datbase like control files, archive logs, redo logs and datafiles.

This is a regular script that I use with Netbackup with oracle using Rman:

==================================================================================
OUTF=/home/oracle/dba/logs/SCSD2.HOTBK.`date '+%Y-%m-%d'`.log
echo $OUTF>/tmp/TODAYLOG
OUTF=`cat /tmp/TODAYLOG`
rman target / catalog <user>/<password>@&lt;db_catalog_name><<EOF
spool log to $OUTF append
run {

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center