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

Home -> Community -> Usenet -> c.d.o.server -> Re: anonymous transaction and altering table

Re: anonymous transaction and altering table

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 27 Apr 2005 07:13:07 -0700
Message-ID: <1114611187.309591.175910@o13g2000cwo.googlegroups.com>


Daniel is correct in that without the error messages all anyone can do is guess. I am going to take a guess that you tried to mix DDL commands and pl/sql. You cannot directly issue DDL statements from within pl/sql. You have to use dbms_sql or execute immediate to issue the DDL operation.

HTH -- Mark D Powell -- Received on Wed Apr 27 2005 - 09:13:07 CDT

Original text of this message

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