Hi all.
I'm using Oracle Database 11g Rel2.
I want to use expdp /impdp to extract metadata about a particular schema:
- Roles granted.
- System Privilege.
- Privileges adquired through roles or directly given.
- Default and privileges on Tablespaces and so on.
- Not that much interested on object privilege however.
This can be easily done using tools like Toad or sqldeveloper.
I want to do it using Oracle Data Pump.
Thanks in advance !!!!!