@@ -7,7 +7,7 @@ oracle.com in order to successfully compile. Note, however, that if using RPMs
7
7
you do not need to do anything as cx_Oracle will compile out of the box without
8
8
any changes to the configuration of the machine.
9
9
10
- http://www.oracle.com/technology/software/tech/oci/instantclient /index.html
10
+ http://www.oracle.com/technetwork/database/features/instant-client /index.html
11
11
12
12
Each compressed tarball needs to be extracted to the exact same location.
13
13
Uncompress and untar each file from the same location in order to achieve this
@@ -46,8 +46,8 @@ of libclntsh.so.
46
46
Continue to step: Building and Compilation.
47
47
48
48
49
- OS X Build Hints
50
- ----------------
49
+ macOS Build Hints
50
+ -----------------
51
51
(Tested on Leopard 10.5.x)
52
52
The procedures for OS X are almost idential to Linux except for the package
53
53
names and a few environmental caveats. For OS X it is necessary to download
@@ -86,10 +86,7 @@ Continue to step: Building and Compilation.
86
86
Building and Compilation
87
87
------------------------
88
88
Use the provided setup.py to build and install the module which makes use of
89
- the distutils module. Note that on Windows, I have used mingw32
90
- (http://www.mingw.org) and the module will not build with MSVC without
91
- modification. The commands required to build and install the module are as
92
- follows:
89
+ the distutils module.
93
90
94
91
python setup.py build
95
92
python setup.py install
@@ -103,8 +100,8 @@ cx_Oracle there should be a line containing only '>>>' which indicates the
103
100
library successfully loaded.
104
101
105
102
$ python
106
- Python 2.5.2 (r252:60911, Oct 25 2008, 19:37:28 )
107
- [GCC 4.1.2 (Gentoo 4.1.2 p1.1 )] on linux2
103
+ Python 3.6.0 (default, Jan 4 2017, 09:50:35 )
104
+ [GCC 6.3.1 20161221 (Red Hat 6.3.1-1 )] on linux
108
105
Type "help", "copyright", "credits" or "license" for more information.
109
106
>>> import cx_Oracle
110
107
>>>
0 commit comments