Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Setup and create user?
As a DBA:
alter user <your user> quota unlimited on <new>;
OR for access to any tablespace in your database
grant unlimited tablespace to <your user>
Yep you only get 1 default tablespace that doesn't mean you can access
others.
ie create table x (x varchar(1)) tablespace <new>;
lkj741_at_my-deja.com wrote:
> How can I create a user that can access to three different tablespaces?
>
> When I create a user I can only assign to one default tablespace.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Apr 11 2000 - 00:00:00 CDT