How to check which objects uses this public synonym?
mosleeDec 16 2012 — edited Dec 17 2012Hi Experts
Currently I have a public synonym JOB that is created for JOB table in MARK schema: "PUBLIC Synonym JOB for MARK.JOB" .
MARK.JOB is granted to TOM_UPDATE (a role): GRANT SELECT ON MARK.JOB TO TOM_UPDATE;
I am using TOAD 9.6.1.1 and I wanted to drop this public synonym but I am not able to see which other object in the database is using this public synonym, JOB.
Please help.