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 -> desc stored procedure via query

desc stored procedure via query

From: Kevin Bridges <spamguard_at_orlandoartistry.com>
Date: 26 Jul 2002 13:41:45 -0700
Message-ID: <3d0ba47e.0207261241.2ede1c7@posting.google.com>


I need to run a query to retrieve the IN/OUT parameters of a procedure ... basically the information that gets displayed in SQL*Plus when you desc procedurename.

I can get the entire procedure by doing the following, but need just the desc info:
select text from dba_source where name = 'procedureName';

TIA Kevin Bridges Received on Fri Jul 26 2002 - 15:41:45 CDT

Original text of this message

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