@@ -332,13 +332,14 @@ Oracledb Methods
332332 Thick modes.
333333
334334 The ``use_tcp_fast_open `` parameter is expected to be a boolean which
335- indicates whether to use an `Oracle Autonomous Database Serverless (ADB-S)
336- <https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/
337- adbsb/adbsb-overview.html#GUID-A7435462-9D74-44B4-8240-4A6F06E92348> `__
338- specific feature that can reduce the latency in round-trips to the
339- database after a connection has been established. This feature is only
340- available with certain versions of ADB-S. This value is used in both
341- python-oracledb Thin and Thick modes. The default value is False.
335+ indicates whether to use TCP Fast Open which is an `Oracle Autonomous
336+ Database Serverless (ADB-S) <https://docs.oracle.com/en/cloud/paas/
337+ autonomous-database/serverless/adbsb/connection-tcp-fast-open.html#
338+ GUID-34654005-DBBA-4C49-BC6D-717F9C16A17C> `__ specific feature that can
339+ reduce the latency in round-trips to the database after a connection has
340+ been established. This feature is only available with certain versions of
341+ ADB-S. This value is used in both python-oracledb Thin and Thick modes.
342+ The default value is False.
342343
343344 The ``ssl_version `` parameter is expected to be one of the constants
344345 "ssl.TLSVersion.TLSv1_2" or "ssl.TLSVersion.TLSv1_3" and specifies the TLS
@@ -347,7 +348,7 @@ Oracledb Methods
347348 parameter can be specified when establishing connections with the protocol
348349 "tcps". This parameter is used in both python-oracledb Thin and Thick
349350 modes. The value "ssl.TLSVersion.TLSv1_3" requires Oracle Database 23ai
350- and for Thick mode, Oracle Client 19c (or later) is additionally required.
351+ and for Thick mode, Oracle Client 23ai is additionally required.
351352
352353 If the ``handle `` parameter is specified, it must be of type OCISvcCtx\*
353354 and is only of use when embedding Python in an application (like
@@ -605,13 +606,14 @@ Oracledb Methods
605606 the python-oracledb Thin and Thick modes.
606607
607608 The ``use_tcp_fast_open `` parameter is expected to be a boolean which
608- indicates whether to use an `Oracle Autonomous Database Serverless (ADB-S)
609- <https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/
610- adbsb/adbsb-overview.html#GUID-A7435462-9D74-44B4-8240-4A6F06E92348> `__
611- specific feature that can reduce the latency in round-trips to the
612- database after a connection has been established. This feature is only
613- available with certain versions of ADB-S. This value is used in both
614- python-oracledb Thin and Thick modes. The default value is False.
609+ indicates whether to use TCP Fast Open which is an `Oracle Autonomous
610+ Database Serverless (ADB-S) <https://docs.oracle.com/en/cloud/paas/
611+ autonomous-database/serverless/adbsb/connection-tcp-fast-open.html#
612+ GUID-34654005-DBBA-4C49-BC6D-717F9C16A17C> `__ specific feature that can
613+ reduce the latency in round-trips to the database after a connection has
614+ been established. This feature is only available with certain versions of
615+ ADB-S. This value is used in both python-oracledb Thin and Thick modes.
616+ The default value is False.
615617
616618 The ``ssl_version `` parameter is expected to be one of the constants
617619 "ssl.TLSVersion.TLSv1_2" or "ssl.TLSVersion.TLSv1_3" and specifies the TLS
@@ -620,7 +622,7 @@ Oracledb Methods
620622 parameter can be specified when establishing connections with the protocol
621623 "tcps". This parameter is used in both python-oracledb Thin and Thick
622624 modes. The value "ssl.TLSVersion.TLSv1_3" requires Oracle Database 23ai
623- and for Thick mode, Oracle Client 19c (or later) is additionally required.
625+ and for Thick mode, Oracle Client 23ai is additionally required.
624626
625627 The ``handle `` parameter is ignored in the python-oracledb Thin mode.
626628
@@ -903,13 +905,14 @@ Oracledb Methods
903905 Thick modes.
904906
905907 The ``use_tcp_fast_open `` parameter is expected to be a boolean which
906- indicates whether to use an `Oracle Autonomous Database Serverless (ADB-S)
907- <https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/
908- adbsb/adbsb-overview.html#GUID-A7435462-9D74-44B4-8240-4A6F06E92348> `__
909- specific feature that can reduce the latency in round-trips to the
910- database after a connection has been established. This feature is only
911- available with certain versions of ADB-S. This value is used in both
912- python-oracledb Thin and Thick modes. The default value is False.
908+ indicates whether to use TCP Fast Open which is an `Oracle Autonomous
909+ Database Serverless (ADB-S) <https://docs.oracle.com/en/cloud/paas/
910+ autonomous-database/serverless/adbsb/connection-tcp-fast-open.html#
911+ GUID-34654005-DBBA-4C49-BC6D-717F9C16A17C> `__ specific feature that can
912+ reduce the latency in round-trips to the database after a connection has
913+ been established. This feature is only available with certain versions of
914+ ADB-S. This value is used in both python-oracledb Thin and Thick modes.
915+ The default value is False.
913916
914917 The ``ssl_version `` parameter is expected to be one of the constants
915918 "ssl.TLSVersion.TLSv1_2" or "ssl.TLSVersion.TLSv1_3" and specifies the TLS
@@ -918,7 +921,7 @@ Oracledb Methods
918921 parameter can be specified when establishing connections with the protocol
919922 "tcps". This parameter is used in both python-oracledb Thin and Thick
920923 modes. The value "ssl.TLSVersion.TLSv1_3" requires Oracle Database 23ai
921- and for Thick mode, Oracle Client 19c (or later) is additionally required.
924+ and for Thick mode, Oracle Client 23ai is additionally required.
922925
923926 The ``handle `` parameter is expected to be an integer which represents a
924927 pointer to a valid service context handle. This value is only used in the
@@ -1303,13 +1306,14 @@ Oracledb Methods
13031306 Thick modes.
13041307
13051308 The ``use_tcp_fast_open `` parameter is expected to be a boolean which
1306- indicates whether to use an `Oracle Autonomous Database Serverless (ADB-S)
1307- <https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/
1308- adbsb/adbsb-overview.html#GUID-A7435462-9D74-44B4-8240-4A6F06E92348> `__
1309- specific feature that can reduce the latency in round-trips to the database
1310- after a connection has been established. This feature is only available
1311- with certain versions of ADB-S. This value is used in both python-oracledb
1312- Thin and Thick modes. The default value is False.
1309+ indicates whether to use TCP Fast Open which is an `Oracle Autonomous
1310+ Database Serverless (ADB-S) <https://docs.oracle.com/en/cloud/paas/
1311+ autonomous-database/serverless/adbsb/connection-tcp-fast-open.html#
1312+ GUID-34654005-DBBA-4C49-BC6D-717F9C16A17C> `__ specific feature that can
1313+ reduce the latency in round-trips to the database after a connection has
1314+ been established. This feature is only available with certain versions of
1315+ ADB-S. This value is used in both python-oracledb Thin and Thick modes.
1316+ The default value is False.
13131317
13141318 The ``ssl_version `` parameter is expected to be one of the constants
13151319 "ssl.TLSVersion.TLSv1_2" or "ssl.TLSVersion.TLSv1_3" and specifies the TLS
@@ -1318,7 +1322,7 @@ Oracledb Methods
13181322 parameter can be specified when establishing connections with the protocol
13191323 "tcps". This parameter is used in both python-oracledb Thin and Thick
13201324 modes. The value "ssl.TLSVersion.TLSv1_3" requires Oracle Database 23ai
1321- and for Thick mode, Oracle Client 19c (or later) is additionally required.
1325+ and for Thick mode, Oracle Client 23ai is additionally required.
13221326
13231327 If the ``handle `` parameter is specified, it must be of type OCISvcCtx\*
13241328 and is only of use when embedding Python in an application (like
@@ -1643,13 +1647,14 @@ Oracledb Methods
16431647 the python-oracledb Thin and Thick modes.
16441648
16451649 The ``use_tcp_fast_open `` parameter is expected to be a boolean which
1646- indicates whether to use an `Oracle Autonomous Database Serverless (ADB-S)
1647- <https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/
1648- adbsb/adbsb-overview.html#GUID-A7435462-9D74-44B4-8240-4A6F06E92348> `__
1649- specific feature that can reduce the latency in round-trips to the database
1650- after a connection has been established. This feature is only available
1651- with certain versions of ADB-S. This value is used in both python-oracledb
1652- Thin and Thick modes. The default value is False.
1650+ indicates whether to use TCP Fast Open which is an `Oracle Autonomous
1651+ Database Serverless (ADB-S) <https://docs.oracle.com/en/cloud/paas/
1652+ autonomous-database/serverless/adbsb/connection-tcp-fast-open.html#
1653+ GUID-34654005-DBBA-4C49-BC6D-717F9C16A17C> `__ specific feature that can
1654+ reduce the latency in round-trips to the database after a connection has
1655+ been established. This feature is only available with certain versions of
1656+ ADB-S. This value is used in both python-oracledb Thin and Thick modes.
1657+ The default value is False.
16531658
16541659 The ``ssl_version `` parameter is expected to be one of the constants
16551660 "ssl.TLSVersion.TLSv1_2" or "ssl.TLSVersion.TLSv1_3" and specifies the TLS
@@ -1658,7 +1663,7 @@ Oracledb Methods
16581663 parameter can be specified when establishing connections with the protocol
16591664 "tcps". This parameter is used in both python-oracledb Thin and Thick
16601665 modes. The value "ssl.TLSVersion.TLSv1_3" requires Oracle Database 23ai
1661- and for Thick mode, Oracle Client 19c (or later) is additionally required.
1666+ and for Thick mode, Oracle Client 23ai is additionally required.
16621667
16631668 The ``handle `` parameter is ignored in the python-oracledb Thin mode.
16641669
@@ -2110,13 +2115,14 @@ Oracledb Methods
21102115 Thick modes.
21112116
21122117 The ``use_tcp_fast_open `` parameter is expected to be a boolean which
2113- indicates whether to use an `Oracle Autonomous Database Serverless (ADB-S)
2114- <https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/
2115- adbsb/adbsb-overview.html#GUID-A7435462-9D74-44B4-8240-4A6F06E92348> `__
2116- specific feature that can reduce the latency in round-trips to the database
2117- after a connection has been established. This feature is only available
2118- with certain versions of ADB-S. This value is used in both python-oracledb
2119- Thin and Thick modes. The default value is False.
2118+ indicates whether to use TCP Fast Open which is an `Oracle Autonomous
2119+ Database Serverless (ADB-S) <https://docs.oracle.com/en/cloud/paas/
2120+ autonomous-database/serverless/adbsb/connection-tcp-fast-open.html#
2121+ GUID-34654005-DBBA-4C49-BC6D-717F9C16A17C> `__ specific feature that can
2122+ reduce the latency in round-trips to the database after a connection has
2123+ been established. This feature is only available with certain versions of
2124+ ADB-S. This value is used in both python-oracledb Thin and Thick modes.
2125+ The default value is False.
21202126
21212127 The ``ssl_version `` parameter is expected to be one of the constants
21222128 "ssl.TLSVersion.TLSv1_2" or "ssl.TLSVersion.TLSv1_3" and specifies the TLS
@@ -2125,7 +2131,7 @@ Oracledb Methods
21252131 parameter can be specified when establishing connections with the protocol
21262132 "tcps". This parameter is used in both python-oracledb Thin and Thick
21272133 modes. The value "ssl.TLSVersion.TLSv1_3" requires Oracle Database 23ai
2128- and for Thick mode, Oracle Client 19c (or later) is additionally required.
2134+ and for Thick mode, Oracle Client 23ai is additionally required.
21292135
21302136 The ``handle `` parameter is expected to be an integer which represents a
21312137 pointer to a valid service context handle. This value is only used in the
0 commit comments