Been trying to set up a database that is a copy of a new production database that has just gone live. The application owner wants data the production database left alone and anyone who is doing anything like ad hoc queries should be going against the replicated database.
On the source database I've created the materialized view logs for the tables in question.
On the target we went with the following structure for the refresh:
BUILD IMMEDIATE REFRESH SYSDATE+2/24
This should be refreshing automatically every 2 hours, I had thought.
The init paramter job_process_queues, which appears to be relevant, is set to 5.
However, after all of this, the data is not refreshing.
Any help here would be appreciated.
Source:
HP Superdome / HPUX 11.11 / Oracle 9.2.0.2
Target:
Dell 2650 / Windows Advanced Server 2000 / Oracle 9.2.0.2.1
Thanks
Steve
Steve Wales
stephen.wales@riotinto.com
On the source database I've created the materialized view logs for the tables in question.
On the target we went with the following structure for the refresh:
BUILD IMMEDIATE REFRESH SYSDATE+2/24
This should be refreshing automatically every 2 hours, I had thought.
The init paramter job_process_queues, which appears to be relevant, is set to 5.
However, after all of this, the data is not refreshing.
Any help here would be appreciated.
Source:
HP Superdome / HPUX 11.11 / Oracle 9.2.0.2
Target:
Dell 2650 / Windows Advanced Server 2000 / Oracle 9.2.0.2.1
Thanks
Steve
Steve Wales
stephen.wales@riotinto.com