Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Python cx_Oracle.DatabaseError: DPI-1050

Sachin SahdevMay 22 2019 — edited Sep 1 2019

import cx_Oracle host='10.21.24.14' port='1524' service_name='TEST' pwd= 'apps456' dsn_tns = cx_Oracle.makedsn(host,port,service_name) connection = cx_Oracle.connect('apps',pwd,dsn_tns) use the in python but show the error cx_Oracle.DatabaseError: DPI-1050: Oracle Client library is at version 0.0 but version 11.2 or higher is needed please suggest / help us

Comments

Processing

Post Details

Added on May 22 2019
5 comments
13,812 views