OBIEE 11g Linux .bash_profile
Sample Linux .BASH Profile File we use for obiee 11g
mydrive = your drive path
my_location = is also a drive location for the oracle/data directory
# .bash_profile
# File Descriptor Limit
ulimit -n 10240
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:/mylocation/oracle/data
#CUSTOM ENTRIES SM KM
NLS_LANG=AMERICAN_AMERICA.UTF8
export NLS_LANG
export TNS_ADMIN=/mydrive/MiddlewareHome/Oracle_BI1/network/admin
export JAVA_HOME=/mydrive/MiddlewareHome/Oracle_BI1/jdk/bin
export MW_HOME=/mydrive/MiddlewareHome
export DOMAIN_HOME=$MW_HOME/user_projects/domains/bifoundation_domain
export WL_HOME=$MW_HOME/wlserver_10.3
export ORACLE_HOME=/mydrive/MiddlewareHome/Oracle_BI1
PATH=$PATH:/mydrive/MiddlewareHomes
PATH=$PATH:/mydrive/MiddlewareHome/Oracle_BI1/jdk/bin
PATH=$PATH:/mydrive/MiddlewareHome/Oracle_BI1/OPatch
export PATH
. /mydrive/MiddlewareHome/instances/instance1/bifoundation/OracleBIApplication/coreapplication/setup/bi-init.sh
Cheers
Shahed
Note: only a member of this blog may post a comment.