Created
January 28, 2014 00:43
-
-
Save edpichler/8660372 to your computer and use it in GitHub Desktop.
Showing tables related to some constraint in Oracle.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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