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

Re: My first table creation

From: Terje Tysse <terje_at_tysse.com>
Date: Tue, 03 Aug 1999 15:34:21 GMT
Message-ID: <37a70bc4.121304726@news.online.no>


On Tue, 03 Aug 1999 17:16:53 +0200, Guillaume BRIALON <guillaume.brialon_at_synlog.com> wrote:

>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.
>

alter user xxxx default tablespace usr temporary tablespace temporary

(if you have installed a default database, that is)

Received on Tue Aug 03 1999 - 10:34:21 CDT

Original text of this message

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