Cannot access Serially Reusable package
Hi,
I am getting error of ORA-06534-Cannot access Serially Reusable package.
i am using package with PRAGMA SERIALLY_REUSABLE;
and calling this with application (C# and .NET). Does these plateofrm support this functionality(PRAGMA SERIALLY_REUSABLE)
if yes then where i am wrong and if not then what needs to be done for this.
Thanks.