@@ -412,8 +412,15 @@ Oracledb Methods
412412
413413 The ``pool_name `` parameter is expected to be a string which specifies the
414414 name of the pool when using multiple DRCP pools with Oracle Database 23.4
415- or later. This value is used in both python-oracledb Thin and Thick modes.
416- See :ref: `DRCP Pool Names <poolnames >`.
415+ or later. This parameter can be used in both python-oracledb Thin and Thick
416+ modes. However, in Thick mode, when the ``thick_mode_dsn_passthrough ``
417+ value in effect is *True *, it can only be used if the ``dsn `` parameter is
418+ not specified. For Thick mode, you may prefer to set the Oracle Net
419+ Services parameter `POOL_NAME <https://www.oracle.com/pls/topic/lookup?ctx=
420+ dblatest&id=GUID-C2DA6A42-C30A-4E4C-9833-51CB383FE08B> `__ parameter in the
421+ :ref: `easy connect string <easyconnect >` or
422+ :ref: `connect descriptor <conndescriptor >`. See
423+ :ref: `DRCP Pool Names <poolnames >`.
417424
418425 If the ``handle `` parameter is specified, it must be of type OCISvcCtx\*
419426 and is only of use when embedding Python in an application (like
@@ -771,8 +778,15 @@ Oracledb Methods
771778
772779 The ``pool_name `` parameter is expected to be a string which specifies the
773780 name of the pool when using multiple DRCP pools with Oracle Database 23.4
774- or later. This value is used in both python-oracledb Thin and Thick modes.
775- See :ref: `DRCP Pool Names <poolnames >`.
781+ or later. This parameter can be used in both python-oracledb Thin and Thick
782+ modes. However, in Thick mode, when the ``thick_mode_dsn_passthrough ``
783+ value in effect is *True *, it can only be used if the ``dsn `` parameter is
784+ not specified. For Thick mode, you may prefer to set the Oracle Net
785+ Services parameter `POOL_NAME <https://www.oracle.com/pls/topic/lookup?ctx=
786+ dblatest&id=GUID-C2DA6A42-C30A-4E4C-9833-51CB383FE08B> `__ parameter in the
787+ :ref: `easy connect string <easyconnect >` or
788+ :ref: `connect descriptor <conndescriptor >`. See
789+ :ref: `DRCP Pool Names <poolnames >`.
776790
777791 The ``thick_mode_dsn_passthrough `` and ``handle `` parameters are ignored in
778792 python-oracledb Thin mode.
@@ -1663,8 +1677,15 @@ Oracledb Methods
16631677
16641678 The ``pool_name `` parameter is expected to be a string which specifies the
16651679 name of the pool when using multiple DRCP pools with Oracle Database 23.4
1666- or later. This value is used in both python-oracledb Thin and Thick modes.
1667- See :ref: `DRCP Pool Names <poolnames >`.
1680+ or later. This parameter can be used in both python-oracledb Thin and Thick
1681+ modes. However, in Thick mode, when the ``thick_mode_dsn_passthrough ``
1682+ value in effect is *True *, it can only be used if the ``dsn `` parameter is
1683+ not specified. For Thick mode, you may prefer to set the Oracle Net
1684+ Services parameter `POOL_NAME <https://www.oracle.com/pls/topic/lookup?ctx=
1685+ dblatest&id=GUID-C2DA6A42-C30A-4E4C-9833-51CB383FE08B> `__ parameter in the
1686+ :ref: `easy connect string <easyconnect >` or
1687+ :ref: `connect descriptor <conndescriptor >`. See
1688+ :ref: `DRCP Pool Names <poolnames >`.
16681689
16691690 If the ``handle `` parameter is specified, it must be of type OCISvcCtx\*
16701691 and is only of use when embedding Python in an application (like
@@ -2085,8 +2106,15 @@ Oracledb Methods
20852106
20862107 The ``pool_name `` parameter is expected to be a string which specifies the
20872108 name of the pool when using multiple DRCP pools with Oracle Database 23.4
2088- or later. This value is used in both python-oracledb Thin and Thick modes.
2089- See :ref: `DRCP Pool Names <poolnames >`.
2109+ or later. This parameter can be used in both python-oracledb Thin and Thick
2110+ modes. However, in Thick mode, when the ``thick_mode_dsn_passthrough ``
2111+ value in effect is *True *, it can only be used if the ``dsn `` parameter is
2112+ not specified. For Thick mode, you may prefer to set the Oracle Net
2113+ Services parameter `POOL_NAME <https://www.oracle.com/pls/topic/lookup?ctx=
2114+ dblatest&id=GUID-C2DA6A42-C30A-4E4C-9833-51CB383FE08B> `__ parameter in the
2115+ :ref: `easy connect string <easyconnect >` or
2116+ :ref: `connect descriptor <conndescriptor >`. See
2117+ :ref: `DRCP Pool Names <poolnames >`.
20902118
20912119 The ``handle `` and ``thick_mode_dsn_passthrough `` parameters are ignored in
20922120 python-oracledb Thin mode.
0 commit comments