Skip to content Skip to sidebar Skip to footer
Showing posts with the label Materialized Views

Creating Materialized View For Annual Report Based On Slow Function

Consider the following scenario: I have a table with 1 million product ids products : create table … Read more Creating Materialized View For Annual Report Based On Slow Function

Query Rewrite Fails If Mv Uses Asni Join

I cannot get a select statement (very last line in the script below) to query rewrite to use a mate… Read more Query Rewrite Fails If Mv Uses Asni Join

Collecting Annual Aggregated Data For Later Quick Access

I have a number of sql queries which take year as a parameter and generate various annual reports f… Read more Collecting Annual Aggregated Data For Later Quick Access

ORA-12015: Cannot Create A Fast Refresh Materialized View From A Complex Query

I am using below query to build a materialized view. CREATE MATERIALIZED VIEW gcms_business_profi… Read more ORA-12015: Cannot Create A Fast Refresh Materialized View From A Complex Query

Materialized View With Oracle

I have the following line in a script and I don't understand what the 'using' part is u… Read more Materialized View With Oracle