Skip to content

Commit 9fd0ee5

Browse files
Document updates.
1 parent ba0e0e4 commit 9fd0ee5

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

doc/src/user_guide/appendix_a.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ see :ref:`driverdiff` and :ref:`compatibility`.
110110
- No
111111
- Yes - No TIMESTAMP support
112112
- Yes - No TIMESTAMP support
113-
* - Oracle Database Native Network Encryption (NNE) (see :ref:`nne`)
113+
* - Oracle Database Native Network Encryption (see :ref:`nne`)
114114
- No
115115
- Yes
116116
- Yes

doc/src/user_guide/appendix_b.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,19 @@ more information.
192192
Native Network Encryption and Checksumming
193193
------------------------------------------
194194

195-
The python-oracledb Thin mode does not support connections using Oracle Native
196-
Network Encryption (NNE) and checksumming. You can enable TLS instead of using
197-
NNE. If NNE or checksumming are required, then use python-oracledb in the Thick
198-
mode.
195+
The python-oracledb Thin mode does not support connections using Oracle
196+
Database native network encryption or checksumming. You can enable
197+
TLS instead of using native network encryption. If native network encryption
198+
or checksumming are required, then use python-oracledb in the Thick mode.
199+
See :ref:`enablingthick`.
200+
201+
For example, if you use python-oracledb Thin mode and try to connect to the
202+
Oracle Cloud Infrastructure (OCI) Oracle Base Database where by default native
203+
network encryption is set to REQUIRED in the ``sqlnet.ora`` file of the OCI
204+
Oracle Base Database server, the connection will fail with the error::
205+
206+
DPY-6000: cannot connect to database. Listener refused connection.
207+
(Similar to ORA-12660)
199208

200209
Connection Pooling Differences between Thin and Thick Modes
201210
===========================================================

0 commit comments

Comments
 (0)