File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ ConnectionPool Methods
5656 be raised.
5757
5858 The ``cclass `` parameter, if specified, should be a string corresponding to
59- the connection class for database resident connection pooling (DRCP).
59+ the connection class for Database Resident Connection Pooling (DRCP).
6060
6161 The ``purity `` parameter is expected to be one of
6262 :data: `~oracledb.PURITY_NEW `, :data: `~oracledb.PURITY_ANY `, or
Original file line number Diff line number Diff line change @@ -241,9 +241,10 @@ Finding the Python-oracledb Mode
241241
242242The boolean attributes :attr: `Connection.thin ` and :attr: `ConnectionPool.thin `
243243can be used to show the current mode of a python-oracledb connection or pool,
244- repsectively.
244+ respectively. The python-oracledb version can be shown with
245+ :data: `oracledb.__version__ `.
245246
246- The state can also be seen in the Oracle Database data dictionary table
247+ The information can also be seen in the Oracle Database data dictionary table
247248``V$SESSION_CONNECT_INFO ``:
248249
249250.. code-block :: python
You can’t perform that action at this time.
0 commit comments