ddl for a role Plus role privs/grants [message #311350] |
Fri, 04 April 2008 04:02  |
mwansalovewell
Messages: 71 Registered: October 2007 Location: uk
|
Member |
|
|
How do you export/copy/extract a role from one database to another.
I know you can use dbms_metadata.get_ddl for getting the role definition. How do you get the grants and privileges assigned to the role. Do you have to create a script by querying the role_sys_privs,role_role_privs,role_table_privs ....
What method can you use to copy a role to another database.
Your help will be appreciated.
|
|
|
|
|