Ahhh,
well you can log on as the owner of the object and query the associated "object tables" that belong to that table. Like this
select * from user_triggers
where table_name='your_table';
select * from user_synonyms
where table_name='your_table';
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |