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: PL/SQL Question

Re: PL/SQL Question

From: Steve Bright <steve.bright_at_capgemini.co.uk>
Date: 1998/12/01
Message-ID: <74142d$g11$1@hagen.cloud9.co.uk>#1/1

Check out the DBMS_SQL package (Application Developers Guide I think)

This will do the trick !!

Steve B

Venkat wrote in message <01be1d42$56142380$e53912ac_at_b4_6_pc01070>...
>Hi,
>I need to update certain tables, whose names are stored in another table,
>from a stored procedure. A cursor fetches the table names, and the update
>statement is built, however, I don't know how to execute that statement. Is
>there a utilily to do that ? Or should this be done differently ?
>
>Thanks In Advance
>Venkat
Received on Tue Dec 01 1998 - 00:00:00 CST

Original text of this message

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