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: admin user for one tablespace

Re: admin user for one tablespace

From: Frenchy461 <frenchy461_at_aol.com>
Date: 7 Oct 1998 20:13:30 GMT
Message-ID: <19981007161330.13634.00007210@ng-fc2.aol.com>

Don't want to do GRANT CREATE ANY ... or GRANT DROP ANY ... because the user will have access to create and drop any table in Database.

Try revoking:

     revoke unlimited tablespace to <user>;

And then, grant quota to user on this tablespace:

     alter user <user> 
              quota unlimited on <tablespace_name>;

Received on Wed Oct 07 1998 - 15:13:30 CDT

Original text of this message

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