Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Stopping user access to system tablespace

Re: Stopping user access to system tablespace

From: alexander venzke <alexander.venzkeNOalSPAM_at_dab.com.invalid>
Date: 2000/07/06
Message-ID: <294b4990.96b71cc8@usw-ex0101-007.remarq.com>#1/1

hi,

the resource role includes 'unlimited quota'

to fix that ..

create user *** identified by **** default tablespace users temporary tablespace temp;

grant connect, resource to ***

revoke unlimited tablespace from ****

alter user **** quota system 0m;
alter user **** quota users 10m;

regards
alex venzke


Got questions? Get answers over the phone at Keen.com. Up to 100 minutes free!
http://www.keen.com Received on Thu Jul 06 2000 - 00:00:00 CDT

Original text of this message

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