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 -> How to create PL/SQL table or temp_table

How to create PL/SQL table or temp_table

From: <anilbatra_at_carewiseinc.com>
Date: Mon, 01 Feb 1999 18:16:40 GMT
Message-ID: <794r22$9d4$1@nnrp1.dejanews.com>


Can somebidy help with the following. I have a Stored Proc which has a loop in it, everytime I go through loop I get some rows which I need to insert in temp_table of PL/SQL table ( or if there is any other way). I need all rows for some other processing later on. How do I do that? I did create table temp_table (emp_name varchar(50), emp_add varchar (100), emp_id NUMBER); but it give me an error.

Thanks
Anil

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Feb 01 1999 - 12:16:40 CST

Original text of this message

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