In an environment I have 5 schemas that make grant
and synonym
between them, of which they are already working.
Now I need to duplicate this default environment for the client environment, and I need to change the name of schemas , grant
and synonym
.
REMAP_SCHEMA=SCHEMAPADRAO:SCHEMACLIENTE
SCHEMAS=SCHEMAPADRAO
But I always have to redo the grant
and synonym
because they are incorrect.
I would like to resolve this in the IMPDP itself, but otherwise I would like another solution.