Janet,
Thanks for the tip!


PROCEDURE TESTPCKG
    Argument Name                    Type                 IN/OUT
Default?
    -------------------------------- -------------------- --------
--------
    CURRETURNSET                     REF CURSOR           OUT

-----Original Message-----
From: Janet Schmitt [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 9:23 AM
To: CF-Talk
Subject: RE: Oracle Stored Procedures

In SQL*Plus, you can see the package specification and hence the
procedure
definition by entering the DESC command at the SQL*Plus prompt.  For
example;  DESC schema_name.package_name;

The DESC will not show you the code inside the package but it will show
you
what each procedure expects for parameters.

HTH.
Janet.
At 05:01 PM 9/10/2004 -0400, you wrote:
>I do not have the package unfortunately.
>
>-----Original Message-----
>From: Janet Schmitt [mailto:[EMAIL PROTECTED]
>Sent: Friday, September 10, 2004 12:49 PM
>To: CF-Talk
>Subject: Re: Oracle Stored Procedures
>
>What does the package specification for TESTPCKG look like?
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to