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: Dynamic SQL to disable constraints.

Re: Dynamic SQL to disable constraints.

From: Sybrand Bakker <sybrandb_at_hccnet.nl>
Date: Fri, 17 Sep 2004 19:32:49 +0200
Message-ID: <4s7mk0ptg22ffj9a3071g4b8u69eof5hvv@4ax.com>


On 17 Sep 2004 05:51:55 -0700, froliol_at_yahoo.com (Louis Frolio) wrote:

>I think that I may need to employ
>dbms_sql but I am not sure.

execute immediate works without problem. I would urge you to look into better solutions, like to find out whether you can set the constraints to deferred. This method is, ahem, yes: crap.

--
Sybrand Bakker, Senior Oracle DBA
Received on Fri Sep 17 2004 - 12:32:49 CDT

Original text of this message

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