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: Putting multiple CREATE TABLE statements in one *.SQL is really not possible ?

Re: Putting multiple CREATE TABLE statements in one *.SQL is really not possible ?

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Mon, 26 Feb 2007 19:43:10 +0100
Message-ID: <erv9lo$hjc$3@news1.zwoll1.ov.home.nl>


Steven Prasil schreef:
> I put a couple of CREATE TABLE statements into one sql sheet/file similar to:
>
> CREATE TABLE A ( ..... )
>
> CREATE TABLE B ( ..... )
>
> CREATE TABLE C ( ..... )
>
> and try to run them against an Oracle database. However Oracle resp. Toad/SQL Editor
> told me "Invalid option". Why ?
>
> Even when I append a semicolon after each CREATE TABLE statement it does not run.
>
> Is this really not possible ?
>
> Steven
>
>

I don't care about toad - it's not oracle.

And the oracle statement should be ending with a semi colon: CREATE TABLE C ( ..... ); Show me the output of a sql session.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Mon Feb 26 2007 - 12:43:10 CST

Original text of this message

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