I prescribe:
import cx_Oracle conn = cx_Oracle.connect('login/password@server/alias') It produces the following error:
cx_Oracle.DatabaseError: DPI-1047: 64-bit Oracle Client library cannot be loaded: "C: \ Oracle \ product \ 11.2.0 \ client_1 \ bin \ oci.dll is not the correct architecture".
The python and oracle version is 64-bit. What could be the problem?
PATHlink is one and to the correct client? - Eugene Dennis