Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: new user & tablespace
By default in Oracle 8 and 8i, no user is granted any quota on any tablespace (a vast improvement over Oracle 7's unlimited quota on everything). So you must 'alter user fred quota 10m on data1' or whatever the relevant tablespace names and quotas should be.
Regards
HJR
-- =============================!!============================= The views expressed are my own only, and definitely NOT those of Oracle Corporation =============================!!============================= "Henk Jan Barendregt" <hjb_at_xs4all.nl> wrote in message news:3B1E9D5D.83CE8E04_at_xs4all.nl...Received on Thu Jun 07 2001 - 03:37:11 CDT
> 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