<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Asynchronous Hotlog Distributed Change Data Capture and OWB &#8220;Paris&#8221;</title>
	<atom:link href="http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/</link>
	<description>Delivered Intelligence</description>
	<lastBuildDate>Mon, 15 Mar 2010 14:12:52 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rittman Mead Consulting &#187; Blog Archive &#187; Collaborate&#8217;08 Days 2 and 3</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-4907</link>
		<dc:creator>Rittman Mead Consulting &#187; Blog Archive &#187; Collaborate&#8217;08 Days 2 and 3</dc:creator>
		<pubDate>Wed, 16 Apr 2008 19:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-4907</guid>
		<description>[...] is something many customers have asked us about. I set up a CDC demo system a couple of years ago - this page on our blog is one of our most popular in terms of page requests - but I&#8217;ve not used it in [...]</description>
		<content:encoded><![CDATA[<p>[...] is something many customers have asked us about. I set up a CDC demo system a couple of years ago &#8211; this page on our blog is one of our most popular in terms of page requests &#8211; but I&#8217;ve not used it in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorge</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-779</link>
		<dc:creator>jorge</dc:creator>
		<pubDate>Tue, 04 Mar 2008 17:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-779</guid>
		<description>Hi

we are using Async Distributed Hotlog CDC to replicate changes from one DB to another one, both 10gR2. It works except for Updates. When we update one field in the source table we get two records in the change table marked as OPERATION$ UO and UN (before and after image). The problem is that we only see data in the columns that have been changed, but not all the record. In Sync CDC you get the full row before and after image. Is that a bug of our CDC setting or is expected behaviour?

Regards</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>we are using Async Distributed Hotlog CDC to replicate changes from one DB to another one, both 10gR2. It works except for Updates. When we update one field in the source table we get two records in the change table marked as OPERATION$ UO and UN (before and after image). The problem is that we only see data in the columns that have been changed, but not all the record. In Sync CDC you get the full row before and after image. Is that a bug of our CDC setting or is expected behaviour?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel Mendoza</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-781</link>
		<dc:creator>Angel Mendoza</dc:creator>
		<pubDate>Wed, 09 Jan 2008 22:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-781</guid>
		<description>Is the STAGING Db the same DB as the target DB in this example?

I&#039;m getting confused with all the documentation that I find, do we have the following?

   SOURCE DB ---- STAGING DB ---- TARGET DB?????

Or do we have this?

   SOURCE DB ---- STAGING AND TARGET DB?????

Please some help is really needed here.</description>
		<content:encoded><![CDATA[<p>Is the STAGING Db the same DB as the target DB in this example?</p>
<p>I&#8217;m getting confused with all the documentation that I find, do we have the following?</p>
<p>   SOURCE DB &#8212;- STAGING DB &#8212;- TARGET DB?????</p>
<p>Or do we have this?</p>
<p>   SOURCE DB &#8212;- STAGING AND TARGET DB?????</p>
<p>Please some help is really needed here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michel</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-780</link>
		<dc:creator>michel</dc:creator>
		<pubDate>Thu, 12 Jul 2007 19:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-780</guid>
		<description>Hi Mark,

* Great blog site!

* We are presently considering using the Oracle CDC framework with 10gR2 as a front-end for our subsequent ETL processing.

questions :
a) Is it possible to configure Oracle CDC to &quot;track&quot; table structure changes within our OLTP database (not just data changes)?

b) Along the same lines, what happens from one incremental load to the next of our DW if a published source table&#039;s structure is changed ... how is this carried forward into the change table ?

Regards,
Michel</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>* Great blog site!</p>
<p>* We are presently considering using the Oracle CDC framework with 10gR2 as a front-end for our subsequent ETL processing.</p>
<p>questions :<br />
a) Is it possible to configure Oracle CDC to &#8220;track&#8221; table structure changes within our OLTP database (not just data changes)?</p>
<p>b) Along the same lines, what happens from one incremental load to the next of our DW if a published source table&#8217;s structure is changed &#8230; how is this carried forward into the change table ?</p>
<p>Regards,<br />
Michel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-778</link>
		<dc:creator>darren</dc:creator>
		<pubDate>Sat, 12 May 2007 06:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-778</guid>
		<description>Nevermind..it&#039;s work amazingly, i&#039;ve made a mistake with adding supplemental log things...by the way, it&#039;s a cool guide by Mr.Rittman and Mr. Van de Wiel!! Really helpful. =)</description>
		<content:encoded><![CDATA[<p>Nevermind..it&#8217;s work amazingly, i&#8217;ve made a mistake with adding supplemental log things&#8230;by the way, it&#8217;s a cool guide by Mr.Rittman and Mr. Van de Wiel!! Really helpful. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TongucY</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-768</link>
		<dc:creator>TongucY</dc:creator>
		<pubDate>Thu, 10 May 2007 06:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-768</guid>
		<description>If global_pains, pardon I mean global_names is not changeable at source maybe this can be a workaround;

create table tong(id int);

create materialized view log on tong
      NOLOGGING PCTFREE 0 PCTUSED 99
      WITH SEQUENCE,ROWID( id )
      INCLUDING NEW VALUES;

INSERT INTO tong VALUES (1);
UPDATE tong SET ID = 2 WHERE ID = 1;
DELETE FROM tong WHERE ID = 2;

select * from MLOG$_tong;

        ID M_ROW$$                                                                          SEQUENCE$$ SNAPTIME$$  DMLTYPE$$ OLD_NEW$$ CHANGE_VECTOR$$
---------- -------------------------------------------------------------------------------- ---------- ----------- --------- --------- --------------------------------------------------------------------------------
         1 AAAPKOAAEAAA5LFAAA                                                                        5 01.01.4000  I         N         FE
         1 AAAPKOAAEAAA5LFAAA                                                                        6 01.01.4000  U         U         02
         2 AAAPKOAAEAAA5LFAAA                                                                        7 01.01.4000  U         N         02
         2 AAAPKOAAEAAA5LFAAA                                                                        8 01.01.4000  D         O         00

I also tried a logon trigger to change global_names at source for only the cdc user, it agian didnt work :(</description>
		<content:encoded><![CDATA[<p>If global_pains, pardon I mean global_names is not changeable at source maybe this can be a workaround;</p>
<p>create table tong(id int);</p>
<p>create materialized view log on tong<br />
      NOLOGGING PCTFREE 0 PCTUSED 99<br />
      WITH SEQUENCE,ROWID( id )<br />
      INCLUDING NEW VALUES;</p>
<p>INSERT INTO tong VALUES (1);<br />
UPDATE tong SET ID = 2 WHERE ID = 1;<br />
DELETE FROM tong WHERE ID = 2;</p>
<p>select * from MLOG$_tong;</p>
<p>        ID M_ROW$$                                                                          SEQUENCE$$ SNAPTIME$$  DMLTYPE$$ OLD_NEW$$ CHANGE_VECTOR$$<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
         1 AAAPKOAAEAAA5LFAAA                                                                        5 01.01.4000  I         N         FE<br />
         1 AAAPKOAAEAAA5LFAAA                                                                        6 01.01.4000  U         U         02<br />
         2 AAAPKOAAEAAA5LFAAA                                                                        7 01.01.4000  U         N         02<br />
         2 AAAPKOAAEAAA5LFAAA                                                                        8 01.01.4000  D         O         00</p>
<p>I also tried a logon trigger to change global_names at source for only the cdc user, it agian didnt work :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-770</link>
		<dc:creator>darren</dc:creator>
		<pubDate>Wed, 09 May 2007 08:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-770</guid>
		<description>I&#039;ve tried your example... i&#039;m failed at this section :

select operation$ operation
  2  ,      to_char(timestamp$, &#039;dd-mon-yyyy hh24:mi:ss&#039;)
  3  ,      order_id
  4  ,      order_date
  5  ,      order_mode
  6  ,      order_status
  7  from   orders_ct
  8  order  by timestamp$
  9  /

It return NO rows selected.... can you help me please?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried your example&#8230; i&#8217;m failed at this section :</p>
<p>select operation$ operation<br />
  2  ,      to_char(timestamp$, &#8216;dd-mon-yyyy hh24:mi:ss&#8217;)<br />
  3  ,      order_id<br />
  4  ,      order_date<br />
  5  ,      order_mode<br />
  6  ,      order_status<br />
  7  from   orders_ct<br />
  8  order  by timestamp$<br />
  9  /</p>
<p>It return NO rows selected&#8230;. can you help me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-769</link>
		<dc:creator>darren</dc:creator>
		<pubDate>Tue, 08 May 2007 09:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-769</guid>
		<description>Hey, i just wonder how to connect the CDC process with transformation and loading process that you&#039;ve mentioned it before in Real-Time data warehousing ??

Thanks,

Darren</description>
		<content:encoded><![CDATA[<p>Hey, i just wonder how to connect the CDC process with transformation and loading process that you&#8217;ve mentioned it before in Real-Time data warehousing ??</p>
<p>Thanks,</p>
<p>Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-772</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 07 May 2007 19:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-772</guid>
		<description>Never mind...global_names was not set to TRUE, once corrected the table created successfully.</description>
		<content:encoded><![CDATA[<p>Never mind&#8230;global_names was not set to TRUE, once corrected the table created successfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.rittmanmead.com/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/comment-page-1/#comment-775</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 03 May 2007 15:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2006/04/14/asynchronous-hotlog-distributed-change-data-capture-and-owb-paris/#comment-775</guid>
		<description>I was able to follow the steps in this walkthrough until I got to the creation of the change tables.  When I call DBMS_CDC_PUBLISH.CREATE_CHANGE_TABLE, I am getting the following error:

ERROR at line 1:
ORA-26667: invalid STREAMS parameter
ORA-06512: at &quot;SYS.DBMS_CDC_PUBLISH&quot;, line 611
ORA-06512: at line 1

Here is the call:
SQL&gt; exec DBMS_CDC_PUBLISH.CREATE_CHANGE_TABLE(&#039;cdcpub_stg&#039;,&#039;ACCOUNT_TYPES_CT&#039;,&#039;IDLE2_SET&#039;,&#039;IDLE2&#039;,&#039;ACCOUNT_TYPES&#039;,&#039;ID NUMBER, SNAME VARCHAR2(2), NAME VARCHAR2(60), TAX_FLG VARCHAR2(1)&#039;,&#039;new&#039;,&#039;Y&#039;,&#039;N&#039;,&#039;N&#039;,&#039;N&#039;,&#039;N&#039;,&#039;N&#039;,&#039;N&#039;,&#039;TABLESPACE cdcpub_stg_data&#039;);

Any suggestions or solutions?

Thanks,
Brian</description>
		<content:encoded><![CDATA[<p>I was able to follow the steps in this walkthrough until I got to the creation of the change tables.  When I call DBMS_CDC_PUBLISH.CREATE_CHANGE_TABLE, I am getting the following error:</p>
<p>ERROR at line 1:<br />
ORA-26667: invalid STREAMS parameter<br />
ORA-06512: at &#8220;SYS.DBMS_CDC_PUBLISH&#8221;, line 611<br />
ORA-06512: at line 1</p>
<p>Here is the call:<br />
SQL&gt; exec DBMS_CDC_PUBLISH.CREATE_CHANGE_TABLE(&#8217;cdcpub_stg&#8217;,'ACCOUNT_TYPES_CT&#8217;,'IDLE2_SET&#8217;,'IDLE2&#8242;,&#8217;ACCOUNT_TYPES&#8217;,'ID NUMBER, SNAME VARCHAR2(2), NAME VARCHAR2(60), TAX_FLG VARCHAR2(1)&#8217;,'new&#8217;,'Y&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'TABLESPACE cdcpub_stg_data&#8217;);</p>
<p>Any suggestions or solutions?</p>
<p>Thanks,<br />
Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
