Hello,
I got an datapump schema export from database A, lets say from User_A. Now I want to import the schema in another database B. Inside of the dump are some objects SELECT grants to User_B, User_C and User_D for table X (Owner of the table is User_A, thats why the Grants are inside the export file). Is there a way to exclude those SELECT Grants for table x, when importing the schema dump ?
sql_coder