3
3
4
4
<!--
5
5
6
- Copyright (c) 2022, Oracle and/or its affiliates.
6
+ Copyright (c) 2022, 2023, Oracle and/or its affiliates.
7
7
8
8
This software is dual-licensed to you under the Universal Permissive License
9
9
(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>
67
67
< div class ="container ">
68
68
69
69
< 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 >
71
71
72
72
< p >
73
73
@@ -186,7 +186,7 @@ <h2>Dependencies</h2>
186
186
libraries. You can install these libraries using the free < a
187
187
href ="https://www.oracle.com/database/technologies/instant-client.html "
188
188
> 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
190
190
href ="https://python-oracledb.readthedocs.io/en/latest/user_guide/initialization.html#enablingthick "
191
191
> Enabling python-oracledb Thick mode</ a > .</ p >
192
192
@@ -197,10 +197,10 @@ <h2>Dependencies</h2>
197
197
< p > < strong > Oracle Database</ strong > </ p >
198
198
199
199
< p > < strong > Thin mode</ strong > : Connects to Oracle Database 12c,
200
- 18c, 19c and 21c .</ p >
200
+ 18c, 19c, 21c and 23c .</ p >
201
201
202
202
< 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
204
204
version. Oracle Database's standard client-server version
205
205
interoperability allows connection to both older and newer
206
206
databases. For example, when python-oracledb uses Oracle Client
@@ -264,13 +264,13 @@ <h2>Features</h2>
264
264
265
265
< li > < p > Support for Python 3.6 and higher.</ p > </ li >
266
266
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 >
271
269
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 >
274
274
275
275
< li > < p > SQL and PL/SQL Execution with significant optimizations including
276
276
compressed fetch, pre-fetching, client and server result set caching, and
@@ -285,7 +285,7 @@ <h2>Features</h2>
285
285
< li > < p > Direct binding to SQL objects. One great use case is binding
286
286
Python objects to Oracle Spatial SDO objects.</ p > </ li >
287
287
288
- < li > < p > JSON datatype support.</ p > </ li >
288
+ < li > < p > JSON data type support.</ p > </ li >
289
289
290
290
< li > < p > SODA (Simple Oracle Document Access).</ p > </ li >
291
291
@@ -340,8 +340,9 @@ <h2>Features</h2>
340
340
341
341
< li > < p > Oracle Sharding connectivity.</ p > </ li >
342
342
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 >
345
346
346
347
</ ul >
347
348
0 commit comments