Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
411 views
in Technique[技术] by (71.8m points)

python - What is the most recent cx_Oracle version that supports Oracle client 10.2.0?

Scenario:

  • An enterprise application that needs to get data from a very old Oracle database, running version 8.1.7
  • According to the Oracle client/server support matrix, client version 10.2.0 is the latest that supports server 8.1.7
  • The software stack is python/sqlalchemy/cx_Oracle.

Question:

  • What is the most recent version of cx_Oracle that can be built against the 10.2.0 client libraries?
question from:https://stackoverflow.com/questions/65934302/what-is-the-most-recent-cx-oracle-version-that-supports-oracle-client-10-2-0

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Found the info in the release notes:

Version 5.3 (March 2017)

...

Dropped support for Oracle clients earlier than 11.2.

...

So I suppose the most recent version that supports client 10.2.0 is cx_Oracle 5.2.1.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...