<?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: Make History with Streams</title>
	<atom:link href="http://www.oraclealchemist.com/oracle/make-history-with-streams/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/</link>
	<description>Steve Karam's Oracle Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:12:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: My 1st Oracle Stream experience . &#124;</title>
		<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/comment-page-1/#comment-44320</link>
		<dc:creator>My 1st Oracle Stream experience . &#124;</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/make-history-with-streams/#comment-44320</guid>
		<description>[...] Custom Insert Handler for Oracle Stream  on Steve Karam [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom Insert Handler for Oracle Stream  on Steve Karam [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BRR</title>
		<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/comment-page-1/#comment-44296</link>
		<dc:creator>BRR</dc:creator>
		<pubDate>Wed, 02 Sep 2009 18:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/make-history-with-streams/#comment-44296</guid>
		<description>The script works for tables which have single column primary keys.
If there are more then one column in primary key how can we handle?
and if primary key is of char type?

Thanks</description>
		<content:encoded><![CDATA[<p>The script works for tables which have single column primary keys.<br />
If there are more then one column in primary key how can we handle?<br />
and if primary key is of char type?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAYT</title>
		<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/comment-page-1/#comment-44073</link>
		<dc:creator>JAYT</dc:creator>
		<pubDate>Wed, 06 May 2009 12:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/make-history-with-streams/#comment-44073</guid>
		<description>I set a similar setup up for a BI application collecting data from nationwide systems last year. 

The volumes were high though. 

Although the DML handler was effficient in itself, it added an overhead of 100ms to each row. This was too much for our data volumes. 

Eventually dropped the DML handler and scheduled a delete on the source tables to delete any data more than a specified number of days old. In fact, as Streams picks up data from redo logs, could simply delete data as soon as it is inserted, as long as deletes are not propagated.  We retained data for three days for verification purposes only.</description>
		<content:encoded><![CDATA[<p>I set a similar setup up for a BI application collecting data from nationwide systems last year. </p>
<p>The volumes were high though. </p>
<p>Although the DML handler was effficient in itself, it added an overhead of 100ms to each row. This was too much for our data volumes. </p>
<p>Eventually dropped the DML handler and scheduled a delete on the source tables to delete any data more than a specified number of days old. In fact, as Streams picks up data from redo logs, could simply delete data as soon as it is inserted, as long as deletes are not propagated.  We retained data for three days for verification purposes only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Choong</title>
		<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/comment-page-1/#comment-44012</link>
		<dc:creator>Eric Choong</dc:creator>
		<pubDate>Thu, 20 Nov 2008 09:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/make-history-with-streams/#comment-44012</guid>
		<description>Hi Steve,
I have setup a streams environment similar to above. My source and destination schemas are on the same database hence i do not have a propagate rules. Both capture and apply rules are using the same queue. My problem is, I&#039;m not able to replicate DDL. DML is fine. Do you have any idea?

Thanks and regards,
Eric C</description>
		<content:encoded><![CDATA[<p>Hi Steve,<br />
I have setup a streams environment similar to above. My source and destination schemas are on the same database hence i do not have a propagate rules. Both capture and apply rules are using the same queue. My problem is, I&#8217;m not able to replicate DDL. DML is fine. Do you have any idea?</p>
<p>Thanks and regards,<br />
Eric C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Govind Thanavelu</title>
		<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/comment-page-1/#comment-43975</link>
		<dc:creator>Govind Thanavelu</dc:creator>
		<pubDate>Wed, 01 Oct 2008 18:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/make-history-with-streams/#comment-43975</guid>
		<description>It is useful info. Thank you.</description>
		<content:encoded><![CDATA[<p>It is useful info. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gyongyi</title>
		<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/comment-page-1/#comment-43921</link>
		<dc:creator>Gyongyi</dc:creator>
		<pubDate>Mon, 14 Jul 2008 20:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/make-history-with-streams/#comment-43921</guid>
		<description>Hi,
I would like to ask you about the possibility apply the same handler for several tables (whole schema ) without specifying the DBMS_APPLY_ADM.SET_DML_HANDLER for each of the table.
My situation is: I would like to replicate all tables with additional 3 columns (timestamp, user, dml operation). This transformation is done in one plsql proc - the handler. However in the apply phase I have to define for each db object (tables) three set_dml_handler (update, insert, delete) statment point to the handler. And this is exactly I would like avoid, the workload to define 3 set_dml_handlers per tables (in my shcema is around 1000 tables). Can you advice how to manage it in easier way ? 
We have 10g DB.
Many thanks,
GG</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I would like to ask you about the possibility apply the same handler for several tables (whole schema ) without specifying the DBMS_APPLY_ADM.SET_DML_HANDLER for each of the table.<br />
My situation is: I would like to replicate all tables with additional 3 columns (timestamp, user, dml operation). This transformation is done in one plsql proc &#8211; the handler. However in the apply phase I have to define for each db object (tables) three set_dml_handler (update, insert, delete) statment point to the handler. And this is exactly I would like avoid, the workload to define 3 set_dml_handlers per tables (in my shcema is around 1000 tables). Can you advice how to manage it in easier way ?<br />
We have 10g DB.<br />
Many thanks,<br />
GG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sujit</title>
		<link>http://www.oraclealchemist.com/oracle/make-history-with-streams/comment-page-1/#comment-43433</link>
		<dc:creator>sujit</dc:creator>
		<pubDate>Wed, 04 Jun 2008 15:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/make-history-with-streams/#comment-43433</guid>
		<description>Hello there,

Can you please send me steps required to replicate same setup which  you have done?

We need something similar to this.

Regards,
Sujit</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>Can you please send me steps required to replicate same setup which  you have done?</p>
<p>We need something similar to this.</p>
<p>Regards,<br />
Sujit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
