Expdp 10G how to export role and system privilege granted to role
Hi,
I try to export database to migrate from 10 to 11 and I use a full mode export with the following include parameters but I don't unload role and sytem rights granted to role.
INCLUDE=SCHEMA:\"IN \(SELECT USERNAME FROM dba_users where default_tablespace NOT in \(\'SYSAUX\',\'SYSTEM\',\'USERS\'\)\)\", ROLE, SYSTEM_GRANT, ROLE_GRANT, PROC_SYSTEM_GRANT, USER, DEFAULT_ROLE, TABLESPACE_QUOTA
Thanks for your help,
Olivier.