Friday, 25 May 2012

How can the parameter list for a function or procedure be displayed? | PL SQL

The parameter list for a function or procedure can be displayed using the DESCRIBE command, given as follows:
DESCRIBE subprogram_name