grant checking for synonyms
mafaizJul 20 2011 — edited Jul 20 2011Hi,
I have an schema as "SCOTT" in testdb
I use the following syntax to get object_name and object_type
select object_name,object_type from user_objects ;
Total i got 30 synonyms objects,20 views, and 10packages.
Her i just want to know that how do i get owner of the object,grant permission provided for the particular synonyms(synonym_name),views,or packages.
Thanks in advance
Regards
Faiz