Python interface to Oracle Database
Project description
python-oracledb
Python-oracledb is an open-source Python extension module allowing Python programs to connect to Oracle Database. 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. It is maintained by Oracle.
Python-oracledb is used for executing SQL and PL/SQL; for calling NoSQL-style document APIs; for working with data frames; for receiving database notifications and messages; and for starting and stopping the database. It has features for high availability and security. It is used by many Python Frameworks, SQL Generators, ORMs, and libraries.
Synchronous and concurrent coding styles are supported. Database operations can optionally be pipelined.
Python-oracledb is the successor to the now obsolete cx_Oracle driver.
Python-oracledb Installation
Run:
python -m pip install oracledb --upgrade
See python-oracledb Installation for details.
Samples
Examples can be found in the /samples directory and the Python and Oracle Database Tutorial.
A basic example:
import oracledb
import getpass
un = "scott"
cs = "localhost/orclpdb"
# cs = "localhost/freepdb1" # for Oracle Database Free users
# cs = "localhost/orclpdb1" # some databases may have this service
pw = getpass.getpass(f"Enter password for {un}@{cs}: ")
with oracledb.connect(user=un, password=pw, dsn=cs) as connection:
with connection.cursor() as cursor:
sql = "select sysdate from dual"
for r in cursor.execute(sql):
print(r)
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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file oracledb-3.2.0.tar.gz
.
File metadata
- Download URL: oracledb-3.2.0.tar.gz
- Upload date:
- Size: 872.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9bf9f1c93e53142b33d1c5ebf5ababeebd2062a01d5ead68bbb640439ecf2223
|
|
MD5 |
1328649c66b2785b261d815b67d56730
|
|
BLAKE2b-256 |
9d2d8336527f248dbeb7183b7b4bfafe3499119c467236f8916ce0ec3b8ef2b6
|
File details
Details for the file oracledb-3.2.0-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b6d41334c6747ccae3626601ea9118ee1ff2df07602e221539fd55367671fce5
|
|
MD5 |
f3903104882bfe0e4edae079e6ae6d78
|
|
BLAKE2b-256 |
b2c15d25cdc1b03ffa7c0cb6dde2e627e6cadbe31e5a016f912b1148c6f4d040
|
File details
Details for the file oracledb-3.2.0-cp313-cp313-win32.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp313-cp313-win32.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
281b060579699b0ed6d52fafe71a13a28c5bd84bb403d4637a8f8b0c223399c2
|
|
MD5 |
09bf65bfe1cff22c549421fb3de521d7
|
|
BLAKE2b-256 |
4d36ae257f7d63210b44bc9dca57f2c63d342d4f08234f3161a150d887d55c1e
|
File details
Details for the file oracledb-3.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
90c31c9acc6ba8f5b539317c7190851c8db905d5d5bafd020a8f4f1f18930b1c
|
|
MD5 |
75e83ffc04fe12e8d51ce81f3f6cb553
|
|
BLAKE2b-256 |
e10e8e76d0470b1b9f2e1cfeec555c73ffbbcaea2bc574988dcecd4e98961e54
|
File details
Details for the file oracledb-3.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1499b86c2ed05be26c3e88c313471828639a49ebf718ed2d3bc69cec1caa299d
|
|
MD5 |
75755fcf987824f8dabc692e9af660ad
|
|
BLAKE2b-256 |
b959dcc4097f037f23ce3fa6a09dc632e4b160fdb6c969a220622edb6ce91019
|
File details
Details for the file oracledb-3.2.0-cp313-cp313-macosx_10_13_universal2.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3a93e2d4a6f6f75a7f18ce48d7fd8862343609667bab5c286ac89651007f628b
|
|
MD5 |
6bc588443424e770a9ae212965b66ace
|
|
BLAKE2b-256 |
9e2db48e94ee66f8e658146c18a194a209d0bf0a740650f4c6fa29d47f93dca5
|
File details
Details for the file oracledb-3.2.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a367604d091ee82c9e3f6d97e34b8ec919646209bda78337f6156b76252dd024
|
|
MD5 |
309058ddf964c9821834b133e03958c0
|
|
BLAKE2b-256 |
5f75684d2e18d57d72abf85366e8e1f61aaa2e6b15c71bf95f5bb6e9d7e0c9a5
|
File details
Details for the file oracledb-3.2.0-cp312-cp312-win32.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp312-cp312-win32.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
94ac95e52e6f4a9394408aba6cc5f90581219ecb872d450b2a80df9aa3cc4216
|
|
MD5 |
e685db2ee276a2d777d0f7b266e958d0
|
|
BLAKE2b-256 |
02added50edb5010b27173f203421f69f90e5f00acaf5686ccd4f7963e1c695b
|
File details
Details for the file oracledb-3.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9388ad0e09dc4030cd62779acc0ae4e9dfd338da7d30c72768fb0589461485ff
|
|
MD5 |
8d15db2e9ed938ebe948f4585aaf9c97
|
|
BLAKE2b-256 |
1ef5f81f72fac3cfb52fc18965d4d07d76e26103c2cc60641a796b9618904b54
|
File details
Details for the file oracledb-3.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0c7a599ffe3238824951948992ab6b4532a0c1d4b33900d412f738a7da476d47
|
|
MD5 |
94f052903fd5dbebcd377c501dacfd05
|
|
BLAKE2b-256 |
7adeebb82b6193583d0c7f13f908756d44bd2c03207b501457773b0793018231
|
File details
Details for the file oracledb-3.2.0-cp312-cp312-macosx_10_13_universal2.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1c2658983520b460776e74c75bb50e51a78e8ab743b64adc844a26a3a8a0bc7c
|
|
MD5 |
018851688960506dd5f8b714d857ea00
|
|
BLAKE2b-256 |
56d104632c2fab7c9ab91c68630eb221e17019e74d5b023badc0c191e83119cf
|
File details
Details for the file oracledb-3.2.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a1dc529f06a95ca3560d233609c266c17e828a08a70b8a434e2c3fe7000825eb
|
|
MD5 |
56f96056238e631200132ff4fd2df497
|
|
BLAKE2b-256 |
4eeca9b5488858d3b45213ce03f442c5cdf5aef356269071b84caecadb326e29
|
File details
Details for the file oracledb-3.2.0-cp311-cp311-win32.whl
.
File metadata
- Download URL: oracledb-3.2.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/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
01477e65f129f8927ef64cd4b48d68646fc0115e1e95484dac5b82dd9da7b98b
|
|
MD5 |
a2ad294760cae24b0709fdf04e638e7a
|
|
BLAKE2b-256 |
c2f6a575191c027b89486947597a7b6ae9c2abbc05eae2b79de037a6039ae455
|
File details
Details for the file oracledb-3.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b62f0c018e437b91254f019715a5fd5daafcf3182afee86ccd9d0f3dac75c0a7
|
|
MD5 |
1360393f8ad54f291611b29107ed075d
|
|
BLAKE2b-256 |
171bdcaeb174ca777f28e05ac3d862cb468ce4b0a9c36900aa5f12ecbf29029f
|
File details
Details for the file oracledb-3.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a87a331df19a84cad3d50a99cd505f8d0ec500e5e22438a025bd66e037b20715
|
|
MD5 |
0db1e0722e7831a973e8cff312ac6f95
|
|
BLAKE2b-256 |
38a2ce33fca6a15b3357d00c92bffcfa614b2d9f008d8e997f57e0302c760fb6
|
File details
Details for the file oracledb-3.2.0-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42e936190c5c76b115e2803e9c51a416a895c31ca551bc154b8c52121a84ee78
|
|
MD5 |
0b85568300a3310eeaa915bc7a9a7277
|
|
BLAKE2b-256 |
4c028279be85defe274a5dbc565c27f927d7d772117c070008853d75d4d780a8
|
File details
Details for the file oracledb-3.2.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7d3666a2d8bc69a19dfbaa9618b63602d879f57bad7e61f7fae4c45caf185a6b
|
|
MD5 |
f5192866975dbc4b1a05d775549ce831
|
|
BLAKE2b-256 |
89f9516a625600cfe6d4047ac56c93dbcb9326958929a5e8e03a37a731c20d82
|
File details
Details for the file oracledb-3.2.0-cp310-cp310-win32.whl
.
File metadata
- Download URL: oracledb-3.2.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/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ccfd8ebc8d389795ba8459feb467d9c4cf747ab6b005d4abf2fe8a1c24d5504d
|
|
MD5 |
a151f3db3a4173e734c0dc1394d7256a
|
|
BLAKE2b-256 |
a428adf5014e7d6523eb026760df10599a92e747d05f4f6b7a0c0ef5df3d4bdc
|
File details
Details for the file oracledb-3.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
605cb174b19406f9f91c8e1ae2834c56be678113df25980f378bda60a48b7411
|
|
MD5 |
1fea90fcd2e378276405cb84a7b3a358
|
|
BLAKE2b-256 |
2eb293bb2b940b41855e4bdc2157bfaea4ffc5f7ee84d29f6b93cedec0c41d62
|
File details
Details for the file oracledb-3.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
de666090d92a9b50744c6d765966ff9aec1b8e2e48eccbc451d2a6107dd555c3
|
|
MD5 |
987cdc7696babcd1547c7916d4004c0f
|
|
BLAKE2b-256 |
d4b1cbf2a11decd05fb9b6506321ebebf0ded9a0fe36ced0bff74e4de93b7794
|
File details
Details for the file oracledb-3.2.0-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f69ecfe4322babac464b26d23e3f2ac131839facbe6ea15fc32f6a7df91c6fc7
|
|
MD5 |
3e1ea09bea4261bdcf2669265e3ed409
|
|
BLAKE2b-256 |
e9baf6e620853be3ff2944fdb9d1647b4ce8f8e7ca89864bbd5907a87b54fd43
|
File details
Details for the file oracledb-3.2.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0f55ff1582fe1661a1fa7b128a6cf9e350cbb929e12146e94513e86c1b16178b
|
|
MD5 |
61f6ff9acf81b1dc1be32afc3e756957
|
|
BLAKE2b-256 |
ccc20eeddc9bb9db5451324876c9b3e7319ce705ba46bd94237d3badd9dad4ea
|
File details
Details for the file oracledb-3.2.0-cp39-cp39-win32.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp39-cp39-win32.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
56ef7b676d9f7779ad3c3a57d3892f92dc453597a7a360923a1f620287d2e663
|
|
MD5 |
9917ed91d53002db186c699a5ff051e7
|
|
BLAKE2b-256 |
86a1af79109b111f7c299739c33fb31f5d7d20fb981b345023e5f6473eac59c1
|
File details
Details for the file oracledb-3.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a034d738004e18068c6f2edf5742535cd30afaa8cf4e867b2551dc96790620c6
|
|
MD5 |
e43512ad69558cd0e2ec28c43962aa5f
|
|
BLAKE2b-256 |
2e54e9fc1637c20fe09bd6a4e7ddbafa381b1e5877c0343ecaad13c298c6d9f3
|
File details
Details for the file oracledb-3.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e62f10be2da56efe234754dc0c95186e84c9468c74360064e392d0e651239cf
|
|
MD5 |
4066e7cc8f3e2fc54b5f18ac906ff0ad
|
|
BLAKE2b-256 |
10dfc7bf9c3963cf89af1029c3509e3df985dbbc761de22b29c4411d4803624c
|
File details
Details for the file oracledb-3.2.0-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: oracledb-3.2.0-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
003485f2f812685aabf1250a2769869ea7e07a5b321623ce9beca6b903d68cad
|
|
MD5 |
19ffc0d2b73d2936d724c717c1bcdfd8
|
|
BLAKE2b-256 |
8c9d989a2363a80e0b09c721b570597940fc6ce99b5b652ce1eb48901b282af1
|