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: Mark C. Stock <mcstockX_at_Xenquery>
Date: Mon, 20 Sep 2004 10:59:19 -0400
Message-ID: <zLWdnYu4WvjBbdPcRVn-qw@comcast.com>

"wario" <wario_spam_at_insightbb.com> wrote in message news:962c6d85.0409200624.e462426_at_posting.google.com...
| 1. Remove ';' from the end of your string. Execute Immediate fails
| when commands are terminated with ';'.
|
| Wario

fine point: this applies to SQL commands only (which is the exact case here) -- it's still needed for execute immediate of PL/SQL (anonymous block, and i believe most CREATE for objects and packages, etc.)

++ mcs Received on Mon Sep 20 2004 - 09:59:19 CDT

Original text of this message

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