Export / Import Question
I am trying to full export a test Oracle 10gR2 database that will be imported into a new Oracle 11g database. After the full export of the test database completed, I tried to import the database into the new Oracle 11g database. My problem is that certain users in the test database have been granted privileges to sys objects. When I do the import, these privileges are not imported into the new database. Can anyone please help me figure out a way to export ALL the privileges assigned to each user (including the privileges granted to sys objects)?
Thank you.
0