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. Python-oracledb is the new name for Oracle's 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.9 through 3.13.

    Pre-built packages are available on PyPI and other repositories.

    Source code is also available.

    Previous versions of python-oracledb supported older Python versions.

  • 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 23ai.

  • Oracle Database

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

    Thick mode: Oracle Database 9.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-3.1.0.tar.gz (855.8 kB view details)

Uploaded Source

Built Distributions

oracledb-3.1.0-cp313-cp313-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.13 Windows x86-64

oracledb-3.1.0-cp313-cp313-win32.whl (1.7 MB view details)

Uploaded CPython 3.13 Windows x86

oracledb-3.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

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

oracledb-3.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

oracledb-3.1.0-cp313-cp313-macosx_10_13_universal2.whl (4.4 MB view details)

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

oracledb-3.1.0-cp312-cp312-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

oracledb-3.1.0-cp312-cp312-win32.whl (1.7 MB view details)

Uploaded CPython 3.12 Windows x86

oracledb-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

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

oracledb-3.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

oracledb-3.1.0-cp312-cp312-macosx_10_13_universal2.whl (4.4 MB view details)

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

oracledb-3.1.0-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

oracledb-3.1.0-cp311-cp311-win32.whl (1.8 MB view details)

Uploaded CPython 3.11 Windows x86

oracledb-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

oracledb-3.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

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

oracledb-3.1.0-cp311-cp311-macosx_10_9_universal2.whl (4.4 MB view details)

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

oracledb-3.1.0-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

oracledb-3.1.0-cp310-cp310-win32.whl (1.8 MB view details)

Uploaded CPython 3.10 Windows x86

oracledb-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

oracledb-3.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

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

oracledb-3.1.0-cp310-cp310-macosx_10_9_universal2.whl (4.3 MB view details)

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

oracledb-3.1.0-cp39-cp39-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

oracledb-3.1.0-cp39-cp39-win32.whl (1.8 MB view details)

Uploaded CPython 3.9 Windows x86

oracledb-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

oracledb-3.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

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

oracledb-3.1.0-cp39-cp39-macosx_10_9_universal2.whl (4.4 MB view details)

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

File details

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

File metadata

  • Download URL: oracledb-3.1.0.tar.gz
  • Upload date:
  • Size: 855.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for oracledb-3.1.0.tar.gz
Algorithm Hash digest
SHA256 f78cf7452128fa564a9819d213573a7c93e3b053b2b2ef505f183ce7e47b1e7b
MD5 22a4c01a04c686fd866c8273cd8b0243
BLAKE2b-256 b858077cb49c20c2de9d4e25225cfaeebeb78658842549b49674f70c2e9fcba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5d752aff2d34e48554241be729e0999e397676e3c22fca0652bab46d0db6c4a8
MD5 56665f7b8a30172729107bb3254a9995
BLAKE2b-256 ad0446329a8b4d889d65ddc2f6b2f985cff1887ebed504ac6c61267490de4163

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-3.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for oracledb-3.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 124b172d70e46c6745b2f93c4405bae8e7662e088e38a794b558c094253db3d8
MD5 9e08ccd4b7849a633eecdda1e54faf0f
BLAKE2b-256 817335d9faabfdcf2d23ea9eadd548bb11d60e629e5671b5802975e07c6cf8cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2225f5a5952b7bec257941a50c59de7b2a37bc23281d375885bb549a31253259
MD5 ccd88a01a0e0b68ef8ac420738797ae0
BLAKE2b-256 3907759e59e8b3bdc51f39d53ecc434ce604401af5254617ebfac6aeec325e6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1ddddb1002689235df3588293ce3637d1f4f616c67852d53cc1e8a4a6722b6b
MD5 5f7004e0a6f84d227a9b0b09f97130a5
BLAKE2b-256 4c0cbbc21aae89be316aed9c96fe95533aac790d7c45fd10d31938ad9f1d4c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 290eb663f27175468b243badefa28bfff7fe520496e48fddc5aa10c0eb46475d
MD5 53bae851c7460bc562736730af3834b0
BLAKE2b-256 5648733a6bb0add900bec4cc14b6dbfb65e202fdfbc48a107f9552db50363d6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f7caaba6690ee98f641b266ea741212eacb729dd9638f6b180d9f3d9bfb15e83
MD5 e49fe45ee7a1003fde5b32cd056528ba
BLAKE2b-256 c9083b9ee413cbb3acbf6399ad01f4c2f318bfd556325c5bba077e93da200dd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-3.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for oracledb-3.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d682c0bb1b341c2df50e399c29c9d9aee3e6fd469ab9752c1d4336ae3184cfaa
MD5 00dd86d4c775813e5aaa1ca83da8ab73
BLAKE2b-256 5c4c2ef30a3e2acdccfc7bfc9e034080be6fceadf942e91b5a009ed1e76429ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e386d76759079a026783941a52b15cd5d92512558b0cb9fa3880d94a27d8283
MD5 a24c4d15a3c472ca446ad62384f3d448
BLAKE2b-256 d9c862103e3d5229d6fbf443ff2e89978d96468ec4318e3315e321fd0c68108d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8357ba48e18f6951c2d71af918e515e45978d5e20b0e7849e1674bd9bac98ab5
MD5 66bf958c086277b4ca06a6a52589ddc1
BLAKE2b-256 af863982ecdb7033ae27151f574e413fcb29e75b4ea1f097930f8b76fb0aa3ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 50f0f129f53e23bcd50a0c2128c1c4684281d14cecdedcdfcd4863bbe83bfa3b
MD5 fa3d181068f634d92e1ecc7b818a966a
BLAKE2b-256 0735eab385f3bb94fb8378061ef37a47f3ac6f05af1c89c39644bb8c7f413441

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ff22497be97bd73f3083965960ec812155d6de8232018833c82b3a89182a041a
MD5 9059ded7f56594a65ee4f5f51ff1804c
BLAKE2b-256 f0cd3d897c683087ffc25f95b04d45da03ed2a1c0bda5d288c349cd34c9267fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-3.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for oracledb-3.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6822fe0c8bfc1f73833d2a03fa6e02f10f3b829f261481b2e60211a9f320d2a4
MD5 0efb34381edd1263be4095ae15ebdd70
BLAKE2b-256 c06ca75c1d2a5b6241c86d087ae21a0f0ce3307faaaaa6704cdc36106a819d1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c1506d79817e7b9086c98a368e3de96e05e424ab20544191c362075479f1e6e
MD5 7a76c0a34e266830c6b91b3a2964e941
BLAKE2b-256 ebb1ff354fa0fee6477c74cc0bfacdf7774d6a6f3f34ecec4a022c2aabedca8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f256d70e3ddcdce3859d38ff3a2b84101e7090bc5bbc38d7e46dc73902ee7777
MD5 5a59b552dc9f2958a21b950edb7ab600
BLAKE2b-256 66877dc4cbd1bddf8a71840bc9e5af5d7ea24ab6a3e027970b67055a8a8680ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 85642cdae75829e7f6905cb97eb2daea6632734f836af369b6a44408229ef099
MD5 cd37c6bf380bdbce9e84b9e1bd52b501
BLAKE2b-256 68025490500675da3326f36cafd1e132e889345d88c9c350bcdd4178e503dff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 07315cb0cea7d43c52f15e359bcc1e321de7b07e1e10eff5ed7c05cd3703fa7f
MD5 2e08d3e91e2d644ad0c81c5dff1766b6
BLAKE2b-256 412290478e107f3df49a5783117c549f3abe037179a73bd32129921c52cfb626

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-3.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for oracledb-3.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4da428d5882df1a125ae0e4dc09e2bb4cdf7e77ce2b75b3728cba79e8145b14e
MD5 19291318cf1144804fcb4eb5a254c6ea
BLAKE2b-256 6f3ecba7c5bf0fb591e2a751464850375e1e0b69c3175035d2c587ae2d270cbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e800ebe3172a6b996fb2beef56dab4034a6a1b8206e07f1441d74a0a873af669
MD5 5165e696fc50dbb15f673622acbc8d0a
BLAKE2b-256 a67c9f38141ea1947c38ee4cf6d6f895efc926f566982019cdca6b391111d801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40c0dbbaa31757d1fa26bb578ec82bb6b8382d94144e7d8d1f5b0a4eb32b19db
MD5 6f5b5d8f32c32a5c5af934cb5a08e41d
BLAKE2b-256 78d7386db59cb96c3f0b1e9622316ee4edc6aa8cf3317920a95f5f83c879840c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 059223b6d485d379e4f8e1ca235f3dd49e7b973eee10569df305eaf55bb5e7e6
MD5 dee72d09629f47a904183d5c2633516f
BLAKE2b-256 f7686b9b2bb3cd897966264d22217772b5422c6d96eee2f62da8f85289fc181b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-3.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for oracledb-3.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ee7685911b6da4edec553e5d0ab3c376063d7bb96dbd0d150ea6886ba71f1d72
MD5 59bd5032ec996485722c3d635ca4ca13
BLAKE2b-256 6019ad4cf0ad53806eaeff62f4cf73276994c003ea70d2724028bb851ea57082

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-3.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for oracledb-3.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0b8a7baba807a5cb9a839ce2704fcf666e651259606d814b4a11a1566b622550
MD5 6a33098365108b5c78cb6bb3e937b4c4
BLAKE2b-256 9ce8f6b1d6ea20b14bd6b52d9b13574c66b3451db1231535bbfacf86efe53aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c8abc70d6dcd98539a02b455ae5dcaa9cbed049f5e4688a086146803d9c451e
MD5 da526bc2a1243f2cc0ddae95cfc7bb99
BLAKE2b-256 600d1dfd845e289bf44cd4b2f36edef2df72b6baa4f55d1e7801f23ad608e255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ee7645e12989d59b045208c3910163a29d5aef0abc7058668e0a3b3817746d4
MD5 02a83aa2eea4c19e50eafd9896d8af40
BLAKE2b-256 16fc577c621a7e6925b3bc953ded1cc49da80d81720d58c922b687d0a3083158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-3.1.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a7f5b351cde7763d89997e1cace21d95921618e24c14e0ab3a06a9b8d9ad0c1a
MD5 b0c52967bd5a4588c79f0530e04e5846
BLAKE2b-256 6a50c55910a6209b2eda297ac8f3be56376a90cd5efb0e547f909c3838dd4a37

See more details on using hashes here.

Supported by

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