File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 5
5
** cx_Oracle has a major new release under a new name and homepage
6
6
[ python-oracledb] ( https://oracle.github.io/python-oracledb/ ) .**
7
7
8
- ** New projects should install python-oracledb instead of cx_Oracle. **
8
+ ** New projects should install python-oracledb instead of cx_Oracle: python -m pip install oracledb **
9
9
10
10
** The new source code and samples can be found at
11
11
[ github.com/oracle/python-oracledb] ( https://github.com/oracle/python-oracledb ) .**
Original file line number Diff line number Diff line change 41
41
# user for on premises databases is SYSTEM.
42
42
#------------------------------------------------------------------------------
43
43
44
+ print ("""
45
+
46
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
47
+ !!! cx_Oracle was renamed to python-oracledb. !!!
48
+ !!! Use python-oracledb instead of cx_Oracle for development. !!!
49
+ !!! Install with: !!!
50
+ !!! python -m pip install oracledb !!!
51
+ !!! and use the new samples in: !!!
52
+ !!! https://github.com/oracle/python-oracledb/tree/main/samples !!!
53
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
54
+
55
+ """ )
56
+
44
57
import getpass
45
58
import os
46
59
import sys
You can’t perform that action at this time.
0 commit comments