I ended up reinstalling Oracle 11g client on my box and now Navigator won’t load. The oci.dll error is raised and then the app closed. I can connect to databases via SQL*Plus without a problem and as far as I can tell, all necessary files are in the their expected location. I tried uninstalling/reinstalling Navigator and it didn’t change anything. I’ve gone through the previous threads on this problem but haven’t found anything helpful. FYI, I am not using an instant client.
Any ideas why Navigator would think there is no Oracle client? Navigator worked perfectly fine until I reinstalled the client.
I am having this issue with SQL Optimizer 8.8.0 for Oracle. I have three Oracle installations. Oracle 11.2.0.1 x32, Oracle 11.2.0.1 x64, and Ora 6i Forms/Reports. My system path variable has reference in the order listed previously (11g x32, 11g x64, 6i). I continue to get this error. I’ve tried removing HKCU Quest Optimizer Hive and it didn’t work. I’ve tried varying the path and to no avail. Please assist.
Do you have SQL Optimizer 8.8.0 32 bit or 64 bit? When did you see the OCI error? Is it when you launch SQL Optimizer or when you try to create a session in
SQL Optimizer? Do you have the same OCI error when you use SQL Navigator too?
I am having this issue with Question SQL Optimizer 8.8.0 for Oracle. I have three oracle installations Oracle 11.2.0.1 x32, Oracle 11.2.0.1 x64, and Ora 6i Forms. My system path variable has
reference in the order listed abave (11g x32, 11g x64, 6i). I continue to get this error. I’ve tried removing HKCU Quest Optimizer Hive and it didn’t work. I’ve tried varying the path and to no avail. Please assist.
I have SQL Optimizer 8.8.0.2585 x64 (doesn’t say 32 or 64 in Help | About, but it’s installed to the ‘C:\Program Files’ and not ‘c:\Program Files (x86)’. If I bring up SQL Optimizer stand-along (without Toad already open), I get it during the create connection. If I have Toad open and execute SQL Optimizer from Database | Optimize | Advanced SQL Optimization, I get it when I click the Auto Optimize. Both display the error on connection: Dialogue ‘Check Connection’ with the message “Cannot load OCI DLL: c:\orant\bin\oci.dll”. Below is my currrent path environment variable/statement:
Well, interesting. I figured out what was going wrong. From the Connection Manager, the Installed Clients | Connect Using was defaulting to the Oracle 6i Report/Forms home. Once I selected the 11g home, presto. Usually the products select by default the home which is first listed in the system PATH and uses connections from what is specified by the TNS_ADMIN system variable. Thanks Vincent for helping!