<?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: Hyper-Extended Oracle Performance Monitor 6.0 Beta</title>
	<atom:link href="http://hoopercharles.wordpress.com/2012/03/15/hyper-extended-oracle-performance-monitor-6-0-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2012/03/15/hyper-extended-oracle-performance-monitor-6-0-beta/</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: Log Buffer #263, A Carnival of the Vanities for DBAs</title>
		<link>http://hoopercharles.wordpress.com/2012/03/15/hyper-extended-oracle-performance-monitor-6-0-beta/#comment-5290</link>
		<dc:creator><![CDATA[Log Buffer #263, A Carnival of the Vanities for DBAs]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 16:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6167#comment-5290</guid>
		<description><![CDATA[[...] Charles Hooper talks about Hyper-Extended Oracle Performance Monitor 6.0 Beta. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Charles Hooper talks about Hyper-Extended Oracle Performance Monitor 6.0 Beta. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean-michel</title>
		<link>http://hoopercharles.wordpress.com/2012/03/15/hyper-extended-oracle-performance-monitor-6-0-beta/#comment-4632</link>
		<dc:creator><![CDATA[jean-michel]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 18:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6167#comment-4632</guid>
		<description><![CDATA[Thank you very much for your detailed answer.
Being on holiday presently, I will check out my XE database with your vbs scripts in a few days.
Once more, thank you for sharing even the simple mistakes with others.
I had to tell my colleagues that the Oracle community is rich and share a lot to make the whole thing move.
Greetings
Jean-michel]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for your detailed answer.<br />
Being on holiday presently, I will check out my XE database with your vbs scripts in a few days.<br />
Once more, thank you for sharing even the simple mistakes with others.<br />
I had to tell my colleagues that the Oracle community is rich and share a lot to make the whole thing move.<br />
Greetings<br />
Jean-michel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2012/03/15/hyper-extended-oracle-performance-monitor-6-0-beta/#comment-4630</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 17:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6167#comment-4630</guid>
		<description><![CDATA[Jean-Michel,

Regarding the book, both Jonathan Lewis and Tanel Poder (the book&#039;s technical reviewer) have Oracle knowledge that extends far beyond what I know about that product (I have learned from both, but do not always remember the fine details).  It is mostly simple mistakes that I pointed out - items that are very easy to overlook when the author re-reads something that he wrote; to see the errors it is probably almost a necessity to allow what is written to remain untouched for a month before re-checking what was written.  Jonathan&#039;s approach to responding to my error reports was well handled, with him responding publically, and in detail within a couple of days.  The same approach cannot be said about some of the other book authors - none of the 21 errata reports that I filed for the book &quot;Oracle Database 11gR2 Performance Tuning Cookbook&quot; have appeared yet on the publisher&#039;s website, so there was little sense in me filing errata reports for the other errata items (that reminds me that I need to finish up the second half of that book review).  I put a lot of effort into the book reviews to make those reviews as specific as possible - thank you for noticing.

Thank you for stopping by my blog and trying to use my program with Oracle XE.  I do not have much experience with Oracle XE, other than installing it one time.  A Google search found that several other people have also experienced difficulty in connecting to XE databases using other software.  When the &quot;Could not connect to the database.  Check your user name and password.&quot; error appears on the screen, a more descriptive error message should appear immediately after that text (on the next line) - did you see a more descriptive message with an &lt;b&gt;ORA-&lt;/b&gt; error?

The documentation, under the heading &quot;Making Oracle Database XE Available to Remote Clients&quot; indicates that you might need to make a change to the XE configuration:
http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm#autoId21

One of the websites that I found through a Google search indicates that you should specify in the &lt;b&gt;Oracle SID&lt;/b&gt; box the IP address of the computer, followed by a colon, the listener port number, a forward slash, and then XE, as follows:
&lt;pre&gt;
192.168.0.195:1521/XE
&lt;/pre&gt;

Another site suggested using the localhost address (127.0.0.1) followed by a forward slash and XE:
&lt;pre&gt;
127.0.0.1/XE
&lt;/pre&gt;

Make certain that the Windows firewall (or firewall supplied with an antivirus product) is not blocking port 1521.  Also, some sites mentioned that if you have an XE Oracle home along with other Oracle homes on the computer, you might experience problems during connection attempts (ADO may be seeing the wrong Oracle home).

The Hyper-Extended Oracle Performance Monitor program connects using ADO and the OraOLEDB.Oracle provider, similar to several of the VBS scripts that I have on this blog.  Are you able to successfully connect to the XE database using any of these scripts:
http://hoopercharles.wordpress.com/2010/09/12/the-sql-to-the-orbiting-ball/
http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/
http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/

In the above scripts, you should see a line similar to the following:
&lt;pre&gt;
strDatabase = &quot;MyDB&quot;
&lt;/pre&gt;

Between the quotes in the above line, you can try the various naming conventions mentioned above (XE, 192.168.0.195:1521/XE,127.0.0.1/XE) to see if you are able to find one that works with XE.  If you find one that works, it should also work with my Hyper-Extended Oracle Performance Monitor program.  

If anyone has been able to use my Hyper-Extended Oracle Performance Monitor program or one of my VBS scripts with XE, please share what you needed to do to make the connection work.]]></description>
		<content:encoded><![CDATA[<p>Jean-Michel,</p>
<p>Regarding the book, both Jonathan Lewis and Tanel Poder (the book&#8217;s technical reviewer) have Oracle knowledge that extends far beyond what I know about that product (I have learned from both, but do not always remember the fine details).  It is mostly simple mistakes that I pointed out &#8211; items that are very easy to overlook when the author re-reads something that he wrote; to see the errors it is probably almost a necessity to allow what is written to remain untouched for a month before re-checking what was written.  Jonathan&#8217;s approach to responding to my error reports was well handled, with him responding publically, and in detail within a couple of days.  The same approach cannot be said about some of the other book authors &#8211; none of the 21 errata reports that I filed for the book &#8220;Oracle Database 11gR2 Performance Tuning Cookbook&#8221; have appeared yet on the publisher&#8217;s website, so there was little sense in me filing errata reports for the other errata items (that reminds me that I need to finish up the second half of that book review).  I put a lot of effort into the book reviews to make those reviews as specific as possible &#8211; thank you for noticing.</p>
<p>Thank you for stopping by my blog and trying to use my program with Oracle XE.  I do not have much experience with Oracle XE, other than installing it one time.  A Google search found that several other people have also experienced difficulty in connecting to XE databases using other software.  When the &#8220;Could not connect to the database.  Check your user name and password.&#8221; error appears on the screen, a more descriptive error message should appear immediately after that text (on the next line) &#8211; did you see a more descriptive message with an <b>ORA-</b> error?</p>
<p>The documentation, under the heading &#8220;Making Oracle Database XE Available to Remote Clients&#8221; indicates that you might need to make a change to the XE configuration:<br />
<a href="http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm#autoId21" rel="nofollow">http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm#autoId21</a></p>
<p>One of the websites that I found through a Google search indicates that you should specify in the <b>Oracle SID</b> box the IP address of the computer, followed by a colon, the listener port number, a forward slash, and then XE, as follows:</p>
<pre>
192.168.0.195:1521/XE
</pre>
<p>Another site suggested using the localhost address (127.0.0.1) followed by a forward slash and XE:</p>
<pre>
127.0.0.1/XE
</pre>
<p>Make certain that the Windows firewall (or firewall supplied with an antivirus product) is not blocking port 1521.  Also, some sites mentioned that if you have an XE Oracle home along with other Oracle homes on the computer, you might experience problems during connection attempts (ADO may be seeing the wrong Oracle home).</p>
<p>The Hyper-Extended Oracle Performance Monitor program connects using ADO and the OraOLEDB.Oracle provider, similar to several of the VBS scripts that I have on this blog.  Are you able to successfully connect to the XE database using any of these scripts:<br />
<a href="http://hoopercharles.wordpress.com/2010/09/12/the-sql-to-the-orbiting-ball/" rel="nofollow">http://hoopercharles.wordpress.com/2010/09/12/the-sql-to-the-orbiting-ball/</a><br />
<a href="http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/" rel="nofollow">http://hoopercharles.wordpress.com/2010/08/25/oracle-logging-trigger-creator/</a><br />
<a href="http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/" rel="nofollow">http://hoopercharles.wordpress.com/2010/01/14/working-with-oracles-time-model-data-2/</a></p>
<p>In the above scripts, you should see a line similar to the following:</p>
<pre>
strDatabase = "MyDB"
</pre>
<p>Between the quotes in the above line, you can try the various naming conventions mentioned above (XE, 192.168.0.195:1521/XE,127.0.0.1/XE) to see if you are able to find one that works with XE.  If you find one that works, it should also work with my Hyper-Extended Oracle Performance Monitor program.  </p>
<p>If anyone has been able to use my Hyper-Extended Oracle Performance Monitor program or one of my VBS scripts with XE, please share what you needed to do to make the connection work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JEAN-MICHEL</title>
		<link>http://hoopercharles.wordpress.com/2012/03/15/hyper-extended-oracle-performance-monitor-6-0-beta/#comment-4629</link>
		<dc:creator><![CDATA[JEAN-MICHEL]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 15:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6167#comment-4629</guid>
		<description><![CDATA[Hi Charles,
First of all, thank you for your website and also for your comments on Jonathan Lewis&#039;s Oracle Core Essentials book.
I was impressed by the accuracy and the amount of things you said despite the work of the technical reviewer.
As concerning your Hyper-Extended Monitor, I have a question given I did not succeed in using it so far.
I started an XE instance on my localhost and I have a &quot;Could not connect to the database. Check you user or password&quot; message when using the &quot;XE&quot; Oracle_SID and system user.
What is wrong with me ?
A &quot;tnsping XE&quot; returns an &quot;OK - SID=XE&quot;.
Thanks for your help.
Jean-michel, Nemours, FRANCE]]></description>
		<content:encoded><![CDATA[<p>Hi Charles,<br />
First of all, thank you for your website and also for your comments on Jonathan Lewis&#8217;s Oracle Core Essentials book.<br />
I was impressed by the accuracy and the amount of things you said despite the work of the technical reviewer.<br />
As concerning your Hyper-Extended Monitor, I have a question given I did not succeed in using it so far.<br />
I started an XE instance on my localhost and I have a &#8220;Could not connect to the database. Check you user or password&#8221; message when using the &#8220;XE&#8221; Oracle_SID and system user.<br />
What is wrong with me ?<br />
A &#8220;tnsping XE&#8221; returns an &#8220;OK &#8211; SID=XE&#8221;.<br />
Thanks for your help.<br />
Jean-michel, Nemours, FRANCE</p>
]]></content:encoded>
	</item>
</channel>
</rss>
