@@ -75,10 +75,9 @@ Oracledb Methods
7575 ``params `` parameter object. Similar precedence rules also apply to other
7676 values.
7777
78- The ``dsn `` (data source name) parameter can be a string in the format
79- ``user/password@connect_string `` or can simply be the connect string (in
80- which case authentication credentials such as the username and password
81- need to be specified separately). See :ref: `connstr ` for more information.
78+ The ``dsn `` (data source name) parameter is an :ref: `Oracle Net Services
79+ Connection String <connstr>`. It can also be a string in the format
80+ ``user/password@connect_string ``.
8281
8382 The ``pool `` parameter is expected to be a pool object. The use of this
8483 parameter is the equivalent of calling :meth: `ConnectionPool.acquire() `.
@@ -444,10 +443,9 @@ Oracledb Methods
444443 the ``params `` parameter object. Similar precedence rules also apply to
445444 other values.
446445
447- The ``dsn `` (data source name) parameter can be a string in the format
448- ``user/password@connect_string `` or can simply be the connect string (in
449- which case authentication credentials such as the username and password
450- need to be specified separately). See :ref: `connstr ` for more information.
446+ The ``dsn `` (data source name) parameter is an :ref: `Oracle Net Services
447+ Connection String <connstr>`. It can also be a string in the format
448+ ``user/password@connect_string ``.
451449
452450 The ``pool `` parameter is expected to be an AsyncConnectionPool object. The
453451 use of this parameter is the equivalent of calling
@@ -1086,8 +1084,7 @@ Oracledb Methods
10861084 :ref: `ConnectionPool object <connpool >` for the pool. See :ref: `Connection
10871085 pooling <connpooling>` for more information.
10881086
1089- This function is the equivalent of the `cx_Oracle.SessionPool()
1090- <https://cx-oracle.readthedocs.io/en/latest/api_manual/module.html#cx_Oracle.SessionPool> `__
1087+ This function is the equivalent of the ``cx_Oracle.SessionPool() ``
10911088 function. The use of ``SessionPool() `` has been deprecated in
10921089 python-oracledb.
10931090
@@ -1551,7 +1548,7 @@ Oracledb Methods
15511548 other values.
15521549
15531550 The ``user ``, ``password ``, and ``dsn `` parameters are the same as for
1554- :meth: `oracledb.connect_async () `.
1551+ :meth: `oracledb.connect () `.
15551552
15561553 The ``pool_class `` parameter is expected to be an
15571554 :ref: `AsyncConnectionPool Object <asyncconnpoolobj >` or a subclass of
0 commit comments