how to get all constraints which are dependent on a table
528287Aug 15 2006 — edited Aug 16 2006Hello All,
I want to delete a table , but there are number of tables which are referencing some or the other column of this table.
So I want to know from where in the data dictionary can i get the constraints which are using columns of this particular table.
Can i generate a dynamic script to get the create scripts of all such constraints.
I need this because I will again recreate the table and need to restore different constraints in different tables which were using the columns of my newly created table before deletion.
Thanks