how do i check the rules assign on check constraint on oracle sql?

cancel
Showing results for 
Search instead for 
Did you mean: 
ravikumark
Member II

how do i check the rules assign on check constraint on oracle sql?

Hi currently im getting unique constraint error. when i check the table there are check constraint assigned to few columns but i dont know what are the rules assigned to those check constraint. is there anyway i can check what rules has been assigned to those check constraint?

Thank you

1 Reply
mollyren35
Member II

Re: how do i check the rules assign on check constraint on oracle sql?

As i know generally, you can retrieve the details of the check constraints and their associated rules from the system catalog or metadata views/tables in your DBMS.