I have to move certain objects from a schema to another. The database is rather large and
I want to make sure we test properly all affected objects.
On TOAD there is a Tab called “Used By” that show all objects that are referencing the selected object.
Is there a way to achieve a similar output with an SQL Command?
I tried checking the different DBA Views but I haven’t been able to find any with the information I need.