File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -192,10 +192,19 @@ more information.
192192Native 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
200209Connection Pooling Differences between Thin and Thick Modes
201210===========================================================
You can’t perform that action at this time.
0 commit comments