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: How execute several operations in a unique script

Re: How execute several operations in a unique script

From: Stephan Langer <slanger_at_dixi-wc.de>
Date: Wed, 05 Sep 2001 15:58:57 +0200
Message-ID: <3B962FA0.3CE11A26@dixi-wc.de>


Hi,

is there an carriage-return betwen the two lines ?

hth Stephan

Ben-oui schrieb:

> I would know how I can execute several DDL instructions in a unique script ?
> My Oracle do an ORA-00911 error when I finish my line by a ';'.
>
> ex:
> CREATE TABLE EMP (TOTO VARCHAR2(5));
> ALTER TABLE EMP ADD (TOTO2 NUMBER(5));
>
> An error occur on the ';' of the first line.
> How can I do ?
>
> Thanks

--
Mit freundlichen Gr$B|_(Ben

Stephan Langer,
QITS GmbH
Received on Wed Sep 05 2001 - 08:58:57 CDT

Original text of this message

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