Home:ALL Converter>Are the stored procedures parameters in a sys table? (Oracle)

Are the stored procedures parameters in a sys table? (Oracle)

Ask Time:2011-01-17T20:13:49         Author:Stephan Schielke

Json Formatter

I need some meta data about my stored procedures. I know oracle stores meta information of its objects in sys tables.

systemtables

Does oracle store the parameter information of stored procedures? Like name, type and maybe description?


SYS.ALL_STORED_SETTINGS does not store this information. It only stores plsql meta parameter information.

Author:Stephan Schielke,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/4713007/are-the-stored-procedures-parameters-in-a-sys-table-oracle
yy