Trying to drop a unique constraint I've got such error:
ORA-02273: this unique/primary key is referenced by some foreign keys
How to find the list of foreign keys by which my unique constraint is referenced?
select * from all_constraints
where constraint_type='R' and r_constraint_name='YOUR_CONSTRAINT';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With