File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# cx_Oracle Examples
2
2
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 ] .
4
5
5
6
1 . The schemas and SQL objects that are referenced in the samples can be
6
7
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].
19
20
20
21
2 . Run a Python script, for example:
21
22
22
- python Query .py
23
+ python query .py
23
24
24
25
3 . After running cx_Oracle samples, the schemas and SQL objects can be
25
26
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].
43
44
[ 5 ] : https://github.com/oracle/python-cx_Oracle/blob/main/samples/sql/drop_samples.sql
44
45
[ 6 ] : https://oracle.github.io/python-cx_Oracle/
45
46
[ 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