You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,19 +106,21 @@ <h2>Contents</h2>
106
106
107
107
<h2><aname="preface">Preface</a></h2>
108
108
109
+
<p>This is the cx_Oracle tutorial. These instructions and the files used in them can be found in the <ahref="https://github.com/oracle/python-cx_Oracle/tree/master/samples/tutorial" >cx_Oracle GitHub repository</a>.</p>
110
+
109
111
<p>If you are running this tutorial in your own environment, install the required software:</p>
110
112
111
113
<ol>
112
-
<li><p><atarget="_blank" href="https://www.python.org/">Python</a>. Version 3.6 is preferred.</p></li>
113
-
<li><p>cx_Oracle version 7.2 and the Oracle Client libraries.</p>
114
+
<li><p><atarget="_blank" href="https://www.python.org/">Python</a>. Version 3.6 (or later) is preferred.</p></li>
115
+
<li><p>cx_Oracle version 7.2 (or later) and the Oracle Client libraries.</p>
<li><atarget="_blank" href="http://cx-oracle.readthedocs.io/en/latest/installation.html#installing-cx-oracle-on-macos">macOS</a> - please note the special instructions for macOS in the link.</li>
<li><atarget="_blank" href="https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#installing-cx-oracle-on-macos">macOS</a> - please note the special instructions for macOS in the link.</li>
<li><p>SQL*Plus such as from the Oracle <atarget="_blank" href="http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html">Instant Client SQL*Plus Package</a>.</p></li>
123
+
<li><p>SQL*Plus such as from the Oracle <atarget="_blank" href="https://www.oracle.com/database/technologies/instant-client.html">Instant Client SQL*Plus Package</a>.</p></li>
122
124
</ol>
123
125
124
126
<p>The Advanced Queuing section requires Oracle client 12.2 or later. The SODA section requires Oracle client 18.5, or later, and Oracle Database 18 or later.</p>
0 commit comments