Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Catch*22?

Re: PL/SQL Catch*22?

From: Dan Clamage <clamage_at_mime.dw.lucent.com>
Date: 1997/11/07
Message-ID: <01bceb71$b8c45e40$54110b87@clamagent>#1/1

> using dynamic
> SQL for the DML is a bit of a crude workaround as I think that would
> make the usual PL/SQL DML operations rather cumbersome or even
> unworkable.

Nothing crude about dynamic SQL. You can create the table dynamically, then do insert, update, delete, select dynamically. Sure, it's a complex, tricky thing to write, but think how much you'll learn. -djc Received on Fri Nov 07 1997 - 00:00:00 CST

Original text of this message

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