Hi! All,

I have one database instance(8.1.7) on w2k and the other on Solaris (8.1.6)
When I creating a database link from w2k to solaris it is giving the following error

SQL> create public database link epro connect to epro1 identified by epro1 using 'epro';

Database link created.

SQL> desc company@epro
ERROR:
ORA-02019: connection description for remote database not found

My net connect is working fine here because from w2k sqlplus I can connect to solaris Database.

Any ideas??