I declared a dblink from server1 to server2, but i do not know how to use inside Oracle Forms 4.5.
I know that using PL/SQL the sentence working as follow:
select *
from table_name@dblink_name
but I tried to do this in forms and did not work.
Anybody knows the rigth way to do this?
thanks in advance.
I know that using PL/SQL the sentence working as follow:
select *
from table_name@dblink_name
but I tried to do this in forms and did not work.
Anybody knows the rigth way to do this?
thanks in advance.