File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ python-oracledb driver. See `Oracle Database Types
381
381
oracle-database/21/sqlrf/Data-Types.html#GUID-A3C0D836-BADB-44E5-A5D4-265
382
382
BA5968483> `__ and `PL/SQL Types <https://docs.oracle.com/en/database/oracle
383
383
/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
385
385
python-oracledb APIs you may use other types, for example when binding numeric
386
386
values.
387
387
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ comprehensive functionality supporting the Python Database API v2.0
29
29
Specification.
30
30
31
31
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
34
34
<deprecations>`, and to other changes noted in this section.
35
35
36
36
Oracle Client Library Loading Differences from cx_Oracle
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ Install python-oracledb
182
182
183
183
The generic way to install python-oracledb on Linux is to use Python's `pip
184
184
<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/ >`__:
186
186
187
187
.. code-block :: shell
188
188
@@ -715,7 +715,8 @@ code:
715
715
716
716
- Cython Package: Cython is a standard Python package from PyPI.
717
717
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 ``.
719
720
720
721
- C Compiler: A C99 compiler is needed.
721
722
You can’t perform that action at this time.
0 commit comments