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: Dynamic SQL advice needed

Re: Dynamic SQL advice needed

From: EnderW <ender29_at_my-deja.com>
Date: Fri, 17 Dec 1999 22:12:31 GMT
Message-ID: <83ecgb$e5i$1@nnrp1.deja.com>


Got it sorry :)
Well but there should be a more simple alternative than dbms_sql ? Or not ? Thnx

In article <83ebid$dc1$1_at_nnrp1.deja.com>,   EnderW <ender29_at_my-deja.com> wrote:
> Hi,
> I am trying to do something simple but failing miserably at it. I am
> trying to do a select column_name from all_tab_columns where
table_name
> = upper (:table_name). The above select will be a cursor and I will
> consruct a statement using those column values in a pl/sql body with a
> for loop. So what must my dynamic sql look like ? Or is there an
easier
> way to do stuff ? Thanks in adv.
>
> --
> Ender Wiggin
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

--
Ender Wiggin

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Dec 17 1999 - 16:12:31 CST

Original text of this message

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