Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Result Set returned from a Stored Procedure
In article <7c8hk3$imr$1_at_remarQ.com>,
"Dorel Baluta" <dbaluta_at_atex.com> wrote:
> Does anyone know a workaround to return a result set from a stored procedure
> in Oracle ? Thanks.
>
>
Result sets in Oracle are called cursors. You can declare variable of
type REF CURSOR, open it and return it.
Mladen Gogala
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Mar 11 1999 - 15:53:43 CST
![]() |
![]() |