Re: tablespace SYSTEM used by others user, not sys. Help!

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Fri, 04 Jun 2004 20:00:13 +0200
Message-ID: <c9qd39$53p$1_at_news1.tilbu1.nb.home.nl>


tracy wrote:
> hi, x
> dev_user only have priviledge to create table under his own tablespace
> which is dev_user only. he only granted the priviledge 'create table'
> not 'create any table'
>
>
> "x" <x_at_x.hr> wrote in message news:<c9p4i6$ndq$1_at_ls219.htnet.hr>...
>

>>>I wonder, how can the table
>>>created by them is in system schema? Pls let me know, if u have the
>>>answer.
>>>
>>
>>create table my_table (x varchar2(1)) tablespace system
>>
>>Easy as that. If your dev_user has right priviledges he can create table
>>where ever he wants.

Unless granted the resource role, which offers quota unlimited on any tablespace. Unless you specifically do alter user quota 0 on system;
your dev_user can still create objects in the system tablespace

-- 

Regards,
Frank van Bortel
Received on Fri Jun 04 2004 - 20:00:13 CEST

Original text of this message