full export with include public synonyms in oracle 10G
Dear,
we run successful full export script:
C:\oracle\ora81\BIN\expdp system/%1@hcfis FULL=Y directory=EXPORT dumpfile=EXP_FULL.dmp logfile=exp_FULL.log
and then two schemes are exported (DEVELOPER and ELMO). The developer scheme is without public synonyms.
We try use export script with include public synonyms :
C:\oracle\ora81\BIN\expdp system/%1@hcfis include=DB_LINK,PUBLIC_SYNONYM FULL=Y directory=EXPORT dumpfile=EXP_FULL.dmp logfile=exp_FULL.log
and then we get message in attachment:
Could You please help? What is wrong?
Thanks