Privileges needed for Import and export
832104Mar 19 2012 — edited Apr 16 2013Greetings All,
I am working on eliminating the DBA role from users in our 11g DB.
In our system, a backup of a user schema is done via an export using the user ID/PW. A .bat file is generated using the user ID and Password to execute expdp.
What privileges are needed for a user to export and import only a schema?
I am aware of EXP_FULL_DATABASE and IMP_FULL_DATABASE roles.
Are these the roles needed?
Would a user with these roles be able to export the full database (all schemas?).
I’d like to limit each user to export/import their own schema.
Thanks for your time,
Bob