Re: Oracle/ASP hanging

From: Ross McKay <rosko_at_zeta.NOT.THIS.BIT.org.au>
Date: Wed, 27 Aug 2003 11:52:50 +1000
Message-ID: <dl3okv0ibv096r67oljmb9a808h5le8kln_at_4ax.com>


On 25 Aug 2003 08:00:22 -0700, s_gemberling_at_yahoo.com (s_gemberling) wrote:

>CREATE OR REPLACE PACKAGE PRJMGMT.pkgWorkOrders AS
> TYPE CURSOR_TYPE IS REF CURSOR;
> PROCEDURE procGetWorkOrders(RESULT_SET_1 OUT CURSOR_TYPE);
>END pkgWorkOrders;
>/
>CREATE OR REPLACE PACKAGE BODY PRJMGMT.pkgWorkOrders AS
>
> PROCEDURE procGetWorkOrders(RESULT_SET_2 OUT CURSOR_TYPE)

Nah, it couldn't be that easy, could it? Check out the names of the result sets. I didn't think they necessarily had to match, but...

--
Ross McKay, WebAware Pty Ltd
"Since when were you so generously inarticulate?" - Elvis Costello
Received on Wed Aug 27 2003 - 03:52:50 CEST

Original text of this message