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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Confusion on synonym

Re: Confusion on synonym

From: replace this with _at_ <_at_)xs4all.nl>
Date: Mon, 12 Oct 1998 18:57:07 GMT
Message-ID: <36224ec3.1340928@news.xs4all.nl>


On 12 Oct 1998 00:04:33 GMT, suisum_at_freenet.edmonton.ab.ca () wrote:

>Can anyone explain how to get benefit from using synonym?

Other users can have access to your table without using your name as a prefix: select * from emp (in stead of select * from scott.emp).

>How it works PUBLIC and PRIVATE?

If you create a public synonym, it can be used by everyone (but they still have to have table rights before they can use it effectively). If you use a private synonym, you assign it to just one person.

>How to manage them effectively?

Depends on the situation. Maybe it's a good idea to create public synonyms for generic tables and create public synonyms for specific groups of users.


Received on Mon Oct 12 1998 - 13:57:07 CDT

Original text of this message

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