在配置OGG时,需要给同步的表添加补充日志,在ggsci命令行执行 add trandata user.table SQL> desc jack.t1 Name Null? Type ----------------------- -------- ---------------- ID NOT NULL NUMBER ENAME VARCHAR2(20) SQL> select log_group_name,log_group_type,owner,table_name,always…
Lab 5 User and Group Administration Goal: To build skills for user and group administration. Estimated Duration: 45 Minutes Lab Setup: Instructor: Start ypserv. Situation: You need to setup groups and accounts for several users in your company. Each…
BasicDBList dateList = new BasicDBList(); dateList.add("$t"); dateList.add(28800000); DBObject time = new BasicDBObject("$add", dateList); Bson group = Aggregates.group(new Document().append("t", new Document().append("$…
有的时候我们做OGG的时候add trandata会出现异常. 这里就剖析一下add trandata到底做了什么 GGSCI (yjfora81 as ggs_admin@testdb) 2> add trandata ppzhu1.test3 2016-03-08 11:47:36 WARNING OGG-00706 Failed to add supplemental log group on table PPZHU1.TEST3 due to ORA-00054: resource bu…