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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 08:34 AM
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
Labels:
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 06:41 AM
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.
