Hello
After full database export/import, the privileges on sys schemas are missing on the schemas.
ie.
grant execute on dbs_lock to user1;
Whats the best practice to perform full exp/imp to overcome this issue ? I know i can run "select dbms_metadata.get_granted_ddl" on the source database for each schema but was wondering if there is an easier way ?
Regards