I am trying to use pycharm(3.3) to access my Oracle SQL(11.2.0) using the below codes but getting error with below details.
Code used:
import cx_Oracle
connection = cx_Oracle.connect('uname/pwd@14@server')
Error received
cx_Oracle.DatabaseError: DPI-1050: Oracle Client library must be at version 11.2 or higher
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…