#!/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
## ------------------------------------------------------------------------------
Monday, March 8, 2010
Subscribe to:
Post Comments (Atom)




No comments:
Post a Comment