Importing Synonyms in Oracle Data Pump
CharlovSep 14 2011 — edited Sep 19 2011Hello,
I am trying to import the metadata of the DB only so I am using the following parameters in the Par file:
CONTENT=METADATA_ONLY
TABLE_EXISTS_ACTION=SKIP
INCLUDE=INDEX,CONSTRAINT,REF_CONSTRAINT,GRANT
I also need to import the synonyms, which are not being imported.
Any hints?