5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 04:42:22 +08:00

oraoop requires more permissions to function

This commit is contained in:
Izhar Firdaus 2017-01-27 11:06:21 +08:00
parent d0f99c01c7
commit 9d90a7af28

View File

@ -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