Script for recreating user accounts from one instance to another.
I have an old 7.3.4 database that I want to move to a 10g instance. Does anybody have a script that will create a spooled file to recreate the user accounts with all the granted privileges. The tables I figured the script would have to query are dba_roles, dba_role_privs, dba_sys_privs, dba_tab_privs, and dba_col_privs.
0