-Adam
----- Original Message -----
From: Scott Mulholland <[EMAIL PROTECTED]>
Date: Mon, 13 Sep 2004 11:12:19 -0400
Subject: RE: Oracle Stored Procedures
To: CF-Talk <[EMAIL PROTECTED]>
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]

