echo $ORACLE_HOME not returning anything
1012511Jun 3 2013 — edited Jun 3 2013Hello,
We are an Oracle On Demand customer , when i try to login to host using putty and try to find the Oracle Home using the command
# echo $ORACLE_HOME ,
it doesnt return anything. Is there any configuration that is missing, any help will be appreciated.
I tried modifying the .bash_profile file by adding
ORACLE_HOME=$ORACLE_BASE/product/10.2.0
export ORACLE_HOME
but still no luck.