Anyone familiar on how to export ROLES in Oracle 9i. I do believe that if a full export is made, that the roles are also included in that export, but is there someway to just export the roles and not have to do a full export? Thanks!
AFAIK, you can export roles( which are just groups of privs)
only as part of some other export mode..
If FULL, then all privs will be exported.
If TABLE, then all on those tables
if USER, then all privs created by that USER
Why not just recreate the roles on the target database?
It's not so hard to do full db export with rows=n. It should take no more than 5 minutes. Then open the dmp file with text editor, cut & past the CREATE ROLE and GRANT DDL statements are run then in SQL*Plus. Or you can use many tools to do that: DataBee, DBArtisan, custom PERL scripts.
spook007, I just wondered what you finally decided to do. Im working on doing the same thing and just ran across this link. How did you finally solve your problem?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.