TOracleSession.ServerAttach returns an error

his

Member
Hello,
I have 3 oracle homes. One of them is oracle 9i client home. I want to use it without changing a default home (8.1 home). In your source file oracleci.pas I found "ForcedHome" variable and decided to use one. I set desirable value ("ora9i_home") and tried to connect, but
 
If the bin directory of another Oracle Home is listed in the PATH before the Oracle Home you have selected, you can expect errors. You should restrict the application to the Primary Oracle Home.

------------------
Marco Kalter
Allround Automations
 
Good question. PL/SQL Developer uses the OracleHomeName variable to override the Primary Oracle Home. You could try the same.

------------------
Marco Kalter
Allround Automations
 
Back
Top