Hi all,
any help on this would be appreciated.
we are doing a daily refresh in Solaris database in which we
1. bcp out of tables sysusers, sysprotects and sysalternates
2. Refresh the database
3.bcp in OF above sys tables
so, for an automatic database refresh in oracle, can anyone anyone suggest what system tables can be used in oracle.I found sys.all_users and sys.all_tab_privs can do, but it should not affect otherschemas and we add dailyonthe and database and that should not cause any problem.
can anyonesuggest on this???