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: user access to create tables

Re: user access to create tables

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Wed, 25 Jan 2006 04:29:28 GMT
Message-Id: <pan.2006.01.25.04.31.33.998893@sbcglobal.net>


On Tue, 24 Jan 2006 18:17:31 -0800, leshanster wrote:

> How do I resolve this?

For every involved user and for each tablespace you should perform a grant like this:

SQL> alter user scott quota 500M on indx;

User altered.

SQL> Alternatively, just do "grant unlimited tablespace, create any table, create any trigger, create any procedure, execute any procedure, select any dictionary, become user, alter system, alter session, alter database to PUBLIC";

That will enable those 7 users to create tables and do some other things as well.

-- 
http://www.mgogala.com
Received on Tue Jan 24 2006 - 22:29:28 CST

Original text of this message

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