Re: [cx-oracle-users] cx_Oracle 7.0
Brought to you by:
atuining
From: Christopher J. <chr...@or...> - 2018-09-14 05:55:19
|
On 14/9/18 6:56 am, Anthony Tuininga wrote: > What is cx_Oracle? > > cx_Oracle is a Python extension module that enables access to Oracle Database for Python 3.x and 2.x and conforms to the Python database API 2.0 > specifications with a number of enhancements. > > > Where do I get it? > https://oracle.github.io/python-cx_Oracle > <https://urldefense.proofpoint.com/v2/url?u=https-3A__oracle.github.io_python-2Dcx-5FOracle&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=3MLDt4WnhSfM67xVZPcNb9rOr2YsOR-U1GJCZEWF4t0&m=rQ8ApN0OGDsvFa7AOalq7Q8t2O6W2VWjC0bsLqC9C-A&s=lsFlUdhPkK90KxNu1KEpwR7RCZe1l_1HkH8icvu8ZiM&e=> > > The easiest method to install/upgrade cx_Oracle is via pip as in > > python -m pip install cx_Oracle --upgrade > > > What's new? > > This release focused on support for Oracle Client 18 libraries, with support added for call timeouts and SODA (Simple Oracle Document Access). > > A number of smaller changes were also made to improve the experience of using cx_Oracle. These include re-enabling the pool pinging functionality > for Oracle 12.2 and higher to handle classes of connection errors such as resource profile limits; improved error messages when a feature requires a > particular version of Oracle Client libraries or Oracle Database; better handling of objects when the connection that created them is closed; better > handling of connections when the pool that created them is destroyed; etc. > > See the release notes for more information: https://cx-oracle.readthedocs.io/en/latest/releasenotes.html#version-7-0-september-2018 > <https://urldefense.proofpoint.com/v2/url?u=https-3A__cx-2Doracle.readthedocs.io_en_latest_releasenotes.html-23version-2D7-2D0-2Dseptember-2D2018&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=3MLDt4WnhSfM67xVZPcNb9rOr2YsOR-U1GJCZEWF4t0&m=rQ8ApN0OGDsvFa7AOalq7Q8t2O6W2VWjC0bsLqC9C-A&s=BR43ggt8E5eXBDxQmkS8qYkrfqIo-mtXu4hlgvyyNMw&e=> > > Please provide any feedback via GitHub issues (https://github.com/oracle/python-cx_Oracle/issues > <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_oracle_python-2Dcx-5FOracle_issues&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=3MLDt4WnhSfM67xVZPcNb9rOr2YsOR-U1GJCZEWF4t0&m=rQ8ApN0OGDsvFa7AOalq7Q8t2O6W2VWjC0bsLqC9C-A&s=3sjEHsFB2-T3CZanTcUxtqA3vDAnJ4DGBORlhqXHn-k&e=>). I put together a brief blog post with some details on the new features in cx_Oracle 7: https://blogs.oracle.com/opal/python-cx_oracle-7-introduces-soda-document-storage Chris -- http://twitter.com/ghrd |