Skip to content

Commit 9b1f30c

Browse files
Fix driver name and links.
1 parent e9db983 commit 9b1f30c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

doc/src/user_guide/appendix_a.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ python-oracledb driver. See `Oracle Database Types
381381
oracle-database/21/sqlrf/Data-Types.html#GUID-A3C0D836-BADB-44E5-A5D4-265
382382
BA5968483>`__ and `PL/SQL Types <https://docs.oracle.com/en/database/oracle
383383
/oracle-database/21/lnpls/plsql-data-types.html#GUID-391C58FD-16AF-486C-AF28-
384-
173E309CDBA5>`__. The python-oracle constant shown is the common one. In some
384+
173E309CDBA5>`__. The python-oracledb constant shown is the common one. In some
385385
python-oracledb APIs you may use other types, for example when binding numeric
386386
values.
387387

doc/src/user_guide/appendix_c.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ comprehensive functionality supporting the Python Database API v2.0
2929
Specification.
3030

3131
cx_Oracle always runs in a Thick mode using Oracle Client libraries. The
32-
features in python-oracle Thick mode and cx_Oracle 8.3 are the same, subject to
33-
the :ref:`new features <releasenotes>`, some :ref:`deprecations
32+
features in python-oracledb Thick mode and cx_Oracle 8.3 are the same, subject
33+
to the :ref:`new features <releasenotes>`, some :ref:`deprecations
3434
<deprecations>`, and to other changes noted in this section.
3535

3636
Oracle Client Library Loading Differences from cx_Oracle

doc/src/user_guide/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Install python-oracledb
182182

183183
The generic way to install python-oracledb on Linux is to use Python's `pip
184184
<https://pip.pypa.io/en/latest/>`__ package to install from Python's package
185-
repository `PyPI <https://pypi.org/project/python-oracledb/>`__:
185+
repository `PyPI <https://pypi.org/project/oracledb/>`__:
186186

187187
.. code-block:: shell
188188
@@ -715,7 +715,8 @@ code:
715715

716716
- Cython Package: Cython is a standard Python package from PyPI.
717717

718-
- The Python cryptography package. This will need to be installed manually before building python-oracle. For example install with ``pip``.
718+
- The Python cryptography package. This will need to be installed manually
719+
before building python-oracledb. For example install with ``pip``.
719720

720721
- C Compiler: A C99 compiler is needed.
721722

0 commit comments

Comments
 (0)