File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# cx_Oracle Examples
22
3- This directory contains samples for [ cx_Oracle] [ 6 ] . Documentation is [ here] [ 7 ] .
3+ This directory contains samples for [ cx_Oracle] [ 6 ] . Documentation is
4+ [ here] [ 7 ] . A separate tutorial is [ here] [ 8 ] .
45
561 . The schemas and SQL objects that are referenced in the samples can be
67 created by running the Python script [ setup_samples.py] [ 1 ] . The script
@@ -19,7 +20,7 @@ This directory contains samples for [cx_Oracle][6]. Documentation is [here][7].
1920
20212 . Run a Python script, for example:
2122
22- python Query .py
23+ python query .py
2324
24253 . After running cx_Oracle samples, the schemas and SQL objects can be
2526 dropped by running the Python script [ drop_samples.py] [ 4 ] . The script
@@ -43,3 +44,4 @@ This directory contains samples for [cx_Oracle][6]. Documentation is [here][7].
4344[ 5 ] : https://github.com/oracle/python-cx_Oracle/blob/main/samples/sql/drop_samples.sql
4445[ 6 ] : https://oracle.github.io/python-cx_Oracle/
4546[ 7 ] : http://cx-oracle.readthedocs.org/en/latest/index.html
47+ [ 8 ] : https://oracle.github.io/python-cx_Oracle/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html
You can’t perform that action at this time.
0 commit comments