Hi ALL,
I've three tables each having 70-80 millions of data.I need to join these 3 tables for spooling the data into a file . For that , I'm creating a materialized view in Oracle 9i. The tables may be updated daily.But I have to generate the file after every 14 days. I need the refresh data in the tables
in the time of file generation(every 14 days) . There are many packages using this materialized view.
1. So should I use materialized view?
2. If I use then what will be the properties to be set?
I've gone through : REFRESH ON DEMAND,REFRESH ON COMMIT.
3.What will be the properties needed to increase the performance of materialized view.
4.What is the content of materialized log file?Does it contain only the updated rows ?
Any suggestion will be highly appreciated .
Thanks in advance ....
I've three tables each having 70-80 millions of data.I need to join these 3 tables for spooling the data into a file . For that , I'm creating a materialized view in Oracle 9i. The tables may be updated daily.But I have to generate the file after every 14 days. I need the refresh data in the tables
in the time of file generation(every 14 days) . There are many packages using this materialized view.
1. So should I use materialized view?
2. If I use then what will be the properties to be set?
I've gone through : REFRESH ON DEMAND,REFRESH ON COMMIT.
3.What will be the properties needed to increase the performance of materialized view.
4.What is the content of materialized log file?Does it contain only the updated rows ?
Any suggestion will be highly appreciated .
Thanks in advance ....