Skip to main content

python-oracledb 1.0

python-oracledb is a Python programming language extension module allowing Python programs to connect to Oracle Database. It is the renamed, new major release of the popular cx_Oracle driver.

The module conforms to the Python Database API 2.0 specification with a considerable number of additions and a couple of minor exclusions, see the feature list.

Installation

Run python -m pip install oracledb

See python-oracledb Installation.

Dependencies and Interoperability

  • Python versions 3.6 through 3.10.

    Prebuilt packages are available on Windows for Python 3.7 or later, on macOS for Python 3.8 or later, and on Linux for Python 3.6 or later.

    Source code is also available.

  • Oracle Client libraries are optional.

    Thin mode: By default python-oracledb runs in a 'Thin' mode which connects directly to Oracle Database.

    Thick mode: Some advanced Oracle Database functionality is currently only available when optional Oracle Client libraries are loaded by python-oracledb. Libraries are available in the free Oracle Instant Client packages. Python-oracledb can use Oracle Client libraries 11.2 through 21c.

  • Oracle Database

    Thin mode: Oracle Database 12.1 (or later) is required.

    Thick mode: Oracle Database 11.2 (or later) is required, depending on the Oracle Client library version. Oracle Database's standard client-server version interoperability allows connection to both older and newer databases. For example when python-oracledb uses Oracle Client 19c libraries, then it can connect to Oracle Database 11.2 or later.

Documentation

See the python-oracledb Documentation and Release Notes.

Samples

Examples can be found in the /samples directory and the Python and Oracle Database Tutorial.

Help

Questions can be asked in Github Discussions.

Problem reports can be raised in GitHub Issues.

Tests

See /tests

Contributing

See CONTRIBUTING

License

See LICENSE, THIRD_PARTY_LICENSES, and NOTICE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oracledb-1.0.2.tar.gz (438.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

oracledb-1.0.2-cp310-cp310-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.10Windows x86-64

oracledb-1.0.2-cp310-cp310-win32.whl (859.0 kB view details)

Uploaded CPython 3.10Windows x86

oracledb-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

oracledb-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

oracledb-1.0.2-cp310-cp310-macosx_10_9_universal2.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

oracledb-1.0.2-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9Windows x86-64

oracledb-1.0.2-cp39-cp39-win32.whl (867.0 kB view details)

Uploaded CPython 3.9Windows x86

oracledb-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

oracledb-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

oracledb-1.0.2-cp39-cp39-macosx_10_9_universal2.whl (2.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

oracledb-1.0.2-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8Windows x86-64

oracledb-1.0.2-cp38-cp38-win32.whl (878.9 kB view details)

Uploaded CPython 3.8Windows x86

oracledb-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

oracledb-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

oracledb-1.0.2-cp38-cp38-macosx_11_0_universal2.whl (2.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ universal2 (ARM64, x86-64)

oracledb-1.0.2-cp37-cp37m-win_amd64.whl (995.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

oracledb-1.0.2-cp37-cp37m-win32.whl (835.4 kB view details)

Uploaded CPython 3.7mWindows x86

oracledb-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

oracledb-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

oracledb-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

oracledb-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

oracledb-1.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

File details

Details for the file oracledb-1.0.2.tar.gz.

File metadata

  • Download URL: oracledb-1.0.2.tar.gz
  • Upload date:
  • Size: 438.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c5df164aee16ce35c92d6ccbc992a4eabcff304726736defc249e14785acd017
MD5 274a04e0daf9cd6b8d7a4dfbabd2480c
BLAKE2b-256 9033a0e324158fbf8e9a6d0af07b3e29007206758563a5465b2f873c04d29aee

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4bff0e48db90583a72ec2efd0ad523c4dd7fbfc62683ceb2ae8613d96cb4580c
MD5 8b340e65ef50173e2aaa84c2ff2b0676
BLAKE2b-256 f3c6268da586ecc88709994953faa3f321e0cc31a8bcea118932b5226014321d

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 859.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f8410dc6ca8ac7252bfbace0d844d39be2eee95c411a4654b4bda141d8bfb673
MD5 28df3506b2bfb5ba34ed6457739a9523
BLAKE2b-256 4de37b514451637eb6ef1e01c12edadbd7fefe10acaa7afb7b95d15ab3742b08

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bf535b66c27edde30c468f9a6a41d62532021775115bd5310a4d53a1607f2fb
MD5 da1ccb9393e059978d1d179b6b6853e2
BLAKE2b-256 7a3c9d8cda056439d5df04d80f58e1f48df0750487af90c363c4a67071e76baf

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 469d39b5d6915ee2bd7c90a4330340aa69d3c2c482f3c347fd2ea7b51d96bd9e
MD5 52e0b5ee2f0ecd660fe2eaf5e6cd4c4e
BLAKE2b-256 bdc6e24a0ac1141c88a3c61590939e9f7c15fe43ec4826756d6cb6a35067ccbc

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d395dad5a3675e917c122a3e82b6b1478ae6907b537ffae88c62bedd854adfb0
MD5 3f2f4f5063137247c1b7e16fd8c46fc6
BLAKE2b-256 abfea7ca61b16ee31c9024b2082f738d266a85f635e04fbcd7f08b5634e1fc88

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bd04c572c70b43f47c1c93461a29fc39136c302bad949358b9d31a04f09df4fb
MD5 b523dae38562d00adb2b9d5020fc9764
BLAKE2b-256 18129d634a83657b65ff4fe336db3f5e9dfe9c78b0f74ed9b2762b0352a8e3c7

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 867.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 223809d1c38811083514cf616a2e78ffed948eed2a3896c8e79e680bca8213f6
MD5 80dac8c2f92153d8492eede6ad04877c
BLAKE2b-256 6be8ca73eb27d3df892edfb8337c7a485119260e8f1e47299ed1fdbf5bd57989

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31b730dfcbb35781e76ee0015ea73c176897e0f8f07adf9a24f51fdff7812dbb
MD5 8fab633795b831bbfc0ac479aac09e63
BLAKE2b-256 445c2d3877acff27f9e53270be466e2d886b53436369a4d5a9202a89da4c0cbe

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c55963f6110c3be04a40904df32c76823aac9a362af1adc2288ef06d68ee16e8
MD5 a602667cac81234e7d0f71090f1ffde6
BLAKE2b-256 ea155f0dbcf37f08eb7904d564b39817b8afcaac41765bee52d200dcceb83482

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4342dde57e8d94dc482bd388e9d55588924cc6bfd21fd0060158b5de350cb1b6
MD5 3eeae5c5fa9606f7b6ae29441e7b189d
BLAKE2b-256 58f9f2531cf2d49f5c89e4fe3ce96fe4b3b3ec2ce256ed0bb8b55f2148f96c30

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9cd1461ad7bad937443802f88c19cf69bfea9e8cfcce4740ea29dfdfe008db97
MD5 f28324ee88ebfe4116ecfe1b6bfc46a4
BLAKE2b-256 8e51027d34b60a086f4a02b8541a67350820cee76cb5645e4db38a0b83e522f4

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 878.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 757e8970733b9ed7266b18b8bd624fc3c25a38380e286a10cb4bb36e61c02013
MD5 209f08ece59361c8cf69581dc3ec3b79
BLAKE2b-256 9f60a44abaf865d2812d75b3d39f47277822036474ef6d6af0d2bc4e161d1bc6

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb4d1d0aff12150612a8fcafdffc924d4dc8fcfd7f7a62102aca40cb761784b0
MD5 4dd5896f3914e1ee3eb4fb98b4f4562e
BLAKE2b-256 93161eda93b51c2a27297a4b0b65026a38fc869c8e8680dd6d94ad1d3bf07f1b

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b14f97b7d68794ea6546495389ab4f6493bc900da37ddbac0e342e8a03d96d7
MD5 83f8e7eb1e41c22e6e41ba84b07f4b5f
BLAKE2b-256 04ebf0810df944cb2416387f38017f48d06cbacab3abb93568caf955a3ccb66a

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp38-cp38-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 140fd3dbbec5c491364530544eaba149f8393a8164c95fbbe3b2ef57d696a018
MD5 199f71183d12ca227aa6f960a275e205
BLAKE2b-256 50d62cedff0eed9e0aa75e7b352d9344b3fe8008668dc4074ca02484087d87e3

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 995.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 01d7a4debc1455fcd38fbfa1c1af0df59e43d9b00159b7b9067165d7c5fef0d6
MD5 5dea5423d24d6f02f030b08baa9b3b5f
BLAKE2b-256 022ab5501d430035097fefdbfbb1c5573d50370611996d90e9f208a3e59ce435

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: oracledb-1.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 835.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 CPython/3.10.5

File hashes

Hashes for oracledb-1.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 745fb28c06371172fbd539f8f8e8f7b6ae006db50347db57fc3cad6600d8be75
MD5 15e14479baea788e26f4954855668e24
BLAKE2b-256 9909a370e862826bea6c36022eb335883a92d801a728fc49af95591b2b5d6c55

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96ba880720c0a3ae6c7f9b73f43df5e93c1f79392370e27ddf1082b47aae56bc
MD5 5637c41f3540f69fb25a381decaad1a2
BLAKE2b-256 d134a6c4fe55cdf4846ec8156dd34c6e3f5ac7f969e9178d14ddcc34fb3d0750

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96af9fd49b9a7a8c135a8e995009cd2f7af1df840230c77aa927da627fcbe3fc
MD5 f45b661f8cdca3dc18772c2380ebcd6f
BLAKE2b-256 4a1189264043401800d8cac18692890cefb13822b626de74353ebcf8a7b8c176

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 178dfe393bcedbc56de933d1ad931bbbfc091e3942240e3e67f9cfb9f78654ff
MD5 7a03ffd6e9fc5524ea3c1f4b08586051
BLAKE2b-256 4c20aaac0ec2d54d135020802f5ff1fe1d65af91a2f7ff0738535e4b8fd64b26

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd5a91fff3cd3319a445311223d6739a8e2eeae6bbff90b2b612f87cc1152685
MD5 bb1bbb39279eaf5293a525a6c652bde8
BLAKE2b-256 0e204dd2f0e26a7b3f232ecee46b290422a4e7a09aedb740199ea58307653fca

See more details on using hashes here.

File details

Details for the file oracledb-1.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-1.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dada42f55427b5a48d818180af5b49725669038028bd99f291093427f5cf4111
MD5 4a702560aa7a507e85457e618b7c698a
BLAKE2b-256 293d60ee0d2387fe0611b93a5e22afe566845dccb8d05cd9b7840da4aa63b915

See more details on using hashes here.

Release history Release notifications | RSS feed

4.0.2

47 files

4.0.1

47 files

4.0.0

31 files

3.4.2

31 files

3.4.1

31 files

3.4.0

31 files

3.3.0

31 files

3.2.0

26 files

3.1.1

26 files

3.1.0

26 files

3.0.0

31 files

2.5.1

31 files

2.5.0

31 files

2.4.1

31 files

2.4.0

31 files

2.3.0

31 files

2.2.1

31 files

2.2.0

31 files

2.1.2

31 files

2.1.1

31 files

2.1.0

31 files

2.0.1

31 files

2.0.0

31 files

1.4.2

33 files

1.4.1

28 files

1.4.0

28 files

1.3.2

28 files

1.3.1

28 files

1.3.0

28 files

1.2.2

28 files

1.2.1

28 files

1.2.0

28 files

1.1.1

23 files

1.1.0

23 files

1.0.3

23 files

This release

1.0.2 This release

23 files

1.0.1

18 files

1.0.0

17 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page