All Projects → oracle → Python Cx_oracle

oracle / Python Cx_oracle

Licence: other
Python interface to Oracle Database conforming to the Python DB API 2.0 specification.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Python Cx oracle

oracleMonitor
plsql script to monitor Oracle Databases. 监控脚本 运维有力助手
Stars: ✭ 30 (-95.79%)
Mutual labels:  oracle-database
docker-apex-stack
Utility scripts for creating an Oracle Application Express stack as a Docker container.
Stars: ✭ 67 (-90.6%)
Mutual labels:  oracle-database
Dotnet Db Samples
.NET code samples for Oracle database developers
Stars: ✭ 260 (-63.53%)
Mutual labels:  oracle-database
oracle-jdbc-tester
A simple command line Java application to test JDBC connection to Oracle database
Stars: ✭ 37 (-94.81%)
Mutual labels:  oracle-database
OpenLogReplicator
Open Source Oracle database CDC written purely in C++. Reads transactions directly from database redo log files and streams in JSON or Protobuf format to: Kafka, RocketMQ, flat file, network stream (plain TCP/IP or ZeroMQ)
Stars: ✭ 112 (-84.29%)
Mutual labels:  oracle-database
oracdc
Oracle database CDC (Change Data Capture)
Stars: ✭ 51 (-92.85%)
Mutual labels:  oracle-database
db-sharding
Oracle Sharded database deployment automation and tools for use in client applications.
Stars: ✭ 30 (-95.79%)
Mutual labels:  oracle-database
Utplsql
Testing Framework for PL/SQL
Stars: ✭ 402 (-43.62%)
Mutual labels:  oracle-database
plsql-cop-sqldev
db* CODECOP for SQL Developer
Stars: ✭ 18 (-97.48%)
Mutual labels:  oracle-database
cx Oracle async
A very simple asynchronous wrapper that allows you to get access to the Oracle database in asyncio programs.
Stars: ✭ 32 (-95.51%)
Mutual labels:  oracle-database
okcli
An Oracle-DB command line client
Stars: ✭ 47 (-93.41%)
Mutual labels:  oracle-database
utPLSQL-SQLDeveloper
Extension for running unit tests straight from SQL Developer
Stars: ✭ 45 (-93.69%)
Mutual labels:  oracle-database
Oracle-Pentesting-Reference
Oracle Database Penetration Testing Reference (10g/11g)
Stars: ✭ 34 (-95.23%)
Mutual labels:  oracle-database
oracle-database-operator
The Oracle Database Operator for Kubernetes (a.k.a. OraOperator) helps developers, DBAs, DevOps and GitOps teams reduce the time and complexity of deploying and managing Oracle Databases. It eliminates the dependency on a human operator or administrator for the majority of database operations.
Stars: ✭ 74 (-89.62%)
Mutual labels:  oracle-database
Docker Oracle Xe
Docker build for Oracle Database Express Edition (XE)
Stars: ✭ 266 (-62.69%)
Mutual labels:  oracle-database
simple-ddl-parser
Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.
Stars: ✭ 76 (-89.34%)
Mutual labels:  oracle-database
Capgemini-ADAPT-2020
All Solutions for Capgemini 2020-2021 ADAPT Program, use it for your reference after you have tried the problems by yourself THANK YOU!
Stars: ✭ 37 (-94.81%)
Mutual labels:  oracle-database
Docker Images
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Stars: ✭ 5,120 (+618.09%)
Mutual labels:  oracle-database
Walkable
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
Stars: ✭ 384 (-46.14%)
Mutual labels:  oracle-database
travis-oracle
Scripts to install Oracle Database Express Edition on Travis CI
Stars: ✭ 44 (-93.83%)
Mutual labels:  oracle-database

cx_Oracle version 8.2 (Development)

cx_Oracle is a Python extension module that enables access to Oracle Database. It conforms to the Python database API 2.0 specification with a considerable number of additions and a couple of exclusions. See the homepage for a feature list.

cx_Oracle 8 has been tested with Python versions 3.6 through 3.9. You can use cx_Oracle with Oracle 11.2, 12c, 18c, 19c and 21c client libraries. Oracle's standard client-server version interoperability allows connection to both older and newer databases. For example Oracle 19c client libraries can connect to Oracle Database 11.2. Older versions of cx_Oracle may work with older versions of Python.

Installation

See cx_Oracle Installation.

Documentation

See the cx_Oracle Documentation and Release Notes.

Samples

See the /samples directory and the tutorial. You can also look at the scripts in cx_OracleTools and the modules in cx_PyOracleLib.

Help

Issues and questions can be raised with the cx_Oracle community on GitHub or on the mailing list.

Tests

See /test.

Contributing

See CONTRIBUTING

License

cx_Oracle is licensed under a BSD license which you can find here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].