DBZ-8124 Adds info about limiting the scope of FLASHBACK/SELECT grants

This commit is contained in:
roldanbob 2024-08-06 16:24:20 -04:00 committed by Jiri Pechanec
parent c10db16cef
commit 4e1b6ac541

View File

@ -2604,10 +2604,12 @@ This is only required when the Oracle installation has container database suppor
|4
|FLASHBACK ANY TABLE
|Enables the connector to perform Flashback queries, which is how the connector performs the initial snapshot of data.
Optionally, rather than granting `FLASHBACK` permission on all tables, you can grant the FLASHBACK privilege for specific tables only.
|5
|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.
|6
|SELECT_CATALOG_ROLE