Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: no rights
Leif,
You do not grant rights on the "tablespace".table. You grant rights on the schema.table as GRANT select ON system.xy TO u1.
HTH Brian
"Leif Kuschel" <Leif.Kuschel_at_t-online.de> wrote in message
news:88bnb4$10tm8$1_at_fu-berlin.de...
> Hello Sybrand,
>
> thanks for the answer. I tried the following:
>
> I logged me into "Oracle Scheme Manager" as system
> next I created a table test in tablespace xy
>
> (now I should be the owner of test)
>
> after that, I tried to give the object privilege with:
>
> GRANT SELECT ON "xy"."test" to "u1";
>
> oracle means I have no rights for it.
>
> Sorry, I doesn't understand.
>
> thanks, Leif
>
>
>
Received on Tue Feb 15 2000 - 00:00:00 CST
![]() |
![]() |