Dear all,
I have some difficulties to understand PATH, LD_LIBRARY_PATH and CLASS_PATH. For oracle user above all are required or NOT ?
To set
. bash_profile for oracle From Version
4.x to 6.x
Do i need any changes or same configuration ?
PHP Code:
export EDITOR=vi
export ORACLE_HOSTNAME=AUSUAT
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export PATH=
export LD_LIBRARY_PATH=
export CLASSPATH=
Last three lines i am getting confusion.