Skip to content

Commit 7104ada

Browse files
DOC-5706 removed mentions of Oracle 12c as a supported database
1 parent a330785 commit 7104ada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/embeds/rdi-supported-source-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Database | Versions | AWS RDS Versions | GCP SQL Versions |
22
| :-- | :-- | :-- | :-- |
3-
| Oracle | 12c, 19c, 21c | 19c, 21c | - |
3+
| Oracle | 19c, 21c | 19c, 21c | - |
44
| MariaDB | 10.5, 11.4.3 | 10.4 to 10.11, 11.4.3 | - |
55
| MongoDB | 6.0, 7.0, 8.0 | - | - |
66
| MySQL | 5.7, 8.0.x, 8.2 | 8.0.x | 8.0 |

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ exit;
233233
| SELECT ANY TABLE | Enables the connector to read any table. Optionally, rather than granting SELECT permission on all tables, you can grant the SELECT privilege for specific tables only. |
234234
| SELECT_CATALOG_ROLE | Enables the connector to read the data dictionary, which is needed by Oracle LogMiner sessions. |
235235
| EXECUTE_CATALOG_ROLE | Enables the connector to write the data dictionary into the Oracle redo logs, which is needed to track schema changes. |
236-
| SELECT ANY TRANSACTION | Enables the snapshot process to perform a Flashback snapshot query against any transaction so that the connector can read past changes from LogMiner. When FLASHBACK ANY TABLE is granted, this should also be granted. This grant is optional for Oracle 12c and later. In those later releases, the connector obtains the required privileges through the EXECUTE_CATALOG_ROLE and LOGMINING grants. |
236+
| SELECT ANY TRANSACTION | Enables the snapshot process to perform a Flashback snapshot query against any transaction so that the connector can read past changes from LogMiner. When FLASHBACK ANY TABLE is granted, this should also be granted. This grant is optional for Oracle 19c and later. In those later releases, the connector obtains the required privileges through the EXECUTE_CATALOG_ROLE and LOGMINING grants. |
237237
| LOGMINING | This role was added in newer versions of Oracle as a way to grant full access to Oracle LogMiner and its packages. On older versions of Oracle that don’t have this role, you can ignore this grant. |
238238
| CREATE TABLE | Enables the connector to create its flush table in its default tablespace. The flush table allows the connector to explicitly control flushing of the LGWR internal buffers to disk. |
239239
| LOCK ANY TABLE | Enables the connector to lock tables during schema snapshot. If snapshot locks are explicitly disabled via configuration, this grant can be safely ignored. |

0 commit comments

Comments
 (0)