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 -> My first table creation

My first table creation

From: Guillaume BRIALON <guillaume.brialon_at_synlog.com>
Date: Tue, 03 Aug 1999 17:16:53 +0200
Message-ID: <37A707E5.86A4CC4C@synlog.com>


Hi, I am a f..... newbie.
I've just installed Oracle8 on Linux.
I created a user and granted him "create session" and "create table". The following demonstrates my problem :

SQL> create table junk(num int, name char(20)); create table junk(num int, name char(20)) *
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'

What could I do to fix this?

Thx,
Guillaume. Received on Tue Aug 03 1999 - 10:16:53 CDT

Original text of this message

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