How to declare synonym for a package function with a DBLink
Hi,
I have a PL/SQL package 'pkg'
and a function in the package 'func'
at another db using a dblink.
How to I create the correct syntax to create the synonym for this package and function.
create synonym --- for ---@dblink
Thanks.