How to select constraint in oracle DB ?

You can by use ..

select * from all_constraints
where constraint_name = 'text'

 

You may also like...