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

Home -> Community -> Mailing Lists -> Oracle-L -> How Does user have unlimited tablespace privilege?

How Does user have unlimited tablespace privilege?

From: Jeff Wiegand <jwiegand_at_ancept.com>
Date: Mon, 12 Jun 2000 16:30:24 -0500
Message-Id: <10526.108774@fatcity.com>


Hello.

I create my users in the following manner:

create user user_name1 identified by user_name1 default tablespace users temporary tablespace temp quota 0 on system quota unlimited on users
;

grant resource, connect to user_name1
;

The user then has the system privilege unlimited tablespace. If I do not revoke this privilege, any dump for the user (from another database) is put into the system tablespace. No, the user I get the dump from does not have ANY objects in system. The user I get the dump from has a tablespace default set to users as well, along with quota 0 on system.

Why is the dump put into the system tablespace? Received on Mon Jun 12 2000 - 16:30:24 CDT

Original text of this message

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