Question

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.

Was it helpful?

Solution

Yes, in the ALL_ARGUMENTS view

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top