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: Michael Serbanescu <mserban_at_postoffice.worldnet.att.net>
Date: 1998/03/28
Message-ID: <6fje1q$rof@bgtnsc03.worldnet.att.net>#1/1

Try CREATE TABLE j_f_table....(the TABLE keyword is missing from your statement).

Hope this helps.

Michael Serbanescu



Martin Meadows wrote:
>
> 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 Sat Mar 28 1998 - 00:00:00 CST

Original text of this message

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