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 -> dbms_sql question

dbms_sql question

From: Jeremy Ovenden <jovenden_at_hazelweb.co.uk>
Date: Mon, 29 Jan 2001 08:14:27 -0000
Message-ID: <t7a9evamknlh4d@xo.supernews.co.uk>

Suppose we have a piece of SQL which is unknown, e.g. it might be

select ename,dept
from emp;

or it could be

select col1,col2,col3
from tab1 a,

       tab2 b
where a.
.... etc

What I would like to do is execute this piece of SQL using dbms_sql but would like to be able to get the data returned by the select into pl/sql variables.

My question is: (how) can I identify the columns that are being selected?

BTW looking for a solution on 8.0.5+

--

Jeremy
Received on Mon Jan 29 2001 - 02:14:27 CST

Original text of this message

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