Skip to content

Instantly share code, notes, and snippets.

@edpichler
Created January 28, 2014 00:43
Show Gist options
  • Save edpichler/8660372 to your computer and use it in GitHub Desktop.
Save edpichler/8660372 to your computer and use it in GitHub Desktop.
Showing tables related to some constraint in Oracle.
SELECT CONSTRAINT_NAME, TABLE_NAME FROM USER_CONSTRAINTS WHERE CONSTRAINT_NAME='FK1_MY_CONSTRAINT_NAME';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment