Privileges that needs a user to do full expdp in version 12c
Hi experts.
What are the privileges that needs a user to do full expdp in version 12.1.0.2?
Please tell me if I need to add something or this is still the correct way:
create user backup_user identified by <erased> default tablespace tools temporary tablespace temp;
grant connect, exp_full_database, imp_full_database, select_catalog_role, unlimited tablespace, select any sequence, become user, backup any table, analyze any to backup_user;
grant select on sys.incexp to backup_user;
grant select on sys.incfil to backup_user;
grant select on sys.incvid to backup_user;
Grant exempt access policy to backup_user;