Submitted Questions

  • Materialized View Memory Space

    How to see materialized view occupied memory space?

    PK

    • Feb 29th, 2012

    There is a data dictionary called as ALL_MVIEWS.
    You can check the query and the length of the query in this data dictionary as

    Select * from ALL_MVIEWS where MVIEW_NAME = MVIEWNAME