expdp/impdp of database link fails
Has anyone else had success with this?
Here is test from 10.2 to 10.1. The same test going from 10.2 to 10.2 also failed with the same error.
SQL> CONNECT SCOTT/TIGER;
Connected.
SQL>
SQL> create database link gothere.stl
2 connect to ampric1 identified by <password> using 'gar.gwd';
Database link created.
SQL> select owner, db_link,host from dba_db_links;
OWNER
------------------------------
DB_LINK
-------------------------------------------------------
HOST
-------------------------------------------------------
SCOTT
GOTHERE.STL
gar.gwd
d:\oracle\admin\scripts>expdp system schemas=scott include=db_link dumpfile=anne