SQL to retrieve Oracle Function Parameters -


this question has answer here:

is there way pull data dictionary parameters particular function? i've seen query tools display information , i'm wondering if parsing ddl or if oracle stores information somewhere. thank you.

yes. dba_|all_|user_arguments have information. function, argument @ position 0 return value.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -