ORA-12101: Materialized View Issue
During 19c Upgrade, Materialized view creation which is from a pre-built base table is showing COMPILATION ERROR without any specific error messages. Base table column had different precision then a pre-built materialized view table and it caused the COMPILATION_ERROR without specifying the correct error message. –> both these columns precision is different. it should be … Read more