Dear all,
When we do schema refresh from one database to another,
what is the best approach to get complete information of roles and profiles for a specific user ?
>> Is this enough ?
SELECT DBMS_METADATA.GET_GRANTED_DDL('ROLE_GRANT',SCHEMA_NAME') from dual;
SELECT DBMS_METADATA.GET_GRANTED_DDL('SYSTEM_GRANT','SCHEMA_NAME) from dual;
db 11204 & 12102