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

前端 未结 3 1577
离开以前
离开以前 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 07:06

    if you don't want use cx_Oracle you should use expect scripting. ( for python pexpect). But you need to be carefully for handle all expectations.

提交回复
热议问题