Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I create a table in a tablespace?
Ralf Boroschewski <ralf_at_transmedia.de> wrote in message
news:37D66AF3.E8A0B5CC_at_transmedia.de...
> Hallo,
>
> I executed
>
> GRANT CREATE TABLE TO <user name>;
> ALTER USER <user name> quota UNLIMITED on <tablespace name>;
>
> both lines terminated successfully. I also used the "Oracle Security
> Manager" to grant all the privileges which that program offers, except
> SYSDBA and SYSOPER (granting this fails). After doing all that stuff
> creating a table whithin my specified tablename still fails.
>
> What else can I do??
>
Check the tablespace isn't read only ?
Alex Received on Wed Sep 08 1999 - 08:13:52 CDT
![]() |
![]() |