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.0.tar.gz (628.2 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 Windows x86

oracledb-2.5.0-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.0-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.0-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.0-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

oracledb-2.5.0-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.0-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.0-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.0-cp311-cp311-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

oracledb-2.5.0-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.0-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.0-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.0-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

oracledb-2.5.0-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.0-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.0-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.0-cp39-cp39-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

oracledb-2.5.0-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.0-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.0-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.0-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

oracledb-2.5.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: oracledb-2.5.0.tar.gz
  • Upload date:
  • Size: 628.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.7

File hashes

Hashes for oracledb-2.5.0.tar.gz
Algorithm Hash digest
SHA256 f3181a50268202fee224e5e9e7a66ecc20c482ec55cdfcb6615671284cd11cfc
MD5 f21f47684cd0c08ece8692115f069897
BLAKE2b-256 6519ae473c6e6b48bc0551daf32a72a16d7043fe4aa615aba7bb4fd4cab10764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b3c26b4be12df397b1bd67b7dcf76025e0dc90f97dd05dc1da4328b15d3669b3
MD5 69621459be6d088c34be1247a65a7b67
BLAKE2b-256 75492c4abd2e96995e12c222e3dc85bf8fba7df4825145ca6c9df7f267fa9f72

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for oracledb-2.5.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5349a8d4b1bf862610766323b35c70daa0f5540a6ed9479469efe2f005be1f37
MD5 fdec8a327af474074d4c39a64361fa54
BLAKE2b-256 b0d2bab25f3682fe408a90c13abc20a5ac8e6e5047a89526219a864ee81e0f1d

See more details on using hashes here.

File details

Details for the file oracledb-2.5.0-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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 334aa34f28c9d0add9de6b3cd4e9a55bab045f8a2ef2381e06b41db3d42813f0
MD5 2cae24aebd9aa0b468fdda9c28300101
BLAKE2b-256 9b04459c3f13cf9865917d4f89697291b1346b0c34ba04803b7c2f2f3f0a842a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b4eba8741b181784921410a78f53e86e896b1ae800f53933b8ba3d9a832fca7
MD5 22f5077b965e25503c9c9b8438feb086
BLAKE2b-256 289fadf14b7ddc9fe087c97b41094fa14a2ff1175c16014d39f9d8a30b6b4c04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f4356aab32a3ec57c754262796acdaa8160e6504c946c673fb8ca93a93eb6b14
MD5 c8544145771f444deb7c24f6aa781cc9
BLAKE2b-256 0270f3630110a9c9efa6c868a73072588fd25dbdeda8cf9fb51b87e84dcd195b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6652b4e486151f3d50052d070b6e100f76bce543e235db214331d23139d9d87d
MD5 53d2228e239fd229b4f10b22f1855832
BLAKE2b-256 d65a8a07258443f3f70f2905908c87b56a431d6ff053da565bb83cf363b11a59

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for oracledb-2.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d93e120e76cb425533fe3b24e4f98e48ec65b7a47d213924c58671b7f7414a22
MD5 8ecfa315045309396261baf20db488dd
BLAKE2b-256 c9db8980d47db8dd6bd1ca70b8c1505e4a74a8efe9205261f510e118f57b17fa

See more details on using hashes here.

File details

Details for the file oracledb-2.5.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6e421d2cb017daaa46a7d92154cf4aa1421ec47471b722bf1483080df581812
MD5 2c24c96ac883f658ad3b2dce1c595110
BLAKE2b-256 23f6f4e71cf64ff1475ec3599439de6499d6fb209862c59ed06601b590d8b5d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93d2ee2b66ad5b92e8ce355cc00fd6150b2c83b1b23d63b2e0a6b669201db17d
MD5 34e88e0e68e97283c38dbdbe8f651052
BLAKE2b-256 2617a812fc7bf916212911167046b717b92bf012740ca75840ea4204e222618c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9546b03afabab3ca53f4be3b2a6b00252ce5f5630af3a6560704c86368ce6631
MD5 eca6ebc61cd5c9a492dd17d1aefc9c2d
BLAKE2b-256 b8e6ed5009b98aee21ac59c88d316cc642a1b96dc0ac8d286e08ff3e211ea159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 28f0869d6d3952b6a4431f1c4fb86d24a3cf5014e61663d092ab9a77e92a4349
MD5 380579ed540df3edde45eecca2274ebf
BLAKE2b-256 accf5b395a9e3bcce270167dd3d34c423fab7ff7d0c8f5fc74c4448ebfd48616

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for oracledb-2.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1c5bae767b6ba1ad9511b5f6a267b875c32d59382d898bc2cbd05d9903cba189
MD5 dc67c000090a604ec8aa924d0195d05a
BLAKE2b-256 075d4e6840d12bcafee59b5d05a7bc8d05483170823ffd940235b687312d8851

See more details on using hashes here.

File details

Details for the file oracledb-2.5.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0eb40845f4fb42221073c37d2e02967abb04353e472c7b8886e579d77aac3535
MD5 1e248700e593da93bb30516de47c2ead
BLAKE2b-256 4581b431cfcbb45b34329399a26efc645f95b711db04463bd5167932c2b5e550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd43abb71d9667ad25ea7d72fb2a4162f68d9d3f43f033e209d37bb88d2f6480
MD5 76d1972da57a6d26ae6c4aea88122672
BLAKE2b-256 a8297ab8d2cf99624b437129b7fc27acf268dafb1ab787db01e3702d6c8a3483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c40e4b31a4f356daab6758e5afe3dd5e00f1db55c78a9c8a72287d61f5e28331
MD5 77575fe8ebf5cbbcee48da34f410fe56
BLAKE2b-256 a40729d72eee991a6a8ddb02f8100459871441203eff171858f51580e2d1e4bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 31bce6451c94deecd5ffac68fce6a1484e17df59d55d2cc35268d0df124892ec
MD5 d6b51908746d25fa10998e32e87c244f
BLAKE2b-256 63a5404c252d387e971caee82d523b71500b23623b580e00a43517820c431bdb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for oracledb-2.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 36f8fb3968dc420ecdc1cb3dfd52c492af30cabd0281a816d40ad925901a21ac
MD5 f317f4c184a44c3179c27998e7f21db3
BLAKE2b-256 53f005eb5fbce43d6b40c91a488dcbc5e5f18478973f6a1bdd7669a3772ca8da

See more details on using hashes here.

File details

Details for the file oracledb-2.5.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c667b1f8ac11c133a9c5f2c3fca1b2e067fdd892773afc822743ddd68f6b9a78
MD5 8b50282472708238ec3b44e9685e9d77
BLAKE2b-256 ce1e52b8bfbec627dd9e635f862b0c1743b813fe9cc7467060913203b53c6e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2aa893e71b243b570831025037963ba07d01a1d7bf7d0dbb475e473e3bb43035
MD5 df5ab77643b9863fd41387cd8ddf596c
BLAKE2b-256 f9e6cb8125f7f28265bb60be646db99c21b759b182db62eedc42f8845e5a76aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f349563fe956c4e30aaf82fb46497428483954479b766cba627fabc6430da257
MD5 547b77cdc750466d153ae5d11d94afd9
BLAKE2b-256 fef2df8a675fd0de1c73a40b66481cd3652b0143b8c2602ed7213f37f2087e98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-2.5.0-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/4.0.2 CPython/3.12.7

File hashes

Hashes for oracledb-2.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fa5829ac3388bb3e5c33acc15f7f7c72220d47b1119670bb9f0e4e60dc9f17f8
MD5 ea656a7754ecc9e4e6d52202ac959074
BLAKE2b-256 3df2fcde360740955fccac521f40d869b299b2ef63987980b5b6182eaf7797b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for oracledb-2.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 21c637f81d9dda3e41bfd892f65afd4dc226e2361c26323fa94811b38ab90771
MD5 f6b8280be9929b3b2a03854b1efe9b0a
BLAKE2b-256 b83df44e42a013bb55d1827af3c939d7609ea31531ac2cf4661bb64839909c13

See more details on using hashes here.

File details

Details for the file oracledb-2.5.0-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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02d49b048e1016d57bf16981ffd6243268cffad273911780ae9624d0811a22f6
MD5 45ce94a940662ac00fd87014167eef82
BLAKE2b-256 2e330aa33e01208c51efebb1a56b071951df78a89366d65ca807948dcd3649ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 969da2b707bb41fba36f9a45316b383f6ef7fde2702679e6f9281d5715971022
MD5 3dc651868682405ed44e6416271ab6f9
BLAKE2b-256 8f35ca12b7410fda4a751754847364c6a75343902a0635924ead6610dc89184d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 444f7aeadaae87d55618c84ca7ecc47ae8a008fb4156e3e21a0317d3b2ae7684
MD5 ba0dea7f39175d97351faa1804b7f74f
BLAKE2b-256 39463f8da75c9cf2b51fcec70f12ffdcfd416033a17bdef206c4b0153a0d085b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-2.5.0-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/4.0.2 CPython/3.12.7

File hashes

Hashes for oracledb-2.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0f408e66384e46a9685d7eb218f87a5203281d32da1601bc7a08c7a7c5b1dbbb
MD5 114286c0601659d48278546029c01d64
BLAKE2b-256 08587191a0cfd4b082f9f586f5e7123486a9ad172f256f393c0fd30413fc6280

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for oracledb-2.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8c9797c7464f557b0b53e56ee67de6946f7f0d2677e54a0b422997c89ed2848d
MD5 abfd92722301644c24813e2379670466
BLAKE2b-256 4c48c444e3b3b0da4aa3a1524a29975308e845d97eed6c7bf6d326132b6b39e0

See more details on using hashes here.

File details

Details for the file oracledb-2.5.0-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.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e67211aaba91d5dfa297645151b147a0689bb8887d0a48d2bc5b66ba8e542c85
MD5 14f2d53925bdb0de7fdd56575b1f4826
BLAKE2b-256 3f1d891a3bd3df01c1d51c122f0d74cdb62d2a809fb2d910ce3230438e277c8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e29f9578f2b105677e23520af2ad79a6fb1e3c8c8cf50d6303683000a19e0b27
MD5 a29b0e9c42f964abe7acbc62cb21844f
BLAKE2b-256 4d2b0cb3b50c18e53721ae070d6f4a930893ca5268e38ca530d202b96b39459f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-2.5.0-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e3512e0aa75ec62f44670fbbffac7b3165f11ab23ac6c594ff3d24fa8e232c25
MD5 ae20c16e46dcf72aad6bdd8f4395c36d
BLAKE2b-256 25d3358797384a87de8288a1f88c6e26fd568f96a4cd5936678398a07832c414

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 Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page