Skip to content

Commit 7df2d94

Browse files
Add missing DB versions. Be consistent about ver suffixes - prefer none
for newbies to Oracle
1 parent 29fcc0e commit 7df2d94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 23c. See <a
189+
Oracle Client libraries 11.2 through 23. 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

@@ -196,15 +196,15 @@ <h2>Dependencies</h2>
196196

197197
<p><strong>Oracle Database</strong></p>
198198

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>
201201

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
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
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.
208208
</p>
209209

210210
</li>

0 commit comments

Comments
 (0)