Skip to Main Content

Security Software

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 set multiple ORACLE_HOME and PATH environmental variables for different oracle products.

Maryann Cynthia-OracleDec 21 2018 — edited Jan 21 2019

Hi,

When I was trying to configure my OID to use my database, I set the following environmental variables; now I am not able to use my database.

How do I set multiple ORACLE_HOME and PATH environmental variables for different oracle products.

export ORACLE_HOME=Path of the OID home directory   

export ORACLE_INSTANCE=Path of the OID instance

export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/ldap/bin:$ORACLE_INSTANCE/bin:$PATH.

export TNS_ADMIN=$ORACLE_INSTANCE/config

 

Thanks so much,

Maryann

Comments