Skip to content

python Oracle connection issue #220

@hjsdssz

Description

@hjsdssz
  1. What is your version of Python? Is it 32-bit or 64-bit?
    Python 32-bit

  2. What is your cx_Oracle version?
    6.4.1

  3. 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)

  4. What error(s) you are seeing?
    DatabaseError: DPI-1047: 32-bit Oracle Client library cannot be loaded: "The specified module could not be found".

  5. What OS (and version) is Python executing on?
    Python 3.6

  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

  7. What is your Oracle Database version?
    Oracle Database 11g Enterprise Edition

  8. What is the PATH environment variable (on Windows) or LD_LIBRARY_PATH (on Linux) set to? On macOS, what is in ~/lib?
    C:\Oracle\instantclient_12_2

  9. What Oracle environment variables did you set? How exactly did you set them?
    PATH2

  10. Do you have a small, single Python script that immediately runs to show us the problem?
    no

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions