| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: new user & tablespace
-or-
ALTER USER <username> QUOTA UNLIMITED ON <tablespacename> ;
note: grant RESOURCE role also grants UMLIMITED TABLESPACE system privilege, which means user will have umlimited quota on all tablespaces, including SYSTEM. also, user will be able to specify initial and next extent sizes without regard to the MINIMUM EXTENT specified for the tablespace. (for 8.0.6, at least. things may have changed in 8.1.x).
"TurkBear" <noone_at_nowhere.com> wrote in message
news:kd4thtc42vqrsj518ojnsvl81rc5nuc2ac_at_4ax.com...
> Be sure the user is granted RESOURCE in addition to connect
>
> Also, be sure there is no quota imposed on the tablespace desired...
>
> (BTW, Never create anything in the system tablespace - let Oracle use it
for its
> stuff, but keep users out)
>
>
> Henk Jan Barendregt <hjb_at_xs4all.nl> wrote:
>
> >Hi,
> >
> >Any new user i create isn't allowed to create tables
> >in the system or users tablespace. Although the user
> >is granted to create tables and views.
> >oracle returns the message :
> >
> >ORA-01950: no privileges on tablespace 'TABLESPACE'
> >
> >How can i allow user to access a tablespace to create
> >tables ?
> >
> >Regards,
> >
> >Henk Jan
>
>
Received on Wed Jun 06 2001 - 20:50:09 CDT
![]() |
![]() |