Two Oracle Clients

Fabian

Member
We have a PC with two oracle-clients, one with release 8.1.7 and the other with 9.2. Our programm, which has Direct Oracle Access needs to connect to the server by the client 9.2, but it only "see" the oracle client 8.1.7. The oracle home points at 9.2. Is this a problem of direct oracle access?

Thx a lot
 
Direct Oracle Access uses the Primary Oracle Home by default. This is the home that is listed first in the PATH environment variable.

You can use the Oracle Home Selector (a standard Oracle utility) to switch the Primary Oracle Home to 9.2.
 
Back
Top