Update Python and Oracle Client version support.

This commit is contained in:
Anthony Tuininga 2019-12-02 20:44:53 -07:00
parent ff4f014e9f
commit b44b914288
1 changed files with 3 additions and 3 deletions

View File

@ -52,10 +52,10 @@
couple of exclusions.</p>
<p>cx_Oracle 7 has been tested with Python version 2.7, and with
versions 3.5 through 3.7. You can use cx_Oracle with Oracle 11.2, 12.1
and 12.2, 18.3 and 19.3 client libraries. Oracle's standard client-server
versions 3.5 through 3.8. You can use cx_Oracle with Oracle 11.2, 12.1
and 12.2, 18c and 19c client libraries. Oracle's standard client-server
version interoperability allows connection to both older and newer
databases. For example Oracle 19.3 client libraries can connect to Oracle
databases. For example Oracle 19c client libraries can connect to Oracle
Database 11.2.</p>
</div> <!-- /about -->