Question
How can I list all foreign keys referencing a given table in oracle database?
I need to write script which will gather information on how tables are connected .
For example, Consider WTPART table i want get list of tables it is connected with and how it is connected.
Thank you in Advance.

