Cannot Load OCI.Dll

Hello:
I just installed the 64-bit version of 11g Release 1 (11.1.0.6) on a server that is running 64-bit Windows 2003 Server.
The installation was successful and I checked using SQL Plus. I am able to log and execute queries. I am also able connect using SQL Developer.
However, when I tried to use SQL Navigator (version 6.1) or Toad 10.0, I get an error message "... Cannot load OCI.DLL".
When I tried to install another COTS product, it complains that it was unable to find Oracle Client and/or Oracle OLE Objects.
I was trying both the tasks on the server itself.
Any ideas on how I can resolve the issues?

I have the same problem: Oracle 11 R2 on Solaris x86-64 and Oracle client (11.1.0.7.0 x64, unfortunately, there's no client higher than that version.). After installing TOAD 10.1 i've checked client connection:
SOFTWARE\WOW6432NODE\ORACLE (Oracle Root)
ORACLE_HOME_NAME:
ORACLE_HOME: C:\app\User\oracle
ORACLE_SID:
NLS_LANG:
SQLPATH:
LOCAL:
C:\app\User\oracle\Bin exists.
C:\app\User\oracle\Bin is in PATH.
Client DLL: C:\app\User\oracle\Bin\oci.dll
Client Version: 11.1.0.7.0
Home is valid.
So, TOAD can see the client, but when i'm trying to connect it i got an error:
Cannot load OCI DLL: oci.dll
Any suggestions?

Similar Messages

  • Toad Error - Cannot load OCI DLL: C:\Oracle\instantclient_11_1\oci.dll

    Hello All,
    Help needed to fix this error.
    We are getting the below error from Toad after fresh install on Windows 7 64 Bit.
    Toad for Oracle Base
    Version: 10.6.1.3
    Cannot load OCI DLL: C:\Oracle\instantclient_11_1\oci.dll
    We are using the Oracle Instant Client (instantclient-basic-nt-11.2.0.2.0).
    We are able to connect to the database from the command line successfully, but when we tried to launch the Toad and connect it we are getting the above error.
    How do we fix this issue?
    Thanks in advance.
    Sandeep S

    mseberg wrote:
    So is this a Toad issue or an Oracle client issue?More like a general software or programming "issue". If Toad (or other program) is 32-bit, then loaded libraries (e.g. Oracle Client dll's) needs to be 32-bit.
    I'm sure this is documented in requirements for Toad. See e.g. [url http://toadfororacle.com/servlet/KbServlet/download/4264-102-12585/10.6_ReleaseNotes.htm#SystemRequirements]Toad 10.6 Release notes.
    Edited by: orafad on Aug 10, 2011 2:35 AM

  • Cannot load OCI DLL: C:\oracle\product\10.2.0\db_1\bin\oci.dll

    Hello,
    my environment is:
    MS Windows 2003 R2 SP2 Enterprise x64 Edition
    Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
    and I want to use:
    TOAD for Oracle Freeware - version 8.5.0.50 g (from Quest Software)
    my "path" variable is as below:
    C:\Documents and Settings\Administrator.SERVER2003>set path
    Path=C:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    At location "C:\oracle\product\10.2.0\db_1\bin\" I can see "oci.dll"
    BUT... when I try to connect to my database... from TOAD... I get the message below.
    Cannot load OCI DLL: C:\oracle\product\10.2.0\db_1\bin\oci.dll
    Using "netca" or "sqlplus" I can connect to the database with success.
    Help welcome!!!

    Hummm....
    this should be the cause.
    I have Oracle Database 10g Release 10.2.0.1.0 - 64bit Production. Then all the executables including DLLs are 64-bit version compiled.
    Now... I guess that the TOAD software is 32-bit application and it can not load 64-bit OCI.DLL.
    Thanks to EVERYBODY evolved!!!
    By the way:
    The TOAD for Oracle Freeware - version 8.5.0.50 g (from Quest Software) is the latest version available from Quest Software.
    Regards,

  • Cannot load OCI DLL: C:\oracle\product\11.1.0\db_1\BIN\oci.dll

    Hi..
    I tried connect to my oracle 11g using toad version 9.5.. but i got an error as below:-
    Cannot load OCI DLL: C:\oracle\product\11.1.0\db_1\BIN\oci.dll
    As your information.. this is my tnsnames.ora configuration:-
    NV2DEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ASUS-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = NV2DEV)
    Please help me...
    Thank you,
    Baharin

    hi,
    Guys, I installed Oracle 11g client because of the reported fix of System.Transactions issue known in 10g. I use PL/SQL developer, and it told me "Initialization error: Could not locate OCI dll", though the registry entry and ORAHOME folder it showed were Ok. It seems like PL/SQL developer was looking for OCI.dll not in the reported ORAHOME folder but in ORAHOME\bin folder. After copying all files (luckily, they are quite few) from ORAHOME root to bin PL/SQL developer began to work correctly.
    from the following link
    http://forums.oracle.com/forums/thread.jspa?threadID=620900
    it will work for you
    Thanks
    Edited by: CKPT on Sep 27, 2010 12:52 PM

  • Cannot Connect to Oracle, PHP cannot load oci dlls

    Hello,
    I have installed wamp on windows server, and oracle 9, When I try to connect to oracle in php I get:
    Fatal error: Call to undefined function oci_connect() in C:\wamp\www\project2\index.php on line 3
    Also when I start wamp, it cannot load the oci dlls found on:
    C:\wamp\bin\php\php5.3.0\ext
    I have configured the php.ini file and commented as much options
    extension_dir = "C:/wamp/bin/php/php5.3.0/ext/"
    extension=php_oci8.dll ; Use with Oracle 10gR2 Instant ...
    extension=php_oci8_11g.dll ; Use with Oracle 11g Instant Client
    extension=php_oracle.dll
    extension=oci8.so
    I am unable to either connect to the database through php, also when I start wamp, i get pop up windows that it cannot load the dynamic procedures related to oracle: php_oce.dll, php_oce8.dll, php_pdo_oci,
    I have even eddited the http.conf file
    Also have done this:
    •Add the following entries to the "C:\Apache\Apache\conf\httpd.conf" file:
    LoadModule php4_module c:\php\sapi\php4apache.dll (approx line 193)
    AddModule mod_php4.c (approx line 241)
    AddType application/x-httpd-php .php (approx line 851)
    I have included the phpinfofile attached as well, part of it below is:
    System Windows NT SELECAO 5.2 build 3790 (Windows Server 2003 Standard Edition Service Pack 2) i586
    Build Date Jun 29 2009 21:23:30
    Compiler MSVC6 (Visual C++ 6.0)
    Architecture x86
    Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=D:\php-sdk\oracle\instantclient11\sdk,shared" "--with-enchant=shared"
    Server API Apache 2.0 Handler
    Virtual Directory Support enabled
    Configuration File (php.ini) Path C:\WINDOWS
    Loaded Configuration File C:\wamp\bin\php\php5.3.0\php.ini
    Configuration
    apache2handler
    Apache Version Apache/2.2.11 (Win32) PHP/5.3.0
    Apache API Version 20051115
    Server Administrator admin@localhost
    Hostname:Port localhost:80
    Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
    Timeouts Connection: 300 - Keep-Alive: 5
    Virtual Server No
    Server Root C:/wamp/bin/apache/Apache2.2.11
    Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_setenvif mod_php5

    I get this error, i decided to change directory for oracle_home
    putenv("ORACLE_HOME=C:/oracle/product/10.2.0/db_1/bin");
    to
    putenv("ORACLE_HOME=C:/oracle/product/10.2.0/db_1");
    it functioned.
    my code
    <?php
    putenv("ORACLE_HOME=C:/oracle/product/10.2.0/db_1");
    putenv("ORACLE_SID=PLSExtProc");
    $user ="name"; // set user
    $senha="password"; // set password
    $banco="(DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=TCP)
    (HOST=127.0.0.1)(PORT=1521)
    (CONNECT_DATA=(SERVICE_NAME=orcl))
    )"; // configuracoes do banco (isso muda um pouco no oracle)
    if ($conexao = OCILogon($user,$senha,$banco))
    echo "Conexão bem sucedida.";
    else
    echo "Erro na conexão com o Oracle.";
    ?>

  • Help!my application can not load oci.dll

    i have a server with windows 2003 enterprise sp2, oracle 10g was installed on it.now i want to run a .net application,but it's not working,cause oci.dll can not be loaded. then i installed PL/SQL and instant client 11g. but still not working. the error is :"initialization is error, can not load oci.dll.....returned 0". also,i wroted a small application to load oci with win32 api(LoadLibrary) and returned 0 too.
    I'm sure there are no 32bit,64bit things. from os to application,32bit was checked. and i changed server but same os ,same oracle, after application and instant client installed,same problems got. so i'm think about is there any conflicts when oracle 10g and odac/instant client work together

    If you have Oracle 10 installed on a Windows computer, you have oci.dll.
    If "oci.dll can not be loaded", the problem is not a lack of oci.dll.
    The first thing you should do is uninstall Instant Client and anything else you installed to fix the problem (I don't know what you mean with "install PL/SQL").
    Then check if oci.dll can be loaded, e.g. by starting sqlplus and connecting to a database.
    If that works, oci.dll is fine.
    If your program cannot load oci.dll, something in your setup has a problem.
    Maybe it cannot find oci.dll and you have to tell it where to look.
    Yours,
    Laurenz Albe

  • Error Opening After Effects CS3 - cannot load AERes1.dll

    Hello,
    When I try to open After effects I get this Error "cannot load AERes1.DLL"
    I tried to reinstall after effects and it didnt dfix the problem.
    I uninstalled the entire Master collection CS3 and reinstalled and the problem didnt solve.
    I could open After Effects in the past.
    Any suggestions?

    OK so this is how I solved the problem if anyone encounter it ever again...
    Uninstalling and reinstalling the CS3 won't help.
    The problem happens probably because of quicktime installed prior to the CS3 updates. I didnt try to remove quicktime. I formatted my PC and luckly I had an image of my c: drive from the time I installed the cs3 and prior to the time I installed Quicktime. So I made all Adobe Cs3 updates first and only than installed Quicktime.
    Now After Effects works.
    If anyone finds a way to solve this without formatting c: drive, let me know.
    Ariel E.

  • Cannot load jvm.dll

    I have installed j2sdk 1.4.2, on windows ME. it seems to have installed ok, but when i try to run it, i just get a message saying "cannot load jvm.dll" Any suggestions?

    I have installed j2sdk 1.4.2, on windows ME. it seems
    to have installed ok, but when i try to run it, i just
    get a message saying "cannot load jvm.dll" Any
    suggestions?Are you using NetBeans?
    If yes, look here:
    http://forum.java.sun.com/thread.jsp?forum=14&thread=434036

  • Download error cannot load the DLL (pdh dll)

     I've tried and tried several times to download Skype but half way through the down load I get the following error message: cannot load the DLL (pdh.dll)

    Try to run System File Checker tool (sfc /scannow): http://support.microsoft.com/kb/929833

  • Cannot load psview.dll

    I cannot start photoshop.
    get a "cannot load psview.dll" error message
    Message title was edited by: Brett N

    OS Version and PS version???
    On s Windows 7 64 bit system there should be two dlls with that name.  Make sure it exists where it belongs.
    Window 7 64 Bit system
    "C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PSViews.dll"  9/16/2012 7:15PM (2,358,360 bytes)
    and
    "C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\PSViews.dll" 9/16/2012 5:50pm  (2,358,360 bytes)

  • IDE Cannot load jvm.dll - what fixes this?

    Hi,
    I have Sun One Community Edition installed.
    I then installed Java web start again and now when I try and run Sun One Community Edition it return the following error:
    IDE
    Cannot load jvm.dll
    Any suggestions as to where I can find information on this or what the fix is.
    Why cant sun package 1 product, rather than having to install Sun ONE App Server, then find it dosnt work, then install J2EE to fix that, now find Sun One does not work...

    Maybe an incompatible jvm.dll is now in the PATH? I've never used Sun One but it's one possibility...

  • "Cannot load jvm.dll" please help solve

    Hello
    I downloaded and installed the following onto windows 98 SE :
    JavaSE installed @ C:\Program Files\Java\j2re1.4.2
    Java2 SDK installed @ C:\Program Files\j2sdk_nb
    NetBeans installed @ C:\Program Files\j2sdk_nb\netbeans3.5
    When I start NetBeans using the desktop shortcut, I get IDE Alert "Cannot Load jvm.dll"
    Can anyone explain to me what I have done wrong and what I have to do in order to put it right.
    I found some stuff about editing 'paths to jvm.dll' but I have found 5 jvm.dll files... which one do I use?
    C:\Program Files\j2sdk_nb\_jvm\jvm.dll
    C:\Program Files\j2sdk_nb\_jvm\bin\classic\jvm.dll
    C:\Program Files\j2sdk_nb\_jvm\bin\hotspot\jvm.dll
    C:\Program Files\j2sdk_nb\_jvm\bin\server\jvm.dll
    C:\Program Files\Java\j2re1.4.2\bin\client\jvm.dll
    Can anyone help me get started getting started with Java?
    Thank you

    Hi
    I have just been suffering with the same problem and managed to find a solution based on answers in these very forums
    What worked for me was to add an entry into the ide.cfg file which told netbeans which folder my JDK was installed in.
    All you need to do is add the following line into the config file (which is in the bin folder under wherever you installed NetBeans 3.5) and it should start up (obviously you will need to change the folder name to match wherever you have your Java development kit)
    -jdkhome d:\JDK1.3
    Hope this works as well for you as it did for me
    Phil

  • Loading oci.dll Error

    Trying to connect to Oracle for the first time using Visual Studio.Net. I have created a App that has a connection to an Oracle database. That was easy. I then tried to populate a datareader and started receiving the error " Unable to load dll ("oci.dll"). I browsed for .dll and did not find it. My question is how to I get this .dll on a developement (WinXP) workstation and also on a production server running IIS 5.0 to connect to an oracle database? I am new but this is turning out to be a challenge. Thanks for the help in advance!!

    John,
    If you have a proper installation of Oracle Server or Client, oci.dll should be in your %Oracle_Home%\bin directory. For example, c:\Oracle\ora92\bin.
    Sinclair

  • Cannot Load modplsql.dll into server

    Hi all,
    I am unable to get the Oracle Forms and reports running because I cannot get the OC4J started. The OC4J is in an Oracle Application Server Environment.
    I have gone into 'ORACLE_HOME/opmn/bin' directory and excuted 'opmnctl startall'
    But I always get the following error:
    11/08/23 11:35:01 Start process
    Syntax error on line 9 of c:/oracle/frhome_1/apache/modplsql/conf/plsql.conf:
    Cannot load c:/oracle/frhome_1/bin/modplsql.dll into server: (126) The specified module could not be found:
    The have followed the path and modplsql.dll does not exist. I cannot find this file anywhere, i have searched the whole of C drive. I don’t know what to do to get OC4J started.
    I should tell you the domians have been changed which is one of the reason for all of these problems. i have changed the domain names in all config files by searching for the old domain name. The listeners and tsnames have all benn changed. The database server is now up and running and i can connect to it from the application server using SQLPlus. But Oracle Forms and Reports fails to start.
    I have tried to run the Enterprise manager but that never starts. 'Internet Explorer cannot find webpage' always gets displayed. This is true for both the database and Application servers. (Database and Forms and reports are installed to two different servers)
    The truth is I don’t know much about Oracle. I am trying to get this up and running after this company moved locations.
    Please help me. Any help will be greatly appreciated.
    Kindest regards,
    Imran

    I too have this problem. Did you solve it? How?

  • Cannot load modplsql.dll on Win2k, 9iR2 (no iAS)

    On Win2k, a fresh install of 9iR2 without iAS, starting HTTP server I get:
    Syntax error on line 4 of d:/oracle/ora92/apache/modplsql/cfg/plsql.conf:
    Cannot load d:/oracle/ora92/bin/modplsql.dll into server: (126) The specified module could not be found:
    the path is valid, the dll is present.
    the wv_gateway_cfg environment variable appears valid and the wdbsvr.app is present.
    Commenting the load of modplsql.dll allows the service to start succesfully.
    Can anybody help?

    I too have this problem. Did you solve it? How?

Maybe you are looking for

  • How come when I connect my iPad I wont work

    When I connect my iPad to my computer and iTunes it shows a message saying " This iPad cannot be used because the Apple Mobile Device service is not started. "

  • Filter value on hierarchy node in Business Explorer Analyser

    Hi experts, I'm facing an issue in BI 70 SP 10. I'm using Business Explorer release 3500.11.051. In a query, when I set a filter value on a hierarchy node, all the hierarchy is available and i can choose my node. Now, i want to change of filter value

  • How do I change platform for CS6?

    I have Photoshop CS6 installed on a Windows computer. I have now purchased an iMac and would like to transfer my license to that. Or preferably run on both machines. I have unsuccessfully tried to come into contact with anyone who can help me with th

  • Firefox will not connect to the Internet anymore. What do I do?

    ''duplicate - locking - https://support.mozilla.com/en-US/questions/894256'' I was prompted to update FF. Afterwards, it wouldn't connect to the Internet. Windows Explorer still does though. I did System Restore, Uninstalled and Reinstalled FF withou

  • How to enlarge entire project

    For example I have some complicated animation in 500 - 300 px size Are there ways to enlarge the entire animation up to 1000 - 600 px or some another size? Using presets for responsive layout leads to unexpected results, may be it solves only simple