Get the list of sp name from the package from oracle by C#
Hi
Can any one give me an idea about how to get the stored procedure name from the particular package from oracle using C# net.
Let me explain in details.
I have created an stored procedure sp_GetName under packager PKG_GET.
I need to get the sp name (SP_GetName) when i have passed the package name as the input.
Hope this is clear.
Please let me know if this is not.
Thanks.