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