- Add AIX support,
- Add --list (-l), --listid (-li) and --listenv (-le) options. - Add and rework many scripts in etc/envmng.d directory...
This commit is contained in:
46
etc/envmng.d/ora10
Normal file
46
etc/envmng.d/ora10
Normal file
@@ -0,0 +1,46 @@
|
||||
# $RCSfile: ora10,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/13 13:27:53 $
|
||||
# $Author: agibert $
|
||||
|
||||
# EnvMng Environment configuration
|
||||
#
|
||||
# description: Oracle 10
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
case "$1" in
|
||||
*profile)
|
||||
export ORACLE_HOME=/home/logiciel/oracle/ora10
|
||||
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 FS01=$PROJECT_HOME/${PROJECT_ID}1
|
||||
export FS02=$PROJECT_HOME/${PROJECT_ID}2
|
||||
export FS03=$PROJECT_HOME/${PROJECT_ID}3
|
||||
|
||||
export ORACLE_SID=$(/usr/bin/awk "BEGIN {print toupper(\"$PROJECT_ID\")}")
|
||||
export BASE=$ORACLE_HOME/dbs/sgadef${ORACLE_SID}.dbf
|
||||
# export CONFIGORAIC=$PROJECT_HOME/appli/expl/oracle/ora_target/init
|
||||
# export EXPLORAIC=$PROJECT_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
|
||||
Reference in New Issue
Block a user