File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -631,13 +631,15 @@ applications that use python-oracledb in Thick mode to refer users to
631631application-specific installation instructions. If this value is not
632632specified, then the :ref: `installation ` URL is used.
633633
634+ .. _thicktothin :
634635
635- Changing from python-oracledb Thick Mode to python-oracledb Thin Mode
636- =====================================================================
636+ Migrating from python-oracledb Thick Mode to python-oracledb Thin Mode
637+ ======================================================================
637638
638- Changing an application that currently uses Thin mode requires the removal of
639- calls to :func: `oracledb.init_oracle_client() ` and an application restart.
640- Other small changes may be required.
639+ Changing an application that currently uses :ref: `Thick mode <enablingthick >`
640+ to use Thin mode requires the removal of calls to
641+ :func: `oracledb.init_oracle_client() ` and an application restart. Other small
642+ changes may be required.
641643
642644All connections in a python-oracledb application must use the same mode.
643645
You can’t perform that action at this time.
0 commit comments