Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to check which objects uses this public synonym?

mosleeDec 16 2012 — edited Dec 17 2012
Hi 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.
This post has been answered by sb92075 on Dec 16 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2013
Added on Dec 16 2012
4 comments
1,575 views