Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: A basic replication question
I have attached some generic scripts for creating the snapshots and
refresh procedures. The only item missing is the database link.
Basic outline:
1. create database link 2. create snapshot logs on primary 3. create snapshots on copy 4. run a full refresh 5. run a fast refresh 6. setup jobs with force refresh
Regards,
-Daniel
-- Daniel Harron Database Management IPsoft, Inc. daniel.harron_at_ip-soft.net http://www.ip-soft.net/ Phone: 888.IPSOFT8 Fax: 801.681.7664Received on Wed Sep 03 2003 - 12:39:27 CDT-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Daniel Harron INET: daniel_at_ip-soft.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
- application/octet-stream attachment: snapshot_create.sql
- application/octet-stream attachment: snapshot_log_create.sql
- application/octet-stream attachment: snapshot_refresh_all_atomic.sql