Re: Mutating Table Exception - A hack
From: Robert Goodwin <robert.goodwin_at_msfc.nasa.gov>
Date: 1995/12/04
Message-ID: <49vetm$mda_at_hammer.msfc.nasa.gov>#1/1
Date: 1995/12/04
Message-ID: <49vetm$mda_at_hammer.msfc.nasa.gov>#1/1
In article <494flk$qg7_at_salomon.zfe.siemens.de>,
dbbetr_at_ztivax.zfe.siemens.de (Christian Guenther) wrote:
>How could this be done?
>I've looked for some time to do such thing.
>I wanted to use dynamic SQL in PL/SQL (stored procedure).
>Is that possible???
>
Yes. Take a look at the DBMS_SQL package in Oracle version 7.1+. This
package lets you use dynamic SQL in PL/SQL.
Received on Mon Dec 04 1995 - 00:00:00 CET