Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: create table privilege to a user
Hi!
There's also a privilege called "unlimited tablespace" in Oracle, you can grant this one in development environment. In production it's not good practice, though, especially when users can directly login to database to create their objects...
Tanel.
"Francesco" <fmarchioniNIENTESPAM_at_libero.it> wrote in message
news:NeoWa.218765$lK4.6397877_at_twister1.libero.it...
> Hi all,
> I have created a new tablespace and assigned it to a user as default
> tablespace. I can see that I cannot create tables on that tablespace
> unless a quota is assigned on the tablespace when I created the user.
> As I don't know how much quota do I have to assign a user, can I simply
> grant a privilege, instead ?
> Thanks a lot
> Francesco
>
>
>
Received on Sun Aug 03 2003 - 07:56:37 CDT