Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Create table, access-rights ?
On Mar 7, 2:41 pm, g..._at_spray.se wrote:
> Hello,
>
> Short question:
>
> In Oracle, is it possible to grant a user the right
> to create a table in another users schema,
> without granting the right to create in any schema?
>
> I e user A should be allowed to do
>
> CREATE TABLE C.TAB ...
>
> but not
>
> CREATE TABLE C.TAB ...
>
> TIA,
> --------------------------------------grz01
Sorry, typo... the example was meant to read:
User A should be allowed to do
CREATE TABLE B.TAB ... but not
CREATE TABLE C.TAB ... Received on Wed Mar 07 2007 - 07:44:35 CST
![]() |
![]() |