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 -> Re: sqlplus create question

Re: sqlplus create question

From: John Leggitt <johnml_at_istar.ca>
Date: 1998/03/29
Message-ID: <88jT.76$1S4.591273@NewsRead.Toronto.iSTAR.net>#1/1

You have to write: CREATE TABLE j_f_table .... You always name the type of object you are creating before the name of the object.
JohnL

Martin Meadows wrote in message <351D2185.7E9F_at_indy.net>...
>Hi. I'm Joe user. Can't I execute the following in sqlplus:
>
>sql> create j_f_table
> (j_f number (2),
> description char (30));
>
>I get error at line 1:
>ORA-00901: invalid CREATE command
>
>Why?
>
>Thanks for the info,
>Martin Meadows
Received on Sun Mar 29 1998 - 00:00:00 CST

Original text of this message

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