Hello!
I've created database link from 10.2.0.2 to 9.2.0.7:
for our programmer.
But if he try to expand 'Database links' in PL/SQL Dev on his work machine he receive the error message ORA-12569: TNS
acket checksum failure
I can expand 'Database links' on my machine and i can use ETL database link:
And we are using the same version of PL/SQL Dev 6.0.3.893
Could anybody help me in this case?
I've created database link from 10.2.0.2 to 9.2.0.7:
Code:
create database link ETL
connect to DATA_LOADER
identified by ************
using 'etl.inf.sonicduo.com';
But if he try to expand 'Database links' in PL/SQL Dev on his work machine he receive the error message ORA-12569: TNS

I can expand 'Database links' on my machine and i can use ETL database link:
Code:
SQL> select 555 from dual@etl;
555
----------
555
Could anybody help me in this case?