I got a import problem for a schema package containing a dblink.
The package is wrapped.
After import only package specification is created and the package body not.

DB: Oracle 9i
error Message:

package body PKG_COMMUN_OPERATIONS_TABLES wrapped
IMP-00003: ORACLE error 4052 encountered
ORA-04052: error occurred when looking up remote object OPS$DBNAD.MPD_COLN@LNK_DBNAREF
ORA-00604: error occurred at recursive SQL level 1
ORA-12154: TNS:could not resolve service name.

How can I correct the problem?
In my database I don't have target database for this dblink.

Bensmail