Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create manual refresh MViews representing the source Banner tables, henceforth referred to as the Banner Replicant MViews.
  2. Re-create indexes from Banner source tables to the Banner Replicant MViews.
  3. Create Materialized View Logs on the Banner Replicant MViews.
    • The 10g documentation seems to prefer using rowid-based view logs and view creations for join MViews. We will be trying this method first.
  4. Create and test new Course Management MViews based on the Banner Replicant MViews and Logs.
    • Testing will be performed via the DBMS_SNAPSHOT.Explain_MView procedure. This procedure analyzes an MView definition much like explain_plan does for a query, but provides important information on refresh status. We would have preferred to use DBMS_ADVISOR.Tune_Mview, but do not have a license for it.

Design Issues

Progress

  1. Banner Replicant MViews created with re-created Banner indexes.