<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Oracle Logging Trigger Creator</title>
	<atom:link href="http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 23 May 2013 04:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Michelle Daniel</title>
		<link>http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/#comment-5098</link>
		<dc:creator><![CDATA[Michelle Daniel]]></dc:creator>
		<pubDate>Sun, 06 Jan 2013 22:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=3082#comment-5098</guid>
		<description><![CDATA[That is perfect!!!! Thank you dearly.. 


And a beautiful piece of work it is.]]></description>
		<content:encoded><![CDATA[<p>That is perfect!!!! Thank you dearly.. </p>
<p>And a beautiful piece of work it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/#comment-5097</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Sun, 06 Jan 2013 21:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=3082#comment-5097</guid>
		<description><![CDATA[Michelle,

I have just modified the article to include the generated trigger code in a plain text file.  When you download the file, be sure to replace the .DOC file extension with either .SQL or .TXT (Wordpress allows posting Microsoft Word documents, but not all other file types).  

A direct link to the code:
http://hoopercharles.files.wordpress.com/2010/08/trigger_datalog_or112p_hpm_log_parts-sql.doc]]></description>
		<content:encoded><![CDATA[<p>Michelle,</p>
<p>I have just modified the article to include the generated trigger code in a plain text file.  When you download the file, be sure to replace the .DOC file extension with either .SQL or .TXT (WordPress allows posting Microsoft Word documents, but not all other file types).  </p>
<p>A direct link to the code:<br />
<a href="http://hoopercharles.files.wordpress.com/2010/08/trigger_datalog_or112p_hpm_log_parts-sql.doc" rel="nofollow">http://hoopercharles.files.wordpress.com/2010/08/trigger_datalog_or112p_hpm_log_parts-sql.doc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Daniel</title>
		<link>http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/#comment-5096</link>
		<dc:creator><![CDATA[Michelle Daniel]]></dc:creator>
		<pubDate>Sun, 06 Jan 2013 20:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=3082#comment-5096</guid>
		<description><![CDATA[I have an Oralce 11g  application into which I must create a change-log trigger for a multi-columned table.  I have downloaded your VBS script, but do not see the trigger shown there.  When I select the notepad screen above showing the top end of the trigger, I am not able to scroll it down to see the trigger entirely.  Having no knowledge of VBS, it is not feasible for me to try to run the script to discover the trigger it would build.  

Would it be possible to show the trigger completely or email a copy?  From what I see and read, your trigger will go a long way in supplying the basis from whioch I can create the trigger needed in the application with which I am now working.  

Thank you for your help.]]></description>
		<content:encoded><![CDATA[<p>I have an Oralce 11g  application into which I must create a change-log trigger for a multi-columned table.  I have downloaded your VBS script, but do not see the trigger shown there.  When I select the notepad screen above showing the top end of the trigger, I am not able to scroll it down to see the trigger entirely.  Having no knowledge of VBS, it is not feasible for me to try to run the script to discover the trigger it would build.  </p>
<p>Would it be possible to show the trigger completely or email a copy?  From what I see and read, your trigger will go a long way in supplying the basis from whioch I can create the trigger needed in the application with which I am now working.  </p>
<p>Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/#comment-1747</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Thu, 26 Aug 2010 19:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=3082#comment-1747</guid>
		<description><![CDATA[Gwen,

Thank you for the compliment.  

The mixing of the various languages (VBScript, HTML, SQL, a little bit of PL/SQL, a little bit of Javascript, and the Scripting.FileSystemObject object syntax) probably makes some of my examples seem to be very complicated (or just plain confusing).  I think that it would be worthwhile learning the VB language in Excel because it is simply easier than VBScript (syntax helping while typing is great).  The user interface part is much more straight-forward in Excel where you have the option of using either a UserForm as the user interface, as well as using simple worksheets and charts.  The code in this example will work as is in Excel also if the &quot;StartUp&quot; line near the start of the script is moved to a command button (or another macro).

The other option, of course, is to crack the whip on the programmer, and tell him/her to &quot;build that for me!&quot; - one approach might be easier than the other, but I am not sure which one.  :-)]]></description>
		<content:encoded><![CDATA[<p>Gwen,</p>
<p>Thank you for the compliment.  </p>
<p>The mixing of the various languages (VBScript, HTML, SQL, a little bit of PL/SQL, a little bit of Javascript, and the Scripting.FileSystemObject object syntax) probably makes some of my examples seem to be very complicated (or just plain confusing).  I think that it would be worthwhile learning the VB language in Excel because it is simply easier than VBScript (syntax helping while typing is great).  The user interface part is much more straight-forward in Excel where you have the option of using either a UserForm as the user interface, as well as using simple worksheets and charts.  The code in this example will work as is in Excel also if the &#8220;StartUp&#8221; line near the start of the script is moved to a command button (or another macro).</p>
<p>The other option, of course, is to crack the whip on the programmer, and tell him/her to &#8220;build that for me!&#8221; &#8211; one approach might be easier than the other, but I am not sure which one.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwen Shapira</title>
		<link>http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/#comment-1744</link>
		<dc:creator><![CDATA[Gwen Shapira]]></dc:creator>
		<pubDate>Thu, 26 Aug 2010 17:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=3082#comment-1744</guid>
		<description><![CDATA[This rocks! What a beautiful piece of automation - and a friendly user interface too! Almost makes me want to learn Excel VB :)]]></description>
		<content:encoded><![CDATA[<p>This rocks! What a beautiful piece of automation &#8211; and a friendly user interface too! Almost makes me want to learn Excel VB <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
