To get the underlying objects that make up the DBA_ views query the DBA_VIEWS view.
SQL> Select view_name, text From DBA_VIEWS where view_name like 'DBA%';
Thanks
Wednesday, July 1, 2009
Subscribe to:
Post Comments (Atom)
Oracle Database Administration. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com
1 comment:
I heartily thank you for sharing this query to see all the DBA views. I also wanted to request for sharing some more information on the concept of DBA views i.e how such views are created and what are the main types. Please do provide me with all these details in your next posts.
Post a Comment