Hi,
Could you please let me know how I can change the query in release 9. It is causing issues when we connect and I cannot disable the query from running anymore.
select s.synonym_name as object_name, o.object_type
from all_synonyms s, sys.all_objects o
where s.owner in ('PUBLIC', :schema)...