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

Home -> Community -> Usenet -> c.d.o.server -> Re: public synonym

Re: public synonym

From: park kyoung yung <pkyoung_at_eland.co.kr>
Date: Sat, 25 Jul 1998 09:13:37 +0900
Message-ID: <6pb842$9gu$1@news.kornet.nm.kr>

create public synonym table1 for user1.table1;

and you must grant appropriate privilege to user2.

>I created a public synonym but still don't see it as another user, why?
>
>I think what I did is:
>
> create public synonym table1 for table1; as user1
>
>When I log in as user2, I can't do "desc table1".
>
>David
Received on Fri Jul 24 1998 - 19:13:37 CDT

Original text of this message

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