Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: how let other users access my tables?

Re: how let other users access my tables?

From: TurkBear <noone_at_nowhere.com>
Date: Mon, 18 Dec 2000 21:13:43 GMT
Message-ID: <3a3e7d7e.5352186@spamkiller.news-ituk.to>

How is another_user referencing the table?

try select * from table_owner.myTable

Or create a public synonym ...

banghe <banghe_at_baileylink.net> wrote:

>Hello,
>
>I created myTable and issued:
>sql> grant all on myTable to another_user with grant option;
>
>Why the another_user still cannot see myTable?
>
>Even I grant the system privilege "access any table" to another_user,
>still doesn't work.
>
>Thanks,
>
>--Bangh
  Received on Mon Dec 18 2000 - 15:13:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US