How to recreate materialized view log
My current situation:
My primary production database is PROD. My data warehouse database is WAREPROD.
Materialized views in WAREPROD are based on tables in PROD. These materialized views are in the WARE_USER schema in WAREPROD.
The materialzed view logs in PROD are owned by the WARE_USER in the PROD database.
I am upgrading the application for my PROD database and the materialzed view logs are causing some issues. The application upgrade process can’t get past the point where it is checking the materialized view logs.
It is very much looking like the only way the application upgrade will run unfettered is to drop the WARE_USER id in the PROD database.