Recent content by lgbs

  1. L

    Querys using sys.all_synonyms and sys.all_objects ??

    We are experiencing a similar problem. When I first login to PLSQL Developer I can see on the database an ACTIVE session executing the following SQL: select s.synonym_name object_name, o.object_type from sys.all_synonyms s, sys.all_objects o where s.owner in (:"SYS_B_0", user) and o.owner...
Back
Top