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 -> Re: Fetch record into a plsql table (record.column_1 into table(index_1))

Re: Fetch record into a plsql table (record.column_1 into table(index_1))

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 24 Nov 2002 20:02:18 -0600
Message-ID: <usmxqo1dz.fsf@standardandpoors.com>


On Sat, 23 Nov 2002, alexander_miroshnikov_at_hotmail.com wrote:

> What is the most efficient and elegant way of doing it,
> considering that the number of columns is not known beforehand?

I assume you know the query that will return all of the columns? Then, I would always execute this to help save the SQLShared area. Then, I would use the current logic for deciding what SQLString to execute and use it to decide how to parse the resultant cursor.

-- 
Galen Boyer
Received on Sun Nov 24 2002 - 20:02:18 CST

Original text of this message

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