Archive

Posts Tagged ‘流复制’

[原创] Schema级双向Streams构建笔记

June 9th, 2009 2 comments

1. Prepare


In this Streams test environment, there are two databases called “strm1” and “strm2”, whose global name are “strm1.com” and “strm2.com” respectively. The source side is “strm1”, and target side is “strm2”. The synchronization level is SCHEMA level and double-directions replication.

1.1 Init parameter prerequisite (Both db)

a) global_names should be true . global_name =db_name+”.”+domain_name

ALTER system SET global_names=true;

Read more…

Categories: Streams Tags: ,

验证BUG:现有表级单向复制环境下,增加新的表级单向rule时CREATE TABLE出错

June 3rd, 2009 No comments

oracle说这是个bug,从9i开始所有平台都会涉及,验证一下
环境是上一篇的http://www.orafan.net/blog/78.html
Read more…

Categories: Streams Tags: , ,

[试验] NOLOGGING table在streams环境中能否顺利复制

June 1st, 2009 1 comment

源:strm1
目标:strm2
DBAUSR schema级别的复制环境
Read more…

Categories: Streams Tags: , ,

[笔记] 单向Table级streams环境搭建

May 28th, 2009 1 comment

以后再整理,先写上
1. Prepare
1.1 Init parameter prerequisite (Both db)
Read more…

Categories: Streams Tags: ,

[原创] Schema级单向Streams构建笔记

May 28th, 2009 1 comment

1. Prepare

In this Streams test environment, there are two databases called “strm1″ and “strm2″, whose global name are “strm1.com” and “strm2.com” respectively. The source side is “strm1″, and target side is “strm2″. The synchronization level is SCHEMA level and single -directions replication.

1.1 Init parameter prerequisite (Both db)

a) global_names should be true . global_name =db_name+”.”+domain_name

ALTER system SET global_names=true;

Read more…

Categories: Streams Tags: ,