Oracle 11gR2 – Default Values in Query Functions

oracleoracle-11g-r2plsql

Is there any way to select the default value a procedure/function has for a specific parameter in the procedure/function ?
user_arguments has a field called default_value (long) but I do not see any value in the field.
Thanks.

Best Answer

As documentation says, it is not available yet.

DEFAULT_VALUE LONG Reserved for future use

ALL_ARGUMENTS

Bug:183707 PLSQL COMPILE DOES NOT POPULATE DEFAULT ARGUMENT COLUMNS IN ARGUMENT$