Skip to content

Commit 29fcc0e

Browse files
Update home page for 23c. Other small tidy-ups.
1 parent e321153 commit 29fcc0e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

index.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!--
55
6-
Copyright (c) 2022, Oracle and/or its affiliates.
6+
Copyright (c) 2022, 2023, Oracle and/or its affiliates.
77
88
This software is dual-licensed to you under the Universal Permissive License
99
(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
@@ -67,7 +67,7 @@ <h1 class="headerTitle">Python python-oracledb Driver</h1>
6767
<div class="container">
6868

6969
<div id="about">
70-
<h2>The python-oracledb 1.3 driver for Oracle Database</h2>
70+
<h2>The python-oracledb driver for Oracle Database</h2>
7171

7272
<p>
7373

@@ -186,7 +186,7 @@ <h2>Dependencies</h2>
186186
libraries. You can install these libraries using the free <a
187187
href="https://www.oracle.com/database/technologies/instant-client.html"
188188
>Oracle Instant Client</a> packages. Python-oracledb works with
189-
Oracle Client libraries 11.2 through 21c. See <a
189+
Oracle Client libraries 11.2 through 23c. See <a
190190
href="https://python-oracledb.readthedocs.io/en/latest/user_guide/initialization.html#enablingthick"
191191
>Enabling python-oracledb Thick mode</a>.</p>
192192

@@ -197,10 +197,10 @@ <h2>Dependencies</h2>
197197
<p><strong>Oracle Database</strong></p>
198198

199199
<p><strong>Thin mode</strong>: Connects to Oracle Database 12c,
200-
18c, 19c and 21c.</p>
200+
18c, 19c, 21c and 23c.</p>
201201

202202
<p><strong>Thick mode</strong>: Connects to Oracle Database 11.2,
203-
12c, 18c, and 21c, depending on the Oracle Client library
203+
12c, 18c, 21c and 23c, depending on the Oracle Client library
204204
version. Oracle Database's standard client-server version
205205
interoperability allows connection to both older and newer
206206
databases. For example, when python-oracledb uses Oracle Client
@@ -264,13 +264,13 @@ <h2>Features</h2>
264264

265265
<li><p>Support for Python 3.6 and higher.</p></li>
266266

267-
<li><p>Optional use of Oracle Client 11.2, 12, 18, 19 or 21 libraries for
268-
advanced Oracle Database functionality. Oracle's standard cross-version
269-
interoperability, allows easy upgrades and connectivity to different
270-
Oracle Database versions.</p></li>
267+
<li><p>Connects to Oracle Database 11.2, 12, 18, 19, 21 or 23 on-premises
268+
or in the Cloud.</p></li>
271269

272-
<li><p>Connects to Oracle Database 11.2, 12, 18, 19 or 21 on-premises or
273-
in the Cloud.</p></li>
270+
<li><p>Optional use of Oracle Client 11.2, 12, 18, 19, 21 or 23 libraries
271+
for advanced Oracle Database functionality. Oracle's standard
272+
cross-version interoperability allows easy upgrades and connectivity to
273+
different Oracle Database versions.</p></li>
274274

275275
<li><p>SQL and PL/SQL Execution with significant optimizations including
276276
compressed fetch, pre-fetching, client and server result set caching, and
@@ -285,7 +285,7 @@ <h2>Features</h2>
285285
<li><p>Direct binding to SQL objects. One great use case is binding
286286
Python objects to Oracle Spatial SDO objects.</p></li>
287287

288-
<li><p>JSON datatype support.</p></li>
288+
<li><p>JSON data type support.</p></li>
289289

290290
<li><p>SODA (Simple Oracle Document Access).</p></li>
291291

@@ -340,8 +340,9 @@ <h2>Features</h2>
340340

341341
<li><p>Oracle Sharding connectivity.</p></li>
342342

343-
<li><p>Oracle Database High Availability Features, such as FAN
344-
notifications, Application Continuity, and Transaction Guard support.</p></li>
343+
<li><p>Oracle Database High Availability Features, such as in-band and
344+
FAN notifications, Application Continuity, Transparent Application
345+
Continuity and Transaction Guard support.</p></li>
345346

346347
</ul>
347348

0 commit comments

Comments
 (0)