How do I access an Oracle db without installing Oracle's client and cx_Oracle?

前端 未结 3 1574
离开以前
离开以前 2021-02-19 06:19

I have two RHEL servers running Python 2.4 and 2.6 separately. There is an Oracle database on the other server I need to access.

I was trying to install cx_oracle on my

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-19 06:59

    An excerpt from https://forum.omz-software.com/topic/184/oracle-database:

    There's no pure python client for Oracle and likely never will be. Even wonderful third-party toolsets like SQLalchemy still rely on cx_Oracle underneath to do the actual communication to the Oracle database servers.

    —also, deciding by Google, the answer is no: there do not seem to be any pure Python Oracle clients in existence as of today.

提交回复
热议问题