Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Create table right
On Thu, 7 Sep 2000 10:42:55 +0200, "Michel Cadot"
<micadot_at_netcourrier.com> wrote:
>> What is the difference between "Create Table" and "Create Any Table"?
>>
>
>"Create table" gives you the right to create a table in *your* schema.
>"Create any table" gives you the right to create a table in *any* schema.
>
>> Also, how do I grant a user to right to create table in a specific
>> tablespace?
>
>Once you give him the "create table" privilege,
>you have to give him a quota not a right on this tablespace:
>alter user <the user> quota xxxK on <the tablespace>;
>alter user <the user> quota unlimited on <the tablespace>;
How do you decide which tablespace the table is created in? Which schema?
Imagine I have
3)
Brian Received on Thu Sep 07 2000 - 08:07:37 CDT
![]() |
![]() |