Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Dynamic SQL to disable constraints.
"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
![]() |
![]() |