0% found this document useful (0 votes)
8 views1 page

.Rman Env

The document defines environment variables for an Oracle database including the ORACLE_BASE, ORACLE_HOME, TNS_ADMIN, PATH, LD_LIBRARY_PATH, NLS_LANG, and NLS_DATE. It also defines variables for Tivoli Storage Manager backup software.

Uploaded by

Atul Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

.Rman Env

The document defines environment variables for an Oracle database including the ORACLE_BASE, ORACLE_HOME, TNS_ADMIN, PATH, LD_LIBRARY_PATH, NLS_LANG, and NLS_DATE. It also defines variables for Tivoli Storage Manager backup software.

Uploaded by

Atul Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

ORACLE_BASE=/u01/app/oracle

export ORACLE_BASE

#ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export ORACLE_HOME

#ORACLE_SID=RBSR1708
#export ORACLE_SID

TNS_ADMIN=/u01/app/12.2.0.1/grid/network/admin
export TNS_ADMIN

PATH="$ORACLE_HOME/bin:$PATH"
export PATH

LD_LIBRARY_PATH="$ORACLE_HOME/lib"
export LD_LIBRARY_PATH

NLS_LANG="american_america.we8iso8859p1"
export NLS_LANG

NLS_DATE="YYYY/MM/DD HH24:MI:SS"
export NLS_DATE

PATH="$ORACLE_HOME/bin:$PATH"
export PATH

DSMI_CONFIG=/usr/tivoli/tsm/client/oracle/bin64
export DSMI_CONFIG

DSMI_DIR=/usr/tivoli/tsm/client/api/bin64
export DSMI_DIR

TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/RBSR1708/tdpo.opt
export TDPO_OPTFILE

#use with rman catalog


resp="rman"
export resp
resppw="cat"
export resppw

sysbackuppw="pps_rman_1975"
export sysbackuppw

You might also like