hello,
i create a dblink in database 11g to connect to another database 10g. the link work fine when i use it in sql developper and i can select data from the second data base.
the problem is in forms 11g. it show me error when i execute for example : select count(*) into nb from table@dblink1;
how to resolve this problem
thnk you