@@ -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 23c . See < a
189
+ Oracle Client libraries 11.2 through 23 . 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
@@ -196,15 +196,15 @@ <h2>Dependencies</h2>
196
196
197
197
< p > < strong > Oracle Database</ strong > </ p >
198
198
199
- < p > < strong > Thin mode</ strong > : Connects to Oracle Database 12c ,
200
- 18c, 19c, 21c and 23c .</ p >
199
+ < p > < strong > Thin mode</ strong > : Connects to Oracle Database 12 ,
200
+ 18, 19, 21 and 23 .</ p >
201
201
202
- < p > < strong > Thick mode</ strong > : Connects to Oracle Database 11.2,
203
- 12c, 18c, 21c and 23c , depending on the Oracle Client library
202
+ < p > < strong > Thick mode</ strong > : Connects to Oracle Database 9.2, 10, 11.2,
203
+ 12, 18, 21 and 23 , 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
207
- 19c libraries, it can connect to Oracle Database 11.2 or later.
207
+ 19 libraries, it can connect to Oracle Database 11.2 or later.
208
208
</ p >
209
209
210
210
</ li >
0 commit comments