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
Post a Comment