<?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: Working with Oracle&#8217;s Time Model Data 2</title>
	<atom:link href="http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 13 Jun 2013 22:46:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-4963</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 13:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-4963</guid>
		<description><![CDATA[Karthik,

Good that you were able to fix the problem with the script.

Regarding the books, are you asking about books for writing VBS scripts, Oracle Database performance books, or general Oracle Database books?]]></description>
		<content:encoded><![CDATA[<p>Karthik,</p>
<p>Good that you were able to fix the problem with the script.</p>
<p>Regarding the books, are you asking about books for writing VBS scripts, Oracle Database performance books, or general Oracle Database books?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-4962</link>
		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 12:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-4962</guid>
		<description><![CDATA[HI charles,

its working.. thanks

im just a junior DBA can you please refer some good books and sorry for my ignorance..]]></description>
		<content:encoded><![CDATA[<p>HI charles,</p>
<p>its working.. thanks</p>
<p>im just a junior DBA can you please refer some good books and sorry for my ignorance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-4961</link>
		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 12:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-4961</guid>
		<description><![CDATA[Hi Charles,

 i have copied the script and prvide the below details
when i run it open a blank screen

strUsername = &quot;1333815&quot;
strPassword = &quot;Karthik2015&quot;
strDatabase = &quot;SSTORM_TEST&quot;

what else do i need to do?]]></description>
		<content:encoded><![CDATA[<p>Hi Charles,</p>
<p> i have copied the script and prvide the below details<br />
when i run it open a blank screen</p>
<p>strUsername = &#8220;1333815&#8243;<br />
strPassword = &#8220;Karthik2015&#8243;<br />
strDatabase = &#8220;SSTORM_TEST&#8221;</p>
<p>what else do i need to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-329</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-329</guid>
		<description><![CDATA[I am happy that you like this example.

Yes, that is correct - it uses the entries found in tnsnames.ora.  

While the example is very good, here are some ideas for expanding the example (someone else feel free to make the changes):
* In theory, it would be possible to read the tnsnames.ora file, extract the aliases, and create a drop-down list with all of the different databases that are defined - you could then use that list to select the database of interest to monitor.  

* You could also write the retrieved statistics to a text file, Excel file, or database table for later analysis.  

* I think that I also posted a VBS example where the computer speaks - if you find one session that is consuming 50% of the server capacity, you could have the script announce that USER1 is possibly suffering performance problems - it could be fun to listen to this for possibly 5 minutes.

* Add explain plan capability or a SQL monitor.

* Create charts in Excel that show performance history.

* And the list goes on...]]></description>
		<content:encoded><![CDATA[<p>I am happy that you like this example.</p>
<p>Yes, that is correct &#8211; it uses the entries found in tnsnames.ora.  </p>
<p>While the example is very good, here are some ideas for expanding the example (someone else feel free to make the changes):<br />
* In theory, it would be possible to read the tnsnames.ora file, extract the aliases, and create a drop-down list with all of the different databases that are defined &#8211; you could then use that list to select the database of interest to monitor.  </p>
<p>* You could also write the retrieved statistics to a text file, Excel file, or database table for later analysis.  </p>
<p>* I think that I also posted a VBS example where the computer speaks &#8211; if you find one session that is consuming 50% of the server capacity, you could have the script announce that USER1 is possibly suffering performance problems &#8211; it could be fun to listen to this for possibly 5 minutes.</p>
<p>* Add explain plan capability or a SQL monitor.</p>
<p>* Create charts in Excel that show performance history.</p>
<p>* And the list goes on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-328</link>
		<dc:creator><![CDATA[Anand]]></dc:creator>
		<pubDate>Sun, 07 Feb 2010 18:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-328</guid>
		<description><![CDATA[Hi Charles,

Its Awesome...no other word :)

If we run this for a remote database, then we need to provide the tns_alias name fro the source db in the strDatabase = &quot;MyDB&quot; ??? Am i right

Regards,
Anand]]></description>
		<content:encoded><![CDATA[<p>Hi Charles,</p>
<p>Its Awesome&#8230;no other word <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If we run this for a remote database, then we need to provide the tns_alias name fro the source db in the strDatabase = &#8220;MyDB&#8221; ??? Am i right</p>
<p>Regards,<br />
Anand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogroll Report 08/01/2009 – 15/01/2010 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-288</link>
		<dc:creator><![CDATA[Blogroll Report 08/01/2009 – 15/01/2010 &#171; Coskan&#8217;s Approach to Oracle]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 18:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-288</guid>
		<description><![CDATA[[...] Charles Hooper-Working with Oracle’s Time Model Data 2 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Charles Hooper-Working with Oracle’s Time Model Data 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-183</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-183</guid>
		<description><![CDATA[The final version of the chapter was made available on the Apress website on January 4, at around 7 PM UTC time (I do not know the reason for the delay, the final proof copies were due a couple of weeks earlier).  Prior to that, Apress only offered the version of the chapters as of roughly October 1, which is just after the Apress lead editor split our chapter into 2 chapters and did his best to shrink the length of the chapter.  We rewrote several sections of the two chapters based on the lead editor&#039;s comments, adding a bit more detail in a couple of the sections.

I am very happy to hear that you are finding that the chapter is helpful/useful.]]></description>
		<content:encoded><![CDATA[<p>The final version of the chapter was made available on the Apress website on January 4, at around 7 PM UTC time (I do not know the reason for the delay, the final proof copies were due a couple of weeks earlier).  Prior to that, Apress only offered the version of the chapters as of roughly October 1, which is just after the Apress lead editor split our chapter into 2 chapters and did his best to shrink the length of the chapter.  We rewrote several sections of the two chapters based on the lead editor&#8217;s comments, adding a bit more detail in a couple of the sections.</p>
<p>I am very happy to hear that you are finding that the chapter is helpful/useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-180</link>
		<dc:creator><![CDATA[coskan]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-180</guid>
		<description><![CDATA[I think I was already reading the Understanding Performance Optimization Methods :). I just downloaded the whole book and realized that the chapter name changed on top of the pages. It was labeled choosing a performance optimization method for the alpha download and I just looked at the top of the page   while I wrote here :)

I think the chapter is very definitive and overall system tuning information gathering, plus how to go through a certain tracefiles was very educational for me.]]></description>
		<content:encoded><![CDATA[<p>I think I was already reading the Understanding Performance Optimization Methods <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I just downloaded the whole book and realized that the chapter name changed on top of the pages. It was labeled choosing a performance optimization method for the alpha download and I just looked at the top of the page   while I wrote here <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think the chapter is very definitive and overall system tuning information gathering, plus how to go through a certain tracefiles was very educational for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-179</link>
		<dc:creator><![CDATA[coskan]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 14:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-179</guid>
		<description><![CDATA[I downloaded it on 22th of December,
I could not see any mistake so far but I hope you submitted the right by that time one otherwise I have to read 100 pages again :)

I did not go through the first chapter yet because this was initially to take a look at the chapter and I could not stop reading. I will definitely write my opinions about the chapters both here and my blog. 

Thank you again.]]></description>
		<content:encoded><![CDATA[<p>I downloaded it on 22th of December,<br />
I could not see any mistake so far but I hope you submitted the right by that time one otherwise I have to read 100 pages again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I did not go through the first chapter yet because this was initially to take a look at the chapter and I could not stop reading. I will definitely write my opinions about the chapters both here and my blog. </p>
<p>Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/#comment-178</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 13:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=820#comment-178</guid>
		<description><![CDATA[The script in this article ties in nicely with several of the chapters in the &quot;Expert Oracle Practices&quot; book.

You might also enjoy this script (portions of the script require that Oracle Database run on a Windows server):
http://hoopercharles.wordpress.com/2010/01/09/drilling-into-session-detail-from-the-operating-system-on-the-windows-platform-2/

Thanks for the feedback regarding the second chapter that Randolf and I wrote.  What is your opinion of the first chapter, &quot;Understanding Performance Optimization Methods&quot;?  There were several significant changes made to both chapters between the time the alpha copy was captured and the final copy was submitted, so hopefully you were able to download the final version.]]></description>
		<content:encoded><![CDATA[<p>The script in this article ties in nicely with several of the chapters in the &#8220;Expert Oracle Practices&#8221; book.</p>
<p>You might also enjoy this script (portions of the script require that Oracle Database run on a Windows server):<br />
<a href="http://hoopercharles.wordpress.com/2010/01/09/drilling-into-session-detail-from-the-operating-system-on-the-windows-platform-2/" rel="nofollow">http://hoopercharles.wordpress.com/2010/01/09/drilling-into-session-detail-from-the-operating-system-on-the-windows-platform-2/</a></p>
<p>Thanks for the feedback regarding the second chapter that Randolf and I wrote.  What is your opinion of the first chapter, &#8220;Understanding Performance Optimization Methods&#8221;?  There were several significant changes made to both chapters between the time the alpha copy was captured and the final copy was submitted, so hopefully you were able to download the final version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
