Database Administration (MOSC)

MOSC Banner

Synonyms Question

edited Feb 23, 2012 6:06AM in Database Administration (MOSC) 2 comments
create pubic synonym and grants for all these SYSADM objects so that a few other users can access these objects.   like to remove all these public synonyms for SYSADM objects and then redo them.  We have created a script that will drop these public synonyms for SYSADM tables and views, and run it under SYSADM user and it appears to be dropping them.  But when I do the following query in database in dba_synonyms it is still showing

select count(*) from dba_synonyms
where owner = 'PUBLIC'
and table_owner = 'SYSADM';

4575


Any Idea please ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center