I’m looking for a way to list all the stored procedures in my database running on Informix.
Is there a table in the "informix".* database that lists stored procedures along with detail information about them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, there is. It’s called
sysprocedures. Try this to see all there’s to see:For more information on what detailed information is available, read about sysprocedures and sysprocbody and sysproccolumns.