Re: How to get stored procedure definition?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank Swarbrick

    Re: How to get stored procedure definition?

    You should be able to use Control Center. Find the folder Stored Procedures
    in the Application Objects folder. Each procedure will be listed, and there
    is a column called Input Parameters that should help. Also you can click on
    the one you want and it will show Parameter Details with the Name, Data type
    and Mode (IN, OUT, INOUT).

    n 6/5/2008 at 8:15 AM, in message
    <8d0a6c4b-3897-4ac7-a198-95be7b93366c@a1 g2000hsb.google groups.com>,
    Jagger<Pawel.Ja gus@gmail.comwr ote:
    On a remote system I got a stored procedure named MY_STORED_PROCE DURE.
    However there is a problem because I am not sure of the interface of
    it (number of
    parameters and types of them). I have googled, read documentation but
    I haven't
    found an appropriate syntax for quering database for description of
    already created
    stored procedure.
    >
    Does such statement exist? If it exists does someone know how it
    should look
    like?
    >
    --
    Best regards
    Jagger
Working...