CanNeverThinkOfaName
Programmer
hi
I have a problem with my materialized view on my replicated database- its taking about 20 hours to update every day!
I've noticed it does a COMPLETE refresh every day and want it to do a fast refresh but I need to implement a log for this I've read....the DBAs for the live master database say no to the log- is there any way a fast refresh would work if the log lived in my replicated database?
If not, then what other options could I explore please? -besides appending yesterday's data from the live database into a table on my replicated database (but id have to check for any updates/deletes on old data on the live database too)?
Thanks in advance for your help
I have a problem with my materialized view on my replicated database- its taking about 20 hours to update every day!
I've noticed it does a COMPLETE refresh every day and want it to do a fast refresh but I need to implement a log for this I've read....the DBAs for the live master database say no to the log- is there any way a fast refresh would work if the log lived in my replicated database?
If not, then what other options could I explore please? -besides appending yesterday's data from the live database into a table on my replicated database (but id have to check for any updates/deletes on old data on the live database too)?
Thanks in advance for your help