Skip to content

Commit d10e4cf

Browse files
committed
Update quickstart links. Update features.
1 parent eb87126 commit d10e4cf

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

index.html

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,26 +101,47 @@ <h2>Getting Started</h2>
101101

102102
<ul>
103103

104+
<li>
105+
106+
<p>
107+
<a href="https://www.oracle.com/database/technologies/appdev/python/quickstartpythononprem.html" >Quick Start: Developing Python Applications for Oracle Database</a>: Instructions for Windows, macOS, and Linux for installing python-oracledb and connecting to an existing on-premise database.
108+
</p>
109+
110+
</li>
111+
<li>
112+
113+
<p>
114+
<a href="https://www.oracle.com/database/technologies/appdev/python/quickstartpython.html" >Quick Start: Developing Python Applications for Oracle Autonomous Database</a>: Instructions for Windows, macOS, and Linux for installing python-oracledb and connecting to an existing Oracle Autonomous Database.
115+
</p>
116+
117+
</li>
118+
104119
<li>
105120

106121
<p><a
107122
href="https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html#quickstart"
108-
>Quick Start: Developing Python Applications for Oracle
109-
Database</a></p>
123+
>Developing Python Applications for Oracle
124+
Database</a>: a high-level quickstart from the python-oracledb documentation for the eager user.</p>
125+
126+
</li>
127+
128+
<li>
129+
130+
<p><a href="https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3482" >Getting Started with Python and Oracle Database</a>: An introductory tutorial using Oracle's LiveLabs learning environoment</p>
110131

111132
</li>
112133

113134
<li>
114135

115136
<p><a href="
116137
https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html">Python
117-
and Oracle Database Tutorial: The New Wave of Scripting</a></p>
138+
and Oracle Database Tutorial: The New Wave of Scripting</a>: similar to the LiveLab, but aimed at users who already have python-oracledb and a database installed.</p>
118139

119140
</li>
120141

121142
<li><p><a
122143
href="https://github.com/oracle/python-oracledb/tree/main/samples"
123-
>Samples</a></p></li>
144+
>Samples</a>: the sample programs from the GitHub repository.</p></li>
124145

125146
</ul>
126147

@@ -304,7 +325,7 @@ <h2>Features</h2>
304325

305326
<li><p>End-to-end monitoring and tracing.</p></li>
306327

307-
<li><p>Transaction Management.</p></li>
328+
<li><p>Transaction management and Two-phase Commits.</p></li>
308329

309330
<li><p>Session Pooling, with tagging and session state fix-up callback.</p></li>
310331

@@ -318,7 +339,7 @@ <h2>Features</h2>
318339

319340
<li><p>Database startup and shutdown.</p></li>
320341

321-
<li><p>Sharded Database connectivity.</p></li>
342+
<li><p>Oracle Sharding connectivity.</p></li>
322343

323344
<li><p>Oracle Database High Availability Features, such as FAN
324345
notifications, Application Continuity, and Transaction Guard support.</p></li>

0 commit comments

Comments
 (0)