Skip to content

Instantly share code, notes, and snippets.

@SamLeach
Last active August 29, 2015 14:06
Show Gist options
  • Save SamLeach/b2e4f929b4d75646586c to your computer and use it in GitHub Desktop.
Save SamLeach/b2e4f929b4d75646586c to your computer and use it in GitHub Desktop.
Select Oracle User Constraint by name
SELECT owner, table_name
FROM USER_CONSTRAINTS
WHERE constraint_name = 'CNTR_DTYP_FK'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment