Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Public Synonyms
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 OyReceived on Wed Nov 19 1997 - 00:00:00 CST
![]() |
![]() |