~/.bash_profile before installing Agil

~/.bash_profile before installing Agil

.bash_profile

Get the aliases and functions

if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

User specific environment and startup programs

PATH=$PATH:$HOME/.local/bin:$HOME/bin

export PATH

export TMP=/tmp

export TMPDIR=$TMP

export ORACLE_HOSTNAME=01scqaagl05.XXXXXX.natus.com

export ORACLE_BASE=/app/oracle

export ORACLE_HOME=$ORACLE_BASE/product/19.0.0/db_1

export PATH=$ORACLE_HOME/bin:$PATH

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib

NLS_LANG=AMERICAN_AMERICA.AL32UTF8
export NLS_LANG

ORACLE_SID=aglqa05

export ORACLE_SID

export TNS_ADMIN=/var/opt/oracle

export JAVA_HOME=/app/oracle/product/19.0.0/db_1/jdk

Leave a Reply

Your email address will not be published. Required fields are marked *