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 -> Howto generate records in stored procedure

Howto generate records in stored procedure

From: Jan van Toor <jan_at_vtwebs.nl>
Date: Fri, 13 Sep 2002 11:24:17 GMT
Message-ID: <BVjg9.600787$oa7.20746625@Flipper>

Hi guys,

I have got to write a stored procedure, which reads the contents of a table. For every record read, three identical records must be generated in a resultset (or temp table?). The resultset is connected to a REF CURSOR in a package.

I work with Oracle7, so a lot of goodies like temp tables and Object-types can't be used.
Do you know a solution? A code-snippet would be highly appreciated!

Thanks in advance,
Jan van Toor Received on Fri Sep 13 2002 - 06:24:17 CDT

Original text of this message

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