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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: unlimited tablespace

RE: unlimited tablespace

From: Dave Morgan <dmorgan_at_bartertrust.com>
Date: Wed, 14 Jun 2000 08:34:32 -0700
Message-Id: <10528.109248@fatcity.com>


Hi All,

	Since unlimited tablespace cannot be granted to a 
	role we run the following on db creation.

	CREATE ROLE DATA_OWNER;
	GRANT CONNECT, RESOURCE to DATA_OWNER;

	Upon user creation:

	CREATE USER USER_NAME .....

	GRANT DATA_OWNER to USER_NAME

	This gives all the desired priviliges without UNLIMITED TABLESPACE.

	We do a similar thing with profiles.

	Having a standard set of roles and profiles reduces workload immensely.
Dave
-- 
Dave Morgan
Senior Database Administrator
Internet Barter Inc.
www.bartertrust.com
Received on Wed Jun 14 2000 - 10:34:32 CDT

Original text of this message

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