Skip to content

Commit a05b9a5

Browse files
Add more doc redirects.
1 parent 5cfbb7d commit a05b9a5

31 files changed

+217
-7
lines changed

doc/src/api_manual/aq.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Advanced Queuing (AQ)
55
*********************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
See :ref:`aqusermanual` for more information about using AQ in cx_Oracle.
815

916
.. note::

doc/src/api_manual/connection.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Connection Object
55
*****************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
.. note::
815

916
Any outstanding changes will be rolled back when the connection object

doc/src/api_manual/cursor.rst

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Cursor Object
55
*************
66

77

8+
.. note::
9+
10+
**cx_Oracle has a major new release under a new name and homepage**
11+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
12+
13+
**New projects should install python-oracledb instead of cx_Oracle.**
14+
815
.. method:: Cursor.__enter__()
916

1017
The entry point for the cursor as a context manager. It returns itself.

doc/src/api_manual/deprecations.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Deprecations
55
************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
The following tables contains all of the deprecations in the cx_Oracle API,
815
when they were first deprecated and a comment on what should be used instead,
916
if applicable. The most recent deprecations are listed first.

doc/src/api_manual/lob.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
LOB Objects
55
***********
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
See :ref:`lobdata` for more information about using LOBs.
815

916
.. note::

doc/src/api_manual/object_type.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Object Type Objects
55
*******************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
.. note::
815

916
This object is an extension to the DB API. It is returned by the

doc/src/api_manual/session_pool.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
SessionPool Object
55
******************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
.. note::
815

916
This object is an extension to the DB API.

doc/src/api_manual/soda.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
SODA
55
****
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
`Oracle Database Simple Oracle Document Access (SODA)
815
<https://docs.oracle.com/en/database/oracle/simple-oracle-document-access>`__
916
allows documents to be inserted, queried, and retrieved from Oracle Database

doc/src/api_manual/subscription.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Subscription Object
55
*******************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
.. note::
815

916
This object is an extension the DB API.

doc/src/api_manual/variable.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Variable Objects
55
****************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
.. note::
815

916
The DB API definition does not define this object.

doc/src/index.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Welcome to cx_Oracle's documentation!
22
=====================================
33

4+
.. note::
5+
6+
**cx_Oracle has a major new release under a new name and homepage**
7+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
8+
9+
**New projects should install python-oracledb instead of cx_Oracle.**
10+
411
**cx_Oracle** is a module that enables access to Oracle Database and conforms
512
to the Python database API specification. This module is currently tested
613
against Oracle Client 21c, 19c, 18c, 12c, and 11.2, and Python 3.6, 3.7, 3.8,
@@ -11,13 +18,6 @@ releases.
1118
(the BSD license). A detailed description of cx_Oracle changes can be found in
1219
the :ref:`release notes <releasenotes>`.
1320

14-
.. note::
15-
16-
**cx_Oracle has a major new release under a new name and homepage**
17-
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
18-
19-
**New projects should install python-oracledb instead of cx_Oracle.**
20-
2121
Contents:
2222

2323
User Guide

doc/src/release_notes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
cx_Oracle Release Notes
66
=======================
77

8+
.. note::
9+
10+
**cx_Oracle has a major new release under a new name and homepage**
11+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
12+
13+
**New projects should install python-oracledb instead of cx_Oracle.**
14+
815
For any deprecations, see :ref:`Deprecations <deprecations>`.
916

1017
Version 8.3 (November 2021)

doc/src/user_guide/aq.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Oracle Advanced Queuing (AQ)
55
****************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
`Oracle Advanced Queuing
815
<https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=ADQUE>`__ is a highly
916
configurable and scalable messaging feature of Oracle Database. It has

doc/src/user_guide/batch_statement.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Batch Statement Execution and Bulk Loading
55
******************************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Inserting or updating multiple rows can be performed efficiently with
815
:meth:`Cursor.executemany()`, making it easy to work with large data sets with
916
cx_Oracle. This method can significantly outperform repeated calls to

doc/src/user_guide/bind.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Using Bind Variables
55
********************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
SQL and PL/SQL statements that pass data to and from Oracle Database should use
815
placeholders in SQL and PL/SQL statements that mark where data is supplied or
916
returned. These placeholders are referred to as bind variables or bind

doc/src/user_guide/connection_handling.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Connecting to Oracle Database
55
*****************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Connections between cx_Oracle and Oracle Database are used for executing
815
:ref:`SQL <sqlexecution>`, :ref:`PL/SQL <plsqlexecution>`, and :ref:`SODA
916
<sodausermanual>`.

doc/src/user_guide/cqn.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Continuous Query Notification (CQN)
55
***********************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
`Continuous Query Notification (CQN)
815
<https://www.oracle.com/pls/topic/lookup?ctx=dblatest&
916
id=GUID-373BAF72-3E63-42FE-8BEA-8A2AEFBF1C35>`__ allows applications to receive

doc/src/user_guide/exception_handling.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Exception Handling
55
******************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
All exceptions raised by cx_Oracle are inherited from :attr:`cx_Oracle.Error`.
815
See :ref:`Exceptions <exceptions>` for more details on the various exceptions
916
defined by cx_Oracle. See the exception handling section in the

doc/src/user_guide/globalization.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Character Sets and Globalization
55
********************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Data fetched from, and sent to, Oracle Database will be mapped between the
815
database character set and the "Oracle client" character set of the Oracle
916
Client libraries used by cx_Oracle. If data cannot be correctly mapped between

doc/src/user_guide/ha.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
High Availability with cx_Oracle
55
********************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Applications can utilize many features for high availability (HA) during planned and
815
unplanned outages in order to:
916

doc/src/user_guide/initialization.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
cx_Oracle 8 Initialization
55
**************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
The cx_Oracle module loads Oracle Client libraries which communicate over
815
Oracle Net to an existing database. The Oracle Client libraries need to be
916
installed separately. See :ref:`installation`. Oracle Net is not a separate

doc/src/user_guide/json_data_type.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Working with the JSON Data Type
55
*******************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Native support for JSON data was introduced in Oracle Database 12c. You can
815
use JSON with relational database features, including transactions, indexing,
916
declarative querying, and views. You can project JSON data relationally,

doc/src/user_guide/lob_data.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Using CLOB and BLOB Data
55
************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Oracle Database uses :ref:`lobobj` to store large data such as text, images,
815
videos and other multimedia formats. The maximum size of a LOB is limited to
916
the size of the tablespace storing it.

doc/src/user_guide/plsql_execution.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
PL/SQL Execution
55
****************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
PL/SQL stored procedures, functions and anonymous blocks can be called from
815
cx_Oracle.
916

doc/src/user_guide/soda.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Simple Oracle Document Access (SODA)
55
************************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Overview
815
========
916

doc/src/user_guide/sql_execution.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
SQL Execution
55
*************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
Executing SQL statements is the primary way in which a Python application
815
communicates with Oracle Database. Statements are executed using the methods
916
:meth:`Cursor.execute()` or :meth:`Cursor.executemany()`. Statements include

doc/src/user_guide/startup.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Starting and Stopping Oracle Database
55
*************************************
66

7+
.. note::
8+
9+
**cx_Oracle has a major new release under a new name and homepage**
10+
`python-oracledb <https://oracle.github.io/python-oracledb/>`__.
11+
12+
**New projects should install python-oracledb instead of cx_Oracle.**
13+
714
This chapter covers how to start up and shutdown Oracle Database using
815
cx_Oracle.
916

0 commit comments

Comments
 (0)