Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: how to: list of synonyms (Oracle)?
Marc wrote:
>
> Hi folks,
>
> I've got a corrupt synonym on my database. Problem is, I got a whole lot of
> synonyms and I dont know which one is corrupt. So I want to delete or drop
> all synonyms that contain 500 in the name.
>
> Question: How can I get a list of synynyms from e certain schema level?
>
> Marc
You won't solve your problem by dropping and then re-creating the synonyms. It is perfectly valid to create a synonym for a non-existant object.
What would be better is if you created a program which will sweep through your synonyms and test for the existance of each underlying object. Received on Thu Jan 27 2000 - 07:00:01 CST
![]() |
![]() |