Fix ORA-02273: this unique/primary key is referenced by some foreign keys Fix ORA-02273: this unique/primary key is referenced by some foreign keys oracle oracle

Fix ORA-02273: this unique/primary key is referenced by some foreign keys


select * from all_constraints where constraint_type='R' and r_constraint_name='YOUR_CONSTRAINT';