All I know about the constraint is it\'s name (SYS_C003415), but I want to see it\'s definition.
SYS_C003415
Looks like I should be querying ALL_CONSTRAINTS.
ALL_CONSTRAINTS
select OWNER, CONSTRAINT_NAME, CONSTRAINT_TYPE, TABLE_NAME, SEARCH_CONDITION from ALL_CONSTRAINTS where CONSTRAINT_NAME = 'SYS_C003415';