2. Execute "visudo" to open sudo editor
3. Enter the following line
Technical tid-bits and more ! Leave a comment if you found something useful.
select name,owner
from dba_dependencies
where referenced_name='TABLE_A'
and referenced_owner='SCHEMA_A'