Last active
August 9, 2019 01:40
-
-
Save marcosvidolin/96b28dc77eeb5dfe02b73d28b4f45075 to your computer and use it in GitHub Desktop.
Oracle - Get views DDL
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 dbms_metadata.get_ddl('VIEW', view_name) FROM user_views; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment