Home > database >  [SQLDBX v4.3] connecting Oracle prompt Failed to load the x86 Oracle Client (oci. DLL) from:
[SQLDBX v4.3] connecting Oracle prompt Failed to load the x86 Oracle Client (oci. DLL) from:

Time:10-16


For the Oracle database 11 g win64
The environment variable:
ORACLE_HOME=D: \ Oracle \ instantclient_11 2
PATH=D: \ bin \ Oracle \ instantclient_11 2
TNS_ADMIN=% ORACLE_HOME %

Listening files in the directory % ORACLE_HOME %
SqlDbx tip can't find the oci. DLL, but already configured in the PATH, don't know why? (is it unable to connect to a 64 - bit SQLDBX oci. DLL?)

CodePudding user response:

You this is a 64 - bit system, also encountered this problem before, adjustable for a long time didn't in the past, with 32 bit systems are not subject to such problems

CodePudding user response:

Under a 64 - bit system, need a 32 bit ORACLE client

CodePudding user response:

Try to register under the oci. DLL, regsvr32 oci. DLL or regsvr32 "path/oci. DLL"

CodePudding user response:

Find a lot of online, is wrong, let me give a correct answer:
To download the Instant Client 32-bit version, check there, download the zip package decompression, put inside a DLL (contain oci. DLL) copy to SQLDBX directory to run,
  • Related