Skip to main content

Python interface to Oracle Database

Project description

python-oracledb

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.

Synchronous and concurrent coding styles are supported.

Installation

Run python -m pip install oracledb

See python-oracledb Installation.

Dependencies and Interoperability

  • Python versions 3.8 through 3.13.

    Prebuilt packages are available for these Python versions on Windows, on macOS and on Linux.

    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

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.

Security

Please consult the security guide for our responsible security vulnerability disclosure process.

License

See LICENSE, THIRD_PARTY_LICENSES, and NOTICE.

Project details


Download files

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

Source Distribution

oracledb-2.5.1.tar.gz (629.3 kB view details)

Uploaded Source

Built Distributions

oracledb-2.5.1-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13 Windows x86-64

oracledb-2.5.1-cp313-cp313-win32.whl (1.4 MB view details)

Uploaded CPython 3.13 Windows x86

oracledb-2.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

oracledb-2.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.28+ ARM64

oracledb-2.5.1-cp313-cp313-macosx_10_13_universal2.whl (3.8 MB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

oracledb-2.5.1-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

oracledb-2.5.1-cp312-cp312-win32.whl (1.4 MB view details)

Uploaded CPython 3.12 Windows x86

oracledb-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

oracledb-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.28+ ARM64

oracledb-2.5.1-cp312-cp312-macosx_10_13_universal2.whl (3.8 MB view details)

Uploaded CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)

oracledb-2.5.1-cp311-cp311-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

oracledb-2.5.1-cp311-cp311-win32.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86

oracledb-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

oracledb-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.28+ ARM64

oracledb-2.5.1-cp311-cp311-macosx_10_9_universal2.whl (3.8 MB view details)

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

oracledb-2.5.1-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

oracledb-2.5.1-cp310-cp310-win32.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86

oracledb-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

oracledb-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.28+ ARM64

oracledb-2.5.1-cp310-cp310-macosx_10_9_universal2.whl (3.8 MB view details)

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

oracledb-2.5.1-cp39-cp39-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

oracledb-2.5.1-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86

oracledb-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

oracledb-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.28+ ARM64

oracledb-2.5.1-cp39-cp39-macosx_10_9_universal2.whl (3.8 MB view details)

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

oracledb-2.5.1-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

oracledb-2.5.1-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86

oracledb-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

oracledb-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.28+ ARM64

oracledb-2.5.1-cp38-cp38-macosx_11_0_universal2.whl (3.7 MB view details)

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

File details

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

File metadata

  • Download URL: oracledb-2.5.1.tar.gz
  • Upload date:
  • Size: 629.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1.tar.gz
Algorithm Hash digest
SHA256 63d17ebb95f9129d0ab9386cb632c9e667e3be2c767278cc11a8e4585468de33
MD5 b75fe3e9ca3c93f84026584b8358e673
BLAKE2b-256 9f60c7ea963536a46833f3c951e0d6a84f8f3db06fc47b0bba4edf22d3be9127

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 173b6d132b230f0617380272181e14fc53aec65aaffe68b557a9b6040716a267
MD5 fb2842f54df27cb53c665a3bb2ceef0f
BLAKE2b-256 692755132d27ee64b5f851f52f8ea170e18d27a063aa5d17cff508ecad9d3cc2

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: oracledb-2.5.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b02b93199a7073e9b5687fe2dfa83d25ea102ab261c577f9d55820d5ef193dda
MD5 8294cb63cbd32212ad0179a40f30564f
BLAKE2b-256 3eb8269ea48150122094968ce3761ddc2962d63d9b9c95d0464f7a919cf58af1

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcf446f6250d8edad5367ff03ad73dbbe672a2e4b060c51a774821dd723b0283
MD5 2998ac1566cb2d1a68181f3e9c45954f
BLAKE2b-256 db651ab401bca79959812782046a5050a70d2ae741d2171ca3eb5ee1b4e99138

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66e885de106701d1f2a630d19e183e491e4f1ccb8d78855f60396ba15856fb66
MD5 f6f8199e7a5183f667d4dd8043560534
BLAKE2b-256 3d394100808acad8b106c3790bc0e49ea913387a687d1e4e10adbbff33b27709

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0374481329fa873a2af24eb12de4fd597c6c111e148065200562eb75ea0c6be7
MD5 d9c3d754d0c5bcf9571724bd5595bab5
BLAKE2b-256 f226de027f5e2ce04d9aea6d728eb6934d9cf3e6ad41f754622b26a734b0d823

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 934d02da80bfc030c644c5c43fbe58119dc170f15b4dfdb6fe04c220a1f8730d
MD5 498b400d11a3197789f37d6cb42126d3
BLAKE2b-256 eed312bd235547387f44c8d920ee35d24647699097e69424b6549961626bfeaf

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: oracledb-2.5.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a44613f3dfacb2b9462c3871ee333fa535fbd0ec21942e14019fcfd572487db0
MD5 e2c5df3e62645137402f9a5ccf84a896
BLAKE2b-256 a7d6f5181943b27fb14b13303e65072ba4861577cf523cf9dca90e22139de867

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8778daa3f08639232341d802b95ca6da4c0c798c8530e4df331b3286d32e49d5
MD5 66c62fa062a29b8c180bf2d0ff763348
BLAKE2b-256 85baad70a08361fd2285b6942d898748876ab9918f3f45100c4fba98bd8a9037

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6788c128af5a3a45689453fc4832f32b4a0dae2696d9917c7631a2e02865148
MD5 25df0490e50bf3302a5c82b2fce4b61d
BLAKE2b-256 bf7842a86c7e45bac215b9d93b5d69fb3c95c695f338ca435647536de1fd0642

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 970a9420cc351d650cc6716122e9aa50cfb8c27f425ffc9d83651fd3edff6090
MD5 473fd5653639198be10bf9fc5e04b54e
BLAKE2b-256 89bceef07b9a4fd0eda9da07cb9c8c9c4ef695b28034c179a138c5267a22f52f

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 541bb5a107917b9d9eba1346318b42f8b6024e7dd3bef1451f0745364f03399c
MD5 eff6660a6361a316ad151f9a9a65fcd0
BLAKE2b-256 15359d12555d43d5bcb09498de4b9da1cd8bcac40e3f3a9c16e056a04f7452e7

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: oracledb-2.5.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0d5974327a1957538a144b073367104cdf8bb39cf056940995b75cb099535589
MD5 67a2785cf470325ec2114bbdeaf58565
BLAKE2b-256 0f922d3aa9934ddc3d5988567b5dde69fd6ee4e635fcd25e65cfcf6e3f89f3bd

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e78c6de57b4b5df7f932337c57e59b62e34fc4527d2460c0cab10c2ab01825f8
MD5 114632cbca7325c62646d1251feed125
BLAKE2b-256 1373b33a8b4ba58ddce0d83f86e93acb3158d9b59595c8b0232ec7cdf4f8175f

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 676c221227159d9cee25030c56ff9782f330115cb86164d92d3360f55b07654b
MD5 52901cb2542a7d63074042f99964e671
BLAKE2b-256 35400d7ddabeebb9ea11e520d24880e511eb92a3e421a88c0559656b196a8714

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 85318350fa4837b7b637e436fa5f99c17919d6329065e64d1e18e5a7cae52457
MD5 c8c614141174bc0eaf28ad80f32477f9
BLAKE2b-256 5df470f0e52a79c215b1fae0a229cf10b572bf9eff07c5373320b2e25a7d4414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e4e884625117e50b619c93828affbcffa594029ef8c8b40205394990e6af65a8
MD5 0e5d96d32a9c5962b62fb6fb3bb6b5e1
BLAKE2b-256 8e0548a0d7ff9aa8509f721da35e5422904bfc1e72b01d5a4995de43c94b3c28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-2.5.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 51b3911ee822319e20f2e19d816351aac747591a59a0a96cf891c62c2a5c0c0d
MD5 8c2e8bc3723673be22c46975499f1239
BLAKE2b-256 993ee6dd5afcf79fad5eec3bc41fb9b0e8a59b3cf89ff3d4c7e4f1aabdd2b2a0

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d17c80063375a5d87a7ab57c8343e5434a16ea74f7be3b56f9100300ef0b69d6
MD5 59c944074f4f19d151ddbc3d61f17003
BLAKE2b-256 c610d33cb384db5783565a39b0307a767348a0819d0d49baec88f0b785ea155b

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05df7a5a61f4d26c986e235fae6f64a81afaac8f1dbef60e2e9ecf9236218e58
MD5 d01868c32f97697242d244618a86561e
BLAKE2b-256 ab2a036491526d862d8a600e7b9bf4d1fd3269fac87e88de5ce99a62e1bf4c39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 54ea7b4da179eb3fefad338685b44fed657a9cd733fb0bfc09d344cfb266355e
MD5 0ef6c5133f8edcb40acbba1cc21ead31
BLAKE2b-256 1d923eabd488271f20d04e1431d73cabd7a296108250f4eddfa79258e07a94af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-2.5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 92e0d176e3c76a1916f4e34fc3d84994ad74cce6b8664656c4dbecb8fa7e8c37
MD5 295c7e31408f459b69e118cb6c8d4eac
BLAKE2b-256 4b653477eb0d0258d0e8bcdb2d4bb7c60ce254408d6a8f66e6f682b23f8dc7d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-2.5.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7958c7796df9f8c97484768c88817dec5c6d49220fc4cccdfde12a1a883f3d46
MD5 f2aabc44d89ff4e6999b96c20d8893b3
BLAKE2b-256 6dce4e80bbb3d9f3f854dd4f467edb2ef327c06b82c99a483b3e4cce26897220

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f42524b586733daa896f675acad8b9f2fc2f4380656d60a22a109a573861fc93
MD5 6ebc5020b85ff29a3f57bed1d06b4fae
BLAKE2b-256 bb94027c0d3aece2f948afca1ab61c0c4eca419d250e0b39101cc838d6f49d9d

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 730cd03e7fbf05acd32a221ead2a43020b3b91391597eaf728d724548f418b1b
MD5 79b211055ffef43d2ffc46d1749c1b29
BLAKE2b-256 d705288e0f254ddb27dd547c148944cd0d04aee70b21aae7c85b7a7007d669ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8a2627a0d29390aaef7211c5b3f7182dfd8e76c969b39d57ee3e43c1057c6fe7
MD5 14aed57ae1fa21d878e48d1f0999ea1a
BLAKE2b-256 6e59080d3b5b39819b1d35f1704faad3ae48bd4862520c6cf15b7d0aa3162e3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-2.5.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7a3115e4d445e3430d6f34083b7eed607309411f41472b66d145508f7b0c3770
MD5 8c039688d950ce56a3cc909356a7183b
BLAKE2b-256 eb1ac21b7a7083ea656085b44f10c6d10405536598c6617b4aed247fc430ec50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-2.5.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for oracledb-2.5.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aa6ce0dfc64dc7b30bcf477f978538ba82fa7060ecd7a1b9227925b471ae3b50
MD5 f00796247037f849e9ac8c2385c7bb12
BLAKE2b-256 54e7c90a6fe2ef3eac16929c9fba1ed79015804019d30b2927dbe2488676051d

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44f5eb220945a6e092975ebcb9afc3f1eb10420d04d6bfeace1207ba86d60431
MD5 d6b3821709a632dadf273cef01ddc72a
BLAKE2b-256 df3fb45402aff32d9d74cff7f5de8491eb64ec198e3c16cbb5af7950c1d80e27

See more details on using hashes here.

File details

Details for the file oracledb-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6919cb69638a7dda45380d6530b6f2f7fd21ea7bdf8d38936653f9ebc4f7e3d6
MD5 473e4db99e107437c608579f1a4a9d8d
BLAKE2b-256 fb7b506d3f0751adbb70ea93ececeb5bb9cd01b93b9355c41b58f273ce475e1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.1-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 7d5efc94ce5bb657a5f43e2683e23cc4b4c53c4783e817759869472a113dac26
MD5 fc9d86c6d8310a1f600bd861a9f1245a
BLAKE2b-256 4e5f460dd044edb8bda9304d2e0b10caeae0cd9fbd023d9f2a99f52e70585ed5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page