Hi All,
I know that in 12c it was not possible to create a synonym for a proc/func inside a package.
Is this still true in 19c?
If yes then how to overcome this limitation?
I'd like to have overloaded procedure "pr_a" to DBMS_OUTPUT.put_line an array of objects of several types.
It is also not possible to create overloaded standalone procedure.
So... how may I have an overloaded procedure possible to execute by providing its name only (without any package prefix)?