-
Notifications
You must be signed in to change notification settings - Fork 364
Description
-
What is your version of Python? Is it 32-bit or 64-bit?
Python 32-bit -
What is your cx_Oracle version?
6.4.1 -
What exact command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
import cx_Oracle
conn_str = u'postpaid/ppaid4apc@CAMPPR-scan.corp.ads:41521/CAMPPRsv1.WORLD'
conn=cx_Oracle.connect(conn_str) -
What error(s) you are seeing?
DatabaseError: DPI-1047: 32-bit Oracle Client library cannot be loaded: "The specified module could not be found". -
What OS (and version) is Python executing on?
Python 3.6 -
What is your version of the Oracle client (e.g. Instant Client)? How was it installed? Where is it installed?
12.2
From Oracle website -
What is your Oracle Database version?
Oracle Database 11g Enterprise Edition -
What is the
PATH
environment variable (on Windows) orLD_LIBRARY_PATH
(on Linux) set to? On macOS, what is in~/lib
?
C:\Oracle\instantclient_12_2 -
What Oracle environment variables did you set? How exactly did you set them?
PATH2 -
Do you have a small, single Python script that immediately runs to show us the problem?
no