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: [?][Newbie] Permission on user tablespace

Re: [?][Newbie] Permission on user tablespace

From: termopilucco <termop3141927_at_hotmail.com>
Date: Thu, 9 Oct 2003 18:01:13 +0200
Message-ID: <bm40oa$if352$1@ID-188026.news.uni-berlin.de>


"Daniel Morgan" <damorgan_at_x.washington.edu> wrote:

> What Brian said.

Ok, thanks to either.

> If you wish to grant permission for SCOTT to use a different
> tablespace look at:

> ALTER USER scott
> QUOTA 10M ON <tablespace_name>;
> or
> ALTER USER scott
> QUOTA UNLIMITED ON <tablespace_name>;

So, if i want to deny user SCOTT to alter a specific tablespace structure, i have to execute

ALTER USER scott
QUOTA 0 ON <tablespace_name>;

Anyway SCOTT can add/delete/update records on <tablespace_name>. Ok sorry, i run to RTFM :)

> Making sure you don't grant quota on SYSTEM, UNDO, RBS, or TEMP.

Thanks,
x:termoPilucco, sorry for my bad english. Received on Thu Oct 09 2003 - 11:01:13 CDT

Original text of this message

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