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

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

From: Steven Prasil <prasil_at_nortel.com>
Date: 24 Feb 2007 20:36:19 GMT
Message-ID: <45e0a1c1$0$20287$9b4e6d93@newsspool3.arcor-online.net>


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 Received on Sat Feb 24 2007 - 14:36:19 CST

Original text of this message

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