1
- #Open Source Python/Oracle Utility - cx_Oracle
1
+ # Open Source Python/Oracle Utility - cx_Oracle
2
2
3
3
cx_Oracle is a Python extension module that enables access to Oracle Database
4
4
and conforms to the Python database API 2.0 specifications with a considerable
@@ -15,17 +15,25 @@ capabilities.
15
15
16
16
cx_Oracle is licensed under a BSD license which you can find [ here] [ 3 ] .
17
17
18
+ cx_Oracle has been tested with Python version 2.7, and with versions 3.4 and
19
+ higher. You can use cx_Oracle with Oracle 11.2, 12.1 and 12.2 client libraries,
20
+ allowing connection to multiple Oracle Database versions. Oracle's standard
21
+ client-server version interoperability allows connection to both older and
22
+ newer databases, for example Oracle 11.2 client libraries can connect to Oracle
23
+ Database 10.2 or later.
24
+
18
25
Please note that an Oracle client (or server) installation is required in order
19
26
to use cx_Oracle. If you do not require the tools that come with a full client
20
27
installation, it is recommended to install the [ Instant Client] [ 4 ] .
21
28
which is far easier to install.
22
29
23
- For feedback or patches, contact Anthony Tuininga at
24
- [email protected] . For help or to ask questions, please use the
25
- [ mailing list] [ 5 ] .
30
+ ## Help
31
+
32
+ Issues and questions can be raised with the cx_Oracle community on
33
+ [ GitHub] [ 9 ] or on the [ mailing list] [ 5 ] .
26
34
27
35
28
- #Installation
36
+ ## Installation
29
37
30
38
Binaries for some platforms and Oracle versions are available at
31
39
[ PyPI] [ 6 ] . If you prefer to build your own you can use this command
@@ -42,10 +50,10 @@ commands instead
42
50
This module has been built with Oracle client 11.2, 12.1 and 12.2 on Linux and
43
51
Windows. Others have reported success with other platforms such as macOS.
44
52
45
- See BUILD.txt for additional information.
53
+ See [ BUILD.txt] [ 10 ] for additional information.
46
54
47
55
48
- #Usage Example
56
+ ## Usage Example
49
57
50
58
51
59
``` python
@@ -77,10 +85,12 @@ samples in the samples directory. You can also look at the scripts in the
77
85
78
86
[ 1 ] : https://www.python.org/dev/peps/pep-0249
79
87
[ 2 ] : http://cx-oracle.readthedocs.io
80
- [ 3 ] : http ://cx-oracle.readthedocs.io/en/latest/license.html
88
+ [ 3 ] : https ://github.com/oracle/python-cx_Oracle/blob/master/LICENSE.txt
81
89
[ 4 ] : http://www.oracle.com/technetwork/database/features/instant-client/index.html
82
90
[ 5 ] : http://lists.sourceforge.net/lists/listinfo/cx-oracle-users
83
91
[ 6 ] : https://pypi.python.org/pypi/cx_Oracle
84
92
[ 7 ] : http://cx-oracletools.sourceforge.net
85
93
[ 8 ] : http://cx-pyoraclelib.sourceforge.net
94
+ [ 9 ] : https://github.com/oracle/python-cx_Oracle/issues
95
+ [ 10 ] : https://github.com/oracle/python-cx_Oracle/blob/master/BUILD.txt
86
96
0 commit comments