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 -> ref cursor

ref cursor

From: lve <lve3162_at_yahoo.com>
Date: 26 May 2002 06:23:51 -0700
Message-ID: <93096888.0205260523.335edff1@posting.google.com>


Can the rows from ref cursor be inserted into a permanent table as set-something like the following:

insert into tableA
select * from refcursor

The problem is my stored proc passes a ref cursor as an output parameter. I need to insert those rows(from the ref cursor) into a table as a set. The ref cursor may return thousands of rows.

lve Received on Sun May 26 2002 - 08:23:51 CDT

Original text of this message

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