<?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: Tools</title>
	<atom:link href="http://ashmasters.com/ash-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashmasters.com</link>
	<description>The ASH Masters Demoground</description>
	<pubDate>Thu, 11 Mar 2010 03:07:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: scoter</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-971</link>
		<dc:creator>scoter</dc:creator>
		<pubDate>Mon, 09 Feb 2009 11:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-971</guid>
		<description>Hello Jutay,

maybe the problem is that you use some 32bit and some 64bit library.
You have to be shure to use only one type of library ( only 32 or only 64 ).
If you want to try to use 32bit library you can use the "linux32" command on your laptop.
Bye

ps: to check if you are using a 32bit or 64 library file you can follow this example:

[oracle@area51 ~]$ file /app/oracle/APEX/11.1.0/lib/libclntsh.so
/app/oracle/APEX/11.1.0/lib/libclntsh.so: symbolic link to `/app/oracle/APEX/11.1.0/lib/libclntsh.so.11.1'
[oracle@area51 ~]$ file /app/oracle/APEX/11.1.0/lib/libclntsh.so.11.1
/app/oracle/APEX/11.1.0/lib/libclntsh.so.11.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped

Simon</description>
		<content:encoded><![CDATA[<p>Hello Jutay,</p>
<p>maybe the problem is that you use some 32bit and some 64bit library.<br />
You have to be shure to use only one type of library ( only 32 or only 64 ).<br />
If you want to try to use 32bit library you can use the &#8220;linux32&#8243; command on your laptop.<br />
Bye</p>
<p>ps: to check if you are using a 32bit or 64 library file you can follow this example:</p>
<p>[oracle@area51 ~]$ file /app/oracle/APEX/11.1.0/lib/libclntsh.so<br />
/app/oracle/APEX/11.1.0/lib/libclntsh.so: symbolic link to `/app/oracle/APEX/11.1.0/lib/libclntsh.so.11.1&#8242;<br />
[oracle@area51 ~]$ file /app/oracle/APEX/11.1.0/lib/libclntsh.so.11.1<br />
/app/oracle/APEX/11.1.0/lib/libclntsh.so.11.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scoter</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-970</link>
		<dc:creator>scoter</dc:creator>
		<pubDate>Mon, 09 Feb 2009 11:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-970</guid>
		<description>Hello Jutay,

maybe the problem is that you use some 32bit and some 64bit library.
You have to be shure to use only one type of library ( only 32 or only 64 ).
If you want to try to use 32bit library you can use the "linux32" command on your laptop.
Bye

Simon</description>
		<content:encoded><![CDATA[<p>Hello Jutay,</p>
<p>maybe the problem is that you use some 32bit and some 64bit library.<br />
You have to be shure to use only one type of library ( only 32 or only 64 ).<br />
If you want to try to use 32bit library you can use the &#8220;linux32&#8243; command on your laptop.<br />
Bye</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jutay</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-867</link>
		<dc:creator>jutay</dc:creator>
		<pubDate>Wed, 04 Feb 2009 04:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-867</guid>
		<description>Well,
about my last update, I solved (or initially solved) the error of the following way:

root@marinmedeiros-laptop:/usr/lib/oracle/11.1/client64/lib# ln -s libclntsh.so.11.1 libclntsh.so
root@marinmedeiros-laptop:/usr/lib/oracle/11.1/client64/lib# ls -lah
total 144M
drwxr-xr-x 2 root root 4.0K 2009-02-04 01:56 .
drwxr-xr-x 4 root root 4.0K 2008-12-08 19:27 ..
-rw-r--r-- 1 root root  441 2008-12-10 17:24 glogin.sql
lrwxrwxrwx 1 root root   17 2009-02-04 01:56 libclntsh.so -&gt; libclntsh.so.11.1
-rw-r--r-- 1 root root  46M 2008-11-25 09:09 libclntsh.so.11.1
-rw-r--r-- 1 root root 8.0M 2008-11-25 09:09 libnnz11.so
-rw-r--r-- 1 root root 1.6M 2008-11-25 09:09 libocci.so.11.1
-rw-r--r-- 1 root root  82M 2008-11-25 09:09 libociei.so
-rw-r--r-- 1 root root 176K 2008-11-25 09:09 libocijdbc11.so
-rw-r--r-- 1 root root 1.5M 2008-11-25 09:10 libsqlplusic.so
-rw-r--r-- 1 root root 1.5M 2008-11-25 09:10 libsqlplus.so
-rw-r--r-- 1 root root 1.9M 2008-11-25 09:09 ojdbc5.jar
-rw-r--r-- 1 root root 1.9M 2008-11-25 09:09 ojdbc6.jar

But, when  i execute the ashmon.sh and try to connect, a new exception raises:

marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh
Error from thread tid0x7f9d8c9c06e0
can't read "handle": no such variable
    while executing
"::callback_mesg "$cur_proc:$handle""

Any idea?</description>
		<content:encoded><![CDATA[<p>Well,<br />
about my last update, I solved (or initially solved) the error of the following way:</p>
<p>root@marinmedeiros-laptop:/usr/lib/oracle/11.1/client64/lib# ln -s libclntsh.so.11.1 libclntsh.so<br />
root@marinmedeiros-laptop:/usr/lib/oracle/11.1/client64/lib# ls -lah<br />
total 144M<br />
drwxr-xr-x 2 root root 4.0K 2009-02-04 01:56 .<br />
drwxr-xr-x 4 root root 4.0K 2008-12-08 19:27 ..<br />
-rw-r&#8211;r&#8211; 1 root root  441 2008-12-10 17:24 glogin.sql<br />
lrwxrwxrwx 1 root root   17 2009-02-04 01:56 libclntsh.so -&gt; libclntsh.so.11.1<br />
-rw-r&#8211;r&#8211; 1 root root  46M 2008-11-25 09:09 libclntsh.so.11.1<br />
-rw-r&#8211;r&#8211; 1 root root 8.0M 2008-11-25 09:09 libnnz11.so<br />
-rw-r&#8211;r&#8211; 1 root root 1.6M 2008-11-25 09:09 libocci.so.11.1<br />
-rw-r&#8211;r&#8211; 1 root root  82M 2008-11-25 09:09 libociei.so<br />
-rw-r&#8211;r&#8211; 1 root root 176K 2008-11-25 09:09 libocijdbc11.so<br />
-rw-r&#8211;r&#8211; 1 root root 1.5M 2008-11-25 09:10 libsqlplusic.so<br />
-rw-r&#8211;r&#8211; 1 root root 1.5M 2008-11-25 09:10 libsqlplus.so<br />
-rw-r&#8211;r&#8211; 1 root root 1.9M 2008-11-25 09:09 ojdbc5.jar<br />
-rw-r&#8211;r&#8211; 1 root root 1.9M 2008-11-25 09:09 ojdbc6.jar</p>
<p>But, when  i execute the ashmon.sh and try to connect, a new exception raises:</p>
<p>marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh<br />
Error from thread tid0&#215;7f9d8c9c06e0<br />
can&#8217;t read &#8220;handle&#8221;: no such variable<br />
    while executing<br />
&#8220;::callback_mesg &#8220;$cur_proc:$handle&#8221;"</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jutay</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-862</link>
		<dc:creator>jutay</dc:creator>
		<pubDate>Tue, 03 Feb 2009 11:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-862</guid>
		<description>Hi all,
i solved the problem. I installed the blt library, and compiled oratcl4.4 sourcecode fo my 64bits platform. I copied the /usr/lib/Oratcl4.4 directory to ASHMON_HOME and replaces the original Oratcl4.4 folder in this directory (because an error was raising because of 32bits libraries incompatibilities).
Everthig seems to work fine, except when i try to connect and received  the following erro:

marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh 
Oratcl_Init(): Failed to load /usr/lib/oracle/11.1/client64/lib/libclntsh.so with error /usr/lib/oracle/11.1/client64/lib/libclntsh.so: cannot open shared object file: No such file or directory
Error from thread tid0x41f6f950

    while executing
"load [ tsv::set dll oratcl40 ]"
marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ 


Are there any incompatibility with oracle instant client 11g? If so, how can i bypass this problem?
Thnak you a lot.</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
i solved the problem. I installed the blt library, and compiled oratcl4.4 sourcecode fo my 64bits platform. I copied the /usr/lib/Oratcl4.4 directory to ASHMON_HOME and replaces the original Oratcl4.4 folder in this directory (because an error was raising because of 32bits libraries incompatibilities).<br />
Everthig seems to work fine, except when i try to connect and received  the following erro:</p>
<p>marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh<br />
Oratcl_Init(): Failed to load /usr/lib/oracle/11.1/client64/lib/libclntsh.so with error /usr/lib/oracle/11.1/client64/lib/libclntsh.so: cannot open shared object file: No such file or directory<br />
Error from thread tid0&#215;41f6f950</p>
<p>    while executing<br />
&#8220;load [ tsv::set dll oratcl40 ]&#8221;<br />
marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ </p>
<p>Are there any incompatibility with oracle instant client 11g? If so, how can i bypass this problem?<br />
Thnak you a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jutay</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-860</link>
		<dc:creator>jutay</dc:creator>
		<pubDate>Tue, 03 Feb 2009 02:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-860</guid>
		<description>Hi,
i suppose i could sove the error before, of the following way:

   load /usr/lib/tcltk/tile0.8.2/libtile0.8.2.so^M
#  load $env(MON_SHARED_LIB)/../lib/tile0.7.8/libtile0.7.8.so^M


But now i got other error:

marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh 
Error in startup script: couldn't load file "C:/Program Files/Tcl/lib/BLT24.so": C:/Program Files/Tcl/lib/BLT24.so: cannot open shared object file: No such file or directory
    while executing
"load $library BLT"
    (procedure "LoadBLT" line 30)
    invoked from within
"LoadBLT 2.4 ../lib/blt2.4"
    ("package ifneeded" script)
    invoked from within
"package require BLT    2.4"
    (file "../funcs/begin.tcl" line 182)

I really couldn't find where it took the value "C:/Program File ..."
Anyone know how to address this exception?
Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i suppose i could sove the error before, of the following way:</p>
<p>   load /usr/lib/tcltk/tile0.8.2/libtile0.8.2.so^M<br />
#  load $env(MON_SHARED_LIB)/../lib/tile0.7.8/libtile0.7.8.so^M</p>
<p>But now i got other error:</p>
<p>marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh<br />
Error in startup script: couldn&#8217;t load file &#8220;C:/Program Files/Tcl/lib/BLT24.so&#8221;: C:/Program Files/Tcl/lib/BLT24.so: cannot open shared object file: No such file or directory<br />
    while executing<br />
&#8220;load $library BLT&#8221;<br />
    (procedure &#8220;LoadBLT&#8221; line 30)<br />
    invoked from within<br />
&#8220;LoadBLT 2.4 ../lib/blt2.4&#8243;<br />
    (&#8221;package ifneeded&#8221; script)<br />
    invoked from within<br />
&#8220;package require BLT    2.4&#8243;<br />
    (file &#8220;../funcs/begin.tcl&#8221; line 182)</p>
<p>I really couldn&#8217;t find where it took the value &#8220;C:/Program File &#8230;&#8221;<br />
Anyone know how to address this exception?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jutay</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-828</link>
		<dc:creator>jutay</dc:creator>
		<pubDate>Fri, 30 Jan 2009 07:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-828</guid>
		<description>Hi Coter,
i have done what you suggested, and the first error has been solved. In the other hand now i got the following error:

marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh 
Error in startup script: couldn't load file "/home/marinmedeiros/orasoftware/ashmon/bin/../lib/tile0.7.8/libtile0.7.8.so": /home/marinmedeiros/orasoftware/ashmon/bin/../lib/tile0.7.8/libtile0.7.8.so: wrong ELF class: ELFCLASS32
    while executing
"load $env(MON_SHARED_LIB)/../lib/tile0.7.8/libtile0.7.8.so"
    (file "../funcs/begin.tcl" line 171)

I googled this library but i was not able to find anything (just referenced as a library installed automatically by a tool/plugin installation)
Can you still help me?

Thank you a lot</description>
		<content:encoded><![CDATA[<p>Hi Coter,<br />
i have done what you suggested, and the first error has been solved. In the other hand now i got the following error:</p>
<p>marinmedeiros@marinmedeiros-laptop:~/orasoftware/ashmon/bin$ ./ashmon.sh<br />
Error in startup script: couldn&#8217;t load file &#8220;/home/marinmedeiros/orasoftware/ashmon/bin/../lib/tile0.7.8/libtile0.7.8.so&#8221;: /home/marinmedeiros/orasoftware/ashmon/bin/../lib/tile0.7.8/libtile0.7.8.so: wrong ELF class: ELFCLASS32<br />
    while executing<br />
&#8220;load $env(MON_SHARED_LIB)/../lib/tile0.7.8/libtile0.7.8.so&#8221;<br />
    (file &#8220;../funcs/begin.tcl&#8221; line 171)</p>
<p>I googled this library but i was not able to find anything (just referenced as a library installed automatically by a tool/plugin installation)<br />
Can you still help me?</p>
<p>Thank you a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scoter</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-705</link>
		<dc:creator>scoter</dc:creator>
		<pubDate>Wed, 21 Jan 2009 18:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-705</guid>
		<description>Hello Jutay,

after recompiled the libthread library you have to modify "funcs/begin.tcl" and change the row:

load $env(MON_SHARED_LIB)/../lib/thread2.6.3/libthread2.6.3.so

with the path where you have the "new" libthread 64bit library .
Hope this helps.

Ciao

Simon COTER</description>
		<content:encoded><![CDATA[<p>Hello Jutay,</p>
<p>after recompiled the libthread library you have to modify &#8220;funcs/begin.tcl&#8221; and change the row:</p>
<p>load $env(MON_SHARED_LIB)/../lib/thread2.6.3/libthread2.6.3.so</p>
<p>with the path where you have the &#8220;new&#8221; libthread 64bit library .<br />
Hope this helps.</p>
<p>Ciao</p>
<p>Simon COTER</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jutay</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-540</link>
		<dc:creator>jutay</dc:creator>
		<pubDate>Sat, 27 Dec 2008 03:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-540</guid>
		<description>Hi Kyle,
thank you for your response, i have downloaded the source code and i compiled it, without any modification, and i still got the same error.
Do i have to alter any code? Can you help me in this point?

Thank you again.</description>
		<content:encoded><![CDATA[<p>Hi Kyle,<br />
thank you for your response, i have downloaded the source code and i compiled it, without any modification, and i still got the same error.<br />
Do i have to alter any code? Can you help me in this point?</p>
<p>Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-539</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Fri, 26 Dec 2008 20:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-539</guid>
		<description>Hi Jutay,

   Sounds like the libthread2.6 is incompatible. I'd recommend getting the source for it and recompiling
http://sourceforge.net/project/showfiles.php?group_id=10894&amp;package_id=10438&amp;release_id=453541

best
Kyle</description>
		<content:encoded><![CDATA[<p>Hi Jutay,</p>
<p>   Sounds like the libthread2.6 is incompatible. I&#8217;d recommend getting the source for it and recompiling<br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=10894&#038;package_id=10438&#038;release_id=453541" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=10894&#038;package_id=10438&#038;release_id=453541</a></p>
<p>best<br />
Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jutay</title>
		<link>http://ashmasters.com/ash-tools/comment-page-1/#comment-514</link>
		<dc:creator>jutay</dc:creator>
		<pubDate>Tue, 23 Dec 2008 21:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=8#comment-514</guid>
		<description>Hi,
i am an enthusiastic ASHMON PERFVISION tool (OEM LITE) user.
I got my own scripts that i execute through sqlplus to administer the Oracle databases, and i got OEM LITE to capture, isolate e tune the SQLs runing over the databases, leading in a proactive way the application impact over the enviroments (databases, nodes, HW).
But .. after i got to migrate my desktop to Linux Ubuntu, i am not able to install "oem lite" any more.
So, i need some help.
I am runing ubuntu desktop edition 8.10 x86_64:
Linux marinmedeiros-laptop 2.6.27-11-generic #1 SMP Fri Dec 19 16:29:35 UTC 2008 x86_64 GNU/Linux
I run Oracle Instant client 11.1.0.7  with sqlplus
When a execute ashmon.sh the following error is logged

marinmedeiros@marinmedeiros-laptop:/app/oracle/ashmon/bin$ ./ashmon.sh 
Error in startup script: couldn't load file "/app/oracle/ashmon/bin/../lib/thread2.6.3/libthread2.6.3.so": /app/oracle/ashmon/bin/../lib/thread2.6.3/libthread2.6.3.so: wrong ELF class: ELFCLASS32
    while executing
"load $env(MON_SHARED_LIB)/../lib/thread2.6.3/libthread2.6.3.so"
    (file "../funcs/begin.tcl" line 168)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i am an enthusiastic ASHMON PERFVISION tool (OEM LITE) user.<br />
I got my own scripts that i execute through sqlplus to administer the Oracle databases, and i got OEM LITE to capture, isolate e tune the SQLs runing over the databases, leading in a proactive way the application impact over the enviroments (databases, nodes, HW).<br />
But .. after i got to migrate my desktop to Linux Ubuntu, i am not able to install &#8220;oem lite&#8221; any more.<br />
So, i need some help.<br />
I am runing ubuntu desktop edition 8.10 x86_64:<br />
Linux marinmedeiros-laptop 2.6.27-11-generic #1 SMP Fri Dec 19 16:29:35 UTC 2008 x86_64 GNU/Linux<br />
I run Oracle Instant client 11.1.0.7  with sqlplus<br />
When a execute ashmon.sh the following error is logged</p>
<p>marinmedeiros@marinmedeiros-laptop:/app/oracle/ashmon/bin$ ./ashmon.sh<br />
Error in startup script: couldn&#8217;t load file &#8220;/app/oracle/ashmon/bin/../lib/thread2.6.3/libthread2.6.3.so&#8221;: /app/oracle/ashmon/bin/../lib/thread2.6.3/libthread2.6.3.so: wrong ELF class: ELFCLASS32<br />
    while executing<br />
&#8220;load $env(MON_SHARED_LIB)/../lib/thread2.6.3/libthread2.6.3.so&#8221;<br />
    (file &#8220;../funcs/begin.tcl&#8221; line 168)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
