Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Update documentation of ORAOOP to include additional permissions #34

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/docs/user/connectors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,14 @@ select_catalog_role role or all of the following object privileges:
- +select on dba_tab_columns+
- +select on dba_objects+
- +select on dba_extents+
- +select on dba_tab_partitions+
- +select on dba_tab_subpartitions+
- +select on dba_indexes+
- +select on dba_ind_columns+
- +select on v_$active_instances+
- +select on v_$session+
- +select on v_$version+
- +select on v_$sql+
- +select on dba_segments+ — Required for Sqoop imports only
- +select on dba_constraints+ — Required for Sqoop imports only
- +select on v_$database+ — Required for Sqoop imports only
Expand Down