How do I return a recordset from a stored procedure
From: Phil Goden <noble_at_audiophile.com>
Date: Sat, 11 Aug 2001 02:23:42 +0100
Message-ID: <HL%c7.16514$tq.1808338_at_news6-win.server.ntlworld.com>
Date: Sat, 11 Aug 2001 02:23:42 +0100
Message-ID: <HL%c7.16514$tq.1808338_at_news6-win.server.ntlworld.com>
Hello,
[Quoted] I am new to Oracle. I am trying to return the result of a simple query [Quoted] through a stored procedure.
What I have inside the stored procedure look like this:
select * from table_a where field1 = 'value'
When I execute the stored procedure from SQLPlus, I would like the result to [Quoted] [Quoted] look as though I had execute the select statement directory.
[Quoted] Can anyone help?
--- PhilReceived on Sat Aug 11 2001 - 03:23:42 CEST