# $RCSfile: ora920,v $ # $Revision: 1.1 $ # $Name: $ # $Date: 2009/01/12 17:59:03 $ # $Author: agibert $ case "$1" in *profile) export ORACLE_HOME=/home/logiciel/oracle/ora920 export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data export NLS_LANG=american_america.we8iso8859p1 export NLS_SORT=BINARY export ORACLE_TERM=vt100 export ORACLE_RM=Oracle_XA_9 export ORACLE_SID=$(/usr/bin/awk "BEGIN {print toupper(\"$TARGET_ID\")}") export CONFIGORAIC=$TARGET_HOME/appli/expl/oracle/ora_target/init export EXPLORAIC=$TARGET_HOME/appli/expl/oracle/ora_target #---------------------------------------------------------------------------- # PATH definitions #---------------------------------------------------------------------------- path=$ORACLE_HOME/bin export PATH=$(envmng_path_add "$PATH" "$path") shlib_path=$ORACLE_HOME/lib export SHLIB_PATH=$(envmng_path_add "$SHLIB_PATH" "$shlib_path") ;; *rc) ;; *) echo "$0: Invalid command: [$1] !" ;; esac