Calling a function in a package installed on a remote database
I would like how can I call a stored function in PL/SQL package installed on a remote database.
I have PL/SQL package installed on a local database (Oracle 10G). A function in this package has to call anothor function on the remote database (Oracle 10G) via dblink. The problem, the remote function return a ref cursor. How can I make this call and the job done?
Thank you.