Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> HELP! ORACLE Stored Procedures and multiple rows

HELP! ORACLE Stored Procedures and multiple rows

From: Norman Kabir <nkabir_at_gte.net>
Date: Thu, 4 Jun 1998 23:11:20 -0400
Message-ID: <6l7nut$lb4$1@hpns1.media.mit.edu>


Hi.

I'm trying to get Oracle stored procedures to return datasets. I'd like to do something like

CREATE OR REPLACE PROCEDURE FOO ( BLAH ) BEGIN
  SELECT * FROM TABLE WHERE COLUMN = VALUE; END; Where it returns a bunch of rows. How is this done?

Thanks!

Cheers,
--Norm Received on Thu Jun 04 1998 - 22:11:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US