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.

Installation

Run python -m pip install oracledb

See python-oracledb Installation.

Dependencies and Interoperability

  • Python versions 3.6 through 3.11.

    Prebuilt packages are available on Windows for Python 3.7 or later, on macOS for Python 3.7 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

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-1.4.0.tar.gz (494.2 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.4.0-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

oracledb-1.4.0-cp311-cp311-win32.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86

oracledb-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

oracledb-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

oracledb-1.4.0-cp311-cp311-macosx_10_9_universal2.whl (3.0 MB view details)

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

oracledb-1.4.0-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

oracledb-1.4.0-cp310-cp310-win32.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86

oracledb-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

oracledb-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

oracledb-1.4.0-cp310-cp310-macosx_10_9_universal2.whl (3.0 MB view details)

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

oracledb-1.4.0-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86-64

oracledb-1.4.0-cp39-cp39-win32.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86

oracledb-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

oracledb-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

oracledb-1.4.0-cp39-cp39-macosx_10_9_universal2.whl (3.0 MB view details)

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

oracledb-1.4.0-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86-64

oracledb-1.4.0-cp38-cp38-win32.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86

oracledb-1.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

oracledb-1.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

oracledb-1.4.0-cp38-cp38-macosx_11_0_universal2.whl (3.0 MB view details)

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

oracledb-1.4.0-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7mWindows x86-64

oracledb-1.4.0-cp37-cp37m-win32.whl (1.2 MB view details)

Uploaded CPython 3.7mWindows x86

oracledb-1.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

oracledb-1.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

oracledb-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

oracledb-1.4.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

oracledb-1.4.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: oracledb-1.4.0.tar.gz
  • Upload date:
  • Size: 494.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0.tar.gz
Algorithm Hash digest
SHA256 96ba508f783892c7ca648f268acbcb8a4a9c8037c7dd4a509f05f2c89d6231be
MD5 5247336ccfd21137722bcb483b71b053
BLAKE2b-256 2fd9a352e4371d19b5ad862210096fbfc3b894696e6f2873c208863ea4606c07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f1ed9b6f857ec70cf33ace4ab16403ce00232d875e68922168ac5e96c9fbea65
MD5 8572e5839f10d6c1bd5f6bc5a2da0c1f
BLAKE2b-256 50740fc5d8a94dc8eb5466a9ce7c34058e210b672c61835d075fe670307dd622

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5a452671d4c079a35c4086fed2f4635f4a902d607c05bab48ea2eb919794f0d0
MD5 225e718fb38863e7141a651c1590ca50
BLAKE2b-256 d1064356fa1512340356a394817559a3121b34e0c5972740a22fafdebbc02c94

See more details on using hashes here.

File details

Details for the file oracledb-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oracledb-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eec1b828a6bb1d626c1555746ea411a9d853ed8428aafed8eef0aff6d90b66c9
MD5 9cf1d244f1c72057942baf6b799fda4a
BLAKE2b-256 129d6c26f55ac36d9887a479d32ecbfd9ef57e5a8dd599a0f5723d07bd6996a8

See more details on using hashes here.

File details

Details for the file oracledb-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oracledb-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44a1f44bdc068a0051058dcb639bb504c78167cc48c6d5181b1c066cba1e5050
MD5 b0a5a3547ebeb22665cdadd2a8ad606d
BLAKE2b-256 ecfbf670d9aff574d48e00e128f30ba8af6d1fb348004beffd9d45b56cc91d56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1fc16c738c2287cbc26b2fe5e6292508f78f6b7ae833f3f371c804cc4fd01027
MD5 b3ec599b52477f9e8f20c37ce822c247
BLAKE2b-256 35e460db3b1864ac4dc2354208ab274a86d5ecc306c21d00fafd2696ad82c221

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 411acaf2f11076485a66efb42273ec25ed97cb060df191e0d309f02455f2abbd
MD5 f250f562145880c2c8d1c1b8cac025bb
BLAKE2b-256 072438ba8009ccc5d2203f7602918f2494faec0c8a895a3440382aef6fd0b6af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e9c205e69bafaf8f16ea5f1d06ab713f3f75cab1a4e22995d688f380c92f7aeb
MD5 8e07a98e40dd557e2e30359bc91de432
BLAKE2b-256 eccfc80fe9347938c25620ed1966677b1b8f19fe789fda370b066bb8e66f7b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 117e8b33bcb9de98912e13a25d1fed28db3510e7229b27b295b413ba03e2b176
MD5 37dcf07aaf84d108bfd0ad13d95884f5
BLAKE2b-256 c5082baa2cd7b8d8970ca39cf6e969d7060239e18385c989c0b48c0b7430b3cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38c0ad3cf563123080d0c36bf1e7b28884663b297e4269b69a3f597891808707
MD5 83e1d61faeb510072892889e5868037d
BLAKE2b-256 97b55f143049e0b14ab465e849c569c991d434a6870b3c939e5961271247c191

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3893da5f390a2ff8cb0914c025c33255cda6e0c9da506b26c3da6c309a2e9b2a
MD5 41e22e64f7d91d6a92a24f655741ad98
BLAKE2b-256 3ae152f26561756f302fa6299c3269031379f873921e95eb0825963d284c6a9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e6a3c8b8c526f6b10af47951f30bee5a599286dfe18073b053cae1a9d9b1bdec
MD5 756b9e7b53c6e3144f06d81ca2f4815f
BLAKE2b-256 be00e0da0c39ee437d5204f07513f08a3c6d0cadae6c71b829999db8cae2d838

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 269e4f58d874f067605d12f35e701838d58aff4cac05890be6549deec09fe6ae
MD5 1846c28b03c3d147fb07021e0f5ddec1
BLAKE2b-256 3c46139bcf50af9fc42227e4c8928f67b7ae7d84189818545d31d5dd57b498cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25aa5299b981fb52dee19011282dacbd865e5d616e942435763a2a1b76614da2
MD5 d462db03ab9cb4e108c185d2eb80cddf
BLAKE2b-256 a6f2daee4ecda0aaed2217addc7d4b5481789a88d677b81aebbdf2e175c8dfb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aadab02421f76c6e2affc72e1719c8ea0c52022dad391fd46024e76f91ac3a02
MD5 6bdddf5c0c1e71291ad08e36958deadb
BLAKE2b-256 cf2d579cb66a637483d55f522943a7a032184eca3fa1166b7ce4f24fac7f3a1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6432d1d2609c0a65ad23c074c0136025f29c5aa47a7093554481de0447f087e9
MD5 733016ae8e23eddf9b34809dd5da163c
BLAKE2b-256 76d3120d0aec9915c92830af37d24d2f6ab548664707f6f0c256c281b86ebf64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0dcd691da66b7ee34725cfd55d059360b5474e624f0eb18886d3fc9cefd3bf33
MD5 e4497d88af96fe62d55d67949cac2ce8
BLAKE2b-256 919cebc85bb47e786b0f2c51432566867f2112ab29c8ac3f65206524ea129635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 64574cb4f69c3dd2767779c0f71f7b8c4307688b50183027740c6e3ceb2440f6
MD5 85af457ce06a9f59e849a2e557f0d102
BLAKE2b-256 11c7f76d87915e73fb6a1d3ad03076ea24a689e30b9d453d30b0977ab2279c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf5d1b0ea16e0f5168819fbb25b045c6f82f2c019bebddee18c0a8967946f681
MD5 2f394d4476ad5f02fa917e622463ac43
BLAKE2b-256 7ff4ba785f79194e2132e73402118b76cff8672cd49cfe0b8e4810d51e3a9d68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7890bb93137b6ed369fd25fb54ccdff64e41dccac65b3eaca18f08b4f3dffd4
MD5 67b48d5f6a77efc1af0cc422f3a903fe
BLAKE2b-256 94432a8b300fea50ab432cdec36667f2adb776746708898f8172eb58ce0d5e0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 473fab2bf20092690c3bf87e3d966e3a6fb9186b8cea40e65a73b5980f4f5bd4
MD5 a50cd96941de490f6e1d78c01cb2e1a6
BLAKE2b-256 6931b49493bb156a0fe29ff618dede25d7cc2e9072e1c34a6e99c500bbba81ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c7272f60f6da7a921a3597db91c323c7efdd44a9682ec4bbfb4483f6c039c810
MD5 eb591178c02d80516f00cd534f210110
BLAKE2b-256 3be744ed6acd854282dc95052314d14232f9d53c9ed622e67b00cb0f69309de6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oracledb-1.4.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for oracledb-1.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 be54c63a9424964a4bdccdfa2368188b77e1b00e065b81776b762cbb8559ff2f
MD5 63b897cae669758d46062bc656a84d76
BLAKE2b-256 4471950ec3a55244947d983de7b5950085de17e3d4cec710bae9579c7c5dffa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b9fe90ec793ce13f72e2051e4734ad0002cd12dd009141f585c13dc51c314a9
MD5 4c90361b069fdefb1e73d0bc45060e23
BLAKE2b-256 3a0e947b80c311846f6dd227b92d32677a4963115458ab9c6586756cce98a94b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a55c509ec54661901b2ae2a60169b8997de480d0646bb458ac92a05fbb77441
MD5 5cbd809709f359b81f4532a186179f97
BLAKE2b-256 e33d4627d89c3d630218433cebb7016a925659d42aeaa739866d6db312e48bb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72165e6e84f7d6b2c3c290f4fadd123cd03c11f715d99f9a3f0117569bf40f3e
MD5 f84f46a97f6d6f43447f5d5760438af4
BLAKE2b-256 28de288c7256d80bcf7fe17724fb305fe5130f65010aee907e43c40ac7d9fce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b236339d2cd502a6637b462adeef14616afd358a6393608d83cf71e502495b28
MD5 da78623f68ed3465444352b3fa827988
BLAKE2b-256 5b73ff7c04311b24304d18620ac97fd361e8b6bb4e50c7b601606d9a4aae020a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oracledb-1.4.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f52d6184a161508e759797857ebd6fdc8ba1439072c9572718dde9a196924856
MD5 5b30d6470fe4e04a6594c9fc96149143
BLAKE2b-256 8c1d718ed0cadd48a3e8e9b3d92b78ee678731eb0a919c98d75f0c9c2c094aaa

See more details on using hashes here.

Supported by

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