Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How to get stored procedure parameters?

How to get stored procedure parameters?

From: Enzo Maini <maini_at_earthlink.net>
Date: Thu, 14 Jun 2001 01:44:33 GMT
Message-ID: <5GUV6.2939$aV1.252041@newsread1.prod.itd.earthlink.net>

I have an application that calls stored procedures dynamically. However, before I make the call I want to query the procedure to get the parameters. USER_SOURCE and DBA_SOURCE give you the complete text but you have to parse the data.

Are there any v$_ tables that will return the stored procedure parameters

Thanks Received on Wed Jun 13 2001 - 20:44:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US