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 Synonyms

Re: Public Synonyms

From: Timo Haatainen <Timo.Haatainen_at_tietogroup.com>
Date: 1997/11/19
Message-ID: <34728BCB.5C8F@tietogroup.com>#1/1

MelissaCOX wrote:
>
> Forgive me ... I'm not even a rookie at Oracle yet!! Scheduled to take classes
> in first quarter of next year and hope to have a database purchased by then!
> :)
>
> I'm working on a document that I have some reference books, but they don't
> really tell me the "steps" that I need to, more or less, check a system to
> make sure the database is installed as specified.
>
> I need some help, obviously.
>
> For instance:
> How do you list out the public synonyms?? Is there a way to alter the
> permission of granting a user to create public synonyms?? (or is that a good
> idea anyway?)

You can find synonyms from ALL_SYNONYMS. Public ones are those where OWNER='PUBLIC' other ones are private.
You'll need CREATE PUBLIC SYNONYM system privilege to create public synonyms.

-- 

Timo Haatainen
Carelcomp Forest Oy
Received on Wed Nov 19 1997 - 00:00:00 CST

Original text of this message

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