Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to unset or remove ORACLE_HOME from PATH variable in UNIX

654131May 19 2009 — edited May 19 2009
Hi,

below is my PATH on one of the server :

oracle@bccdb1d[DUMMY] /optware/sybase/work/jaya => echo $PATH
/optware/oracle/10.2.0.2_Q407/bin:.:/usr/local/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/FXboks/bin


Now I don't want the ORACLE_HOME path to be there in $PATH. I tried below steps to unset it but wasn't successful:


oracle@bccdb1d[DUMMY] /optware/sybase/work/jaya => export ORACLE_HOME=''
oracle@bccdb1d[DUMMY] /optware/sybase/work/jaya => echo $PATH
/optware/oracle/10.2.0.2_Q407/bin:.:/usr/local/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/FXboks/bin

Now even after unsetting it I still see the ORACLE_HOME within the PATH variable.

Need help.

Thanks,
Kalyan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2009
Added on May 19 2009
3 comments
3,201 views