File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1- # Python based examples
2- This folder stores Python based examples for Oracle Database.
1+ These are examples for the
2+ [ cx_Oracle driver] ( https://oracle.github.io/python-cx_Oracle ) .
3+
4+ Download and install from [ PyPI] ( https://pypi.python.org/pypi/cx_Oracle ) or
5+ issue the command
6+
7+ `` python -m pip install cx_Oracle --upgrade ``
8+
9+ [ Documentation] ( http://cx-oracle.readthedocs.io/en/5.3/index.html )
10+
11+ [ Issues and questions] ( https://github.com/oracle/python-cx_Oracle/issues )
12+
13+ After installing cx_Oracle, the demos can be run by executing each script file
14+ with Python. The scripts all assume that the cx_Oracle
15+ [ test suite] ( https://github.com/oracle/python-cx_Oracle/tree/master/test )
16+ objects have been installed in your database and that the connect string
17+ "cx_Oracle/dev@localhost/orcl" is valid. If this is not correct, adjust the
18+ connect string before running the test.
319
You can’t perform that action at this time.
0 commit comments