Disabling Foreign Key constraints through stored procedure
Hi, I want to create a stored procedure that can disable and enable only foreign keys, no PK's by passing owner_name , constraint_name and enable/disable as values. Can have some sort of exception when some one try to disable pk or etc Can some one help me in this.
Thanks,
Thanks,
0