You can use this query to get the script of your view quickly.
SELECT TEXT
FROM all_views
WHERE VIEW_NAME = 'Your View Name'
You can use this query to get the script of your view quickly.
SELECT TEXT
FROM all_views
WHERE VIEW_NAME = 'Your View Name'
at 6:51 AM
Labels: Oracle, Oracle Query
No comments:
Post a Comment