Today's Birthday
Quote of the Day
This Day in History

Monday, March 8, 2010

sample rmanids.sh file

#!/bin/ksh

##
## Script Name: rmanids.sh
## Author : Ramakrishna Nemani
##
## This script is sourced from in other KSH scripts
##
##

##
## set your rman id and password below
##

export rmanid=yourrmanid
export rmanpw=yourrmanpassword

##
## set your rman catalog id and password below
##

export catlid=yourcatalogid
export catlpw=yourcatalogpassword

##
## set your rman catalog database sid
##
export ORACLE_CATL=oem10gx.world
export NLS_LANG="american_america.us7ascii"
export NLS_DATE_FORMAT="Mon DD YYYY HH24:MI:SS"

## ------------------------------------------------------------------------------
##       End of rmanids.sh
## ------------------------------------------------------------------------------

No comments:

Post a Comment