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: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Tue, 03 Aug 1999 13:05:40 -0400
Message-ID: <37A72164.6E2082A4@Unforgettable.com>


You should never, ever create tables in the SYSTEM tablespace. What you should do is create a tablespace for your application tabels and then set that tablespace as the default tablespace for the user that you created.

Guillaume BRIALON 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.
Received on Tue Aug 03 1999 - 12:05:40 CDT

Original text of this message

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