Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> HELP: Newbie SQL*Plus question
I just download Personal Oracle7. I am new to Oracle and it's been 2 years since I have done any SQL. I bought a book to help me and when I got to the first example (which uses SQL*Plus) I got an error. Below is the example and the error message:
SQL> create table customer1 (
2 last_name varchar2(3) not null, 3 state_cd varchar(2), 4 sales number)
Any help would be greatly appreciated.
Should I have created a tablespace first? If, so how - the book said
nothing about it?
Thanks
Don Received on Tue Apr 29 1997 - 00:00:00 CDT
![]() |
![]() |