Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sqlplus create question
try typing
SQL> help create
or
SQL> help create table
and if you're lucky and the help is installed you'll get something useful.
-- Andrew - Wizzard barnetaj_at_bp.com Martin Meadows <mmeadows_at_indy.net> wrote in article <351D2185.7E9F_at_indy.net>...Received on Sun Mar 29 1998 - 00:00:00 CST
> 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
>
![]() |
![]() |