<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Happy bird (β2)Oracle</title>
	<atom:link href="http://www.iyibin.com/blog/tag/oracle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iyibin.com/blog</link>
	<description>Sample The Best !</description>
	<lastBuildDate>Mon, 12 Jul 2010 06:38:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>安装Oracle补丁提示 OUI-10035 OUI-10033</title>
		<link>http://www.iyibin.com/blog/2010/06/30/495.html</link>
		<comments>http://www.iyibin.com/blog/2010/06/30/495.html#comments</comments>
		<pubDate>Wed, 30 Jun 2010 06:51:58 +0000</pubDate>
		<dc:creator>tiod</dc:creator>
				<category><![CDATA[Win/nix]]></category>
		<category><![CDATA[ERROR]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.iyibin.com/blog/?p=495</guid>
		<description><![CDATA[今天安装Oracle 补丁的时候出现OUI-10035， OUI-10033 提示。 检查/etc下的ora*文件时，发现原来是权限问题。 $ ls -l /etc/oraInst.loc -rw-r&#8212;&#8211; 1 root system 57 Jun 29 20:07 /etc/oraInst.loc 解决： 给该文件赋予权限，让oracle可读就可以了。 记录： oraInst.loc文件里记录的是安装信息，Inventory的路径是通过读取oraInst.loc获取到的， 相关文章 Oracle执行sqlplus无响应( 0 ) 周一一般都比较忙( 1 )]]></description>
			<content:encoded><![CDATA[<p>今天安装Oracle 补丁的时候出现OUI-10035， OUI-10033 提示。</p>
<p><a href="http://www.iyibin.com/blog/2010/06/30/495.html/oui_001" rel="attachment wp-att-497"><img src="http://www.iyibin.com/blog/wp-content/uploads/2010/06/oui_001.jpg" alt="" title="oui_001" width="731" height="570" class="aligncenter size-thumbnail wp-image-497" /></a></p>
<p><a href="http://www.iyibin.com/blog/2010/06/30/495.html/oui_002" rel="attachment wp-att-498"><img src="http://www.iyibin.com/blog/wp-content/uploads/2010/06/oui_002.jpg" alt="" title="oui_002" width="731" height="570" class="aligncenter size-thumbnail wp-image-498" /></a></p>
<p><a href="http://www.iyibin.com/blog/2010/06/30/495.html/oui_003" rel="attachment wp-att-499"><img src="http://www.iyibin.com/blog/wp-content/uploads/2010/06/oui_003.jpg" alt="" title="oui_003" width="731" height="570" class="aligncenter size-thumbnail wp-image-499" /></a></p>
<p><a href="http://www.iyibin.com/blog/2010/06/30/495.html/oui_004" rel="attachment wp-att-500"><img src="http://www.iyibin.com/blog/wp-content/uploads/2010/06/oui_004.jpg" alt="" title="oui_004" width="731" height="570" class="aligncenter size-thumbnail wp-image-500" /></a></p>
<p>检查/etc下的ora*文件时，发现原来是权限问题。<br />
$ ls -l /etc/oraInst.loc<br />
-rw-r&#8212;&#8211;    1 root     system           57 Jun 29 20:07 /etc/oraInst.loc</p>
<p>解决：<br />
给该文件赋予权限，让oracle可读就可以了。</p>
<p>记录：<br />
oraInst.loc文件里记录的是安装信息，Inventory的路径是通过读取oraInst.loc获取到的，<br />
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://www.iyibin.com/blog/2009/12/23/442.html" title="Oracle执行sqlplus无响应" rel="bookmark inlinks">Oracle执行sqlplus无响应</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/2008/06/23/186.html" title="周一一般都比较忙" rel="bookmark inlinks">周一一般都比较忙</a><span class="count">( 1 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iyibin.com/blog/2010/06/30/495.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle执行sqlplus无响应</title>
		<link>http://www.iyibin.com/blog/2009/12/23/442.html</link>
		<comments>http://www.iyibin.com/blog/2009/12/23/442.html#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:41:36 +0000</pubDate>
		<dc:creator>tiod</dc:creator>
				<category><![CDATA[自言自语]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://www.iyibin.com/blog/?p=442</guid>
		<description><![CDATA[新安装的系统上安装Oracle 10.2.0.1.0 OS ：Red Hat Enterprise Linux Server release 5.4 (Tikanga) Oracle：10.2.0.1.0 重新安装解决问题。 ps:网上找到的答案，对我没有用，保留： SQL*Plus With Instant Client 10.2.0.1 Hangs, When System Uptime Is More Than 248 Days metalink上的给出的答案是 Applies to: SQL*Plus &#8211; Version: 10.2.0.1.0 Linux x86 SymptomsTrying to invoke SQL*Plus hangs when machine uptime reaches 248 days. Database connection is not relevant as the [...]]]></description>
			<content:encoded><![CDATA[<p>新安装的系统上安装Oracle 10.2.0.1.0<br />
OS ：Red Hat Enterprise Linux Server release 5.4 (Tikanga)<br />
Oracle：10.2.0.1.0</p>
<p>重新安装解决问题。</p>
<p>ps:网上找到的答案，对我没有用，保留：<br />
SQL*Plus With Instant Client 10.2.0.1 Hangs, When System Uptime Is More Than 248 Days<br />
metalink上的给出的答案是</p>
<p>Applies to: SQL*Plus &#8211; Version: 10.2.0.1.0<br />
Linux x86<br />
SymptomsTrying to invoke SQL*Plus   hangs when machine uptime reaches 248 days.</p>
<p>Database connection is not relevant as the &#8216;sqlplus&#8217; executable itself hangs with or without connection information. It hangs regardless of what parameters are passed in.   For example:</p>
<p>sqlplus -V</p>
<p>However, the hang does not reproduce with Instant Client version 10.1.0.4</p>
<p>Generating a stack trace using gdb debugger shows:</p>
<p>#0 0x0048a0dd in times () from /lib/tls/libc.so.6<br />
#1 0&#215;01884599 in sltrgatime64 () from ./libclntsh.so.10.1<br />
#2 0x0137d70f in kghinp () from ./libclntsh.so.10.1<br />
#3 0x00f86b47 in kpuinit0 () from ./libclntsh.so.10.1<br />
#4 0x00f85e7a in kpuenvcr () from ./libclntsh.so.10.1<br />
#5 0x01051b5e in OCIEnvCreate () from ./libclntsh.so.10.1<br />
#6 0x0099787e in afidrv () from ./libsqlplus.so<br />
#7 0x009702b9 in safimTerminate () from ./libsqlplus.so<br />
#8 0x0098c246 in afidrv () from ./libsqlplus.so<br />
#9 0x080486f6 in main ()</p>
<p>Running STRACE tool shows:</p>
<p>$ strace /oracle/home/bin/sqlplus -V 2>&#038;1 |less<br />
&#8230;&#8230;<br />
old_mmap(NULL, 385024, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0&#215;41794000<br />
gettimeofday({1122996561, 411035}, NULL) = 0<br />
access(&#8220;/usr/local/UD/conf/sqlnet.ora&#8221;, F_OK) = -1 ENOENT (No such file or directory)<br />
access(&#8220;/usr/local/UD/lib/oracle/network/admin/sqlnet.ora&#8221;, F_OK) = -1 ENOENT (No such file or directory)<br />
access(&#8220;/usr/local/UD/conf/sqlnet.ora&#8221;, F_OK) = -1 ENOENT (No such file or directory)<br />
access(&#8220;/usr/local/UD/lib/oracle/network/admin/sqlnet.ora&#8221;, F_OK) = -1 ENOENT (No such file or directory)<br />
fcntl64(-1218313656, F_SETFD, FD_CLOEXEC) = -1 EBADF (Bad file descriptor)<br />
times(NULL) = -1825782405<br />
times(NULL) = -1825782405<br />
times(NULL) = -1825782405<br />
times(NULL) = -1825782405<br />
times(NULL) = -1825782405<br />
times(NULL) = -1825782405<br />
times(NULL) = -1825782405</p>
<p>It is looping on the times() function.</p>
<p>In addition to sqlplus, it has been reported that the netca and dbca tools also hang.</p>
<p>ChangesNew installation of Instant Client 10.2.0.1.0 on Linux platform. CauseThis is a known, unpublished bug.</p>
<p>Bug 4612267 OCI CLIENT IS IN AN INFINITE LOOP WHEN MACHINE UPTIME HITS 248 DAYS</p>
<p>SolutionSelect one of the following two solutions:</p>
<p>1) Apply one-off patch available for 10.2.0.1.<br />
a. Download one-off patch off Metalink:<br />
   Patch 4612267<br />
   Description OCI CLIENT IS IN AN INFINITE LOOP WHEN MACHINE UPTIME HITS 248 DAYS<br />
   Product CORE<br />
   Release Oracle 10.2.0.1</p>
<p>b. To apply patch on Instant Client install, please follow instructions documented in the OCI manual.<br />
       You can find this in:</p>
<p>http://www.oracle.com/pls/db102/db102.show_toc?which=main&#038;partno=b14250&#038;maxlevel=2&#038;section=&#038;expand=3216</p>
<p>       under &#8220;Patching Instant Client Shared Libraries on Linux or UNIX&#8221;.</p>
<p>2)   Wait for Patchset 10.2.0.2 to be available.<br />
   According to Bug 4612267, this bug is fixed in version 11, and backported to 10.2.0.2 patchset.<br />
   This patchset is estimated to be available mid-Dec 2005; but this is subject to change.</p>
<p>References<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Help us improve our service. Please email us your comments for this document. .</p>
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://www.iyibin.com/blog/2008/11/12/292.html" title="今日看的关于Linux一些文章" rel="bookmark inlinks">今日看的关于Linux一些文章</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/2010/06/30/495.html" title="安装Oracle补丁提示 OUI-10035 OUI-10033  " rel="bookmark inlinks">安装Oracle补丁提示 OUI-10035 OUI-10033  </a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/2008/06/23/186.html" title="周一一般都比较忙" rel="bookmark inlinks">周一一般都比较忙</a><span class="count">( 1 )</span></li>
<li><a href="http://www.iyibin.com/blog/2008/12/09/304.html" title="Solaris 中检测防火墙是否开通UDP端口连接" rel="bookmark inlinks">Solaris 中检测防火墙是否开通UDP端口连接</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/2008/06/20/185.html" title="视频: Compiz Fusion 新插件 Stackswitch" rel="bookmark inlinks">视频: Compiz Fusion 新插件 Stackswitch</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/2008/08/23/258.html" title=" Linux 使用的几个技巧" rel="bookmark inlinks"> Linux 使用的几个技巧</a><span class="count">( 0 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iyibin.com/blog/2009/12/23/442.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>周一一般都比较忙</title>
		<link>http://www.iyibin.com/blog/2008/06/23/186.html</link>
		<comments>http://www.iyibin.com/blog/2008/06/23/186.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 15:17:27 +0000</pubDate>
		<dc:creator>tiod</dc:creator>
				<category><![CDATA[个人管理]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[netca]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://tiod.iekil.com/?p=186</guid>
		<description><![CDATA[恩，周一上班得去得早，休息了两天，问题都堆积起来了。咳，都得了不敢休假综合症。 But： 生活就是充满了种种意外及惊喜 本来是安排好本周的事情，但是一个问题接着一个的扑面而来，如何同时处理呢？恩,脑壳要换个多核的差不多能应付过来了。 刚好gtdlife上有 如何应对生活中的临时突发事件？ 对比我平时处理事情的方法。改进并保持，使自己的工作、学习更有效，坚持在保质工作(并提高工作效率)的前提下允许偷偷懒的原则。 * 重要而且紧急 * 重要但是不紧急 * 不重要但是紧急 * 不重要而且不紧急 每天会在中午时候对上午工作进行总结及对下午的工作有一个大致安排，并预留一部分时间出来，以便有突发事件发生没时间处理。 在下午下班前10分钟左右对今天工作进行日志记录并提交，然后规划一下第二天的工作安排。 安徽分公司的服务器又出问题了，数据库连接不正常，加上实例名就不能连接，折腾了下午，是netca出问题了，重新安装解决。 ps: 从上午的事情感觉到，正常情况下人的年纪大，考虑事情是要全面些哦。 相关文章 不要睡懒觉，早点起床吧( 0 ) Oracle执行sqlplus无响应( 0 ) 安装Oracle补丁提示 OUI-10035 OUI-10033 ( 0 )]]></description>
			<content:encoded><![CDATA[<p>恩，周一上班得去得早，休息了两天，问题都堆积起来了。咳，都得了不敢休假综合症。<br />
  But：<br />
  生活就是充满了种种意外及惊喜<br />
  本来是安排好本周的事情，但是一个问题接着一个的扑面而来，如何同时处理呢？恩,脑壳要换个多核的差不多能应付过来了。<br />
 刚好<a href="http://www.gtdlife.cn">gtdlife</a>上有 <a href="http://www.gtdlife.cn/2008/857/how-to-deal-with-in-the-life-the-temporary-thunderbolt/">如何应对生活中的临时突发事件？</a> 对比我平时处理事情的方法。改进并保持，使自己的工作、学习更有效，坚持在保质工作(并提高工作效率)的前提下允许偷偷懒的原则。</p>
<blockquote><p>    * 重要而且紧急<br />
    * 重要但是不紧急<br />
    * 不重要但是紧急<br />
    * 不重要而且不紧急</p></blockquote>
<p> 每天会在中午时候对上午工作进行总结及对下午的工作有一个大致安排，并预留一部分时间出来，以便有突发事件发生没时间处理。<br />
在下午下班前10分钟左右对今天工作进行日志记录并提交，然后规划一下第二天的工作安排。</p>
<p> 安徽分公司的服务器又出问题了，数据库连接不正常，加上实例名就不能连接，折腾了下午，是netca出问题了，重新安装解决。</p>
<p>ps: 从上午的事情感觉到，正常情况下人的年纪大，考虑事情是要全面些哦。</p>
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://www.iyibin.com/blog/2008/05/07/142.html" title="不要睡懒觉，早点起床吧" rel="bookmark inlinks">不要睡懒觉，早点起床吧</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/2009/12/23/442.html" title="Oracle执行sqlplus无响应" rel="bookmark inlinks">Oracle执行sqlplus无响应</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/2010/06/30/495.html" title="安装Oracle补丁提示 OUI-10035 OUI-10033  " rel="bookmark inlinks">安装Oracle补丁提示 OUI-10035 OUI-10033  </a><span class="count">( 0 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iyibin.com/blog/2008/06/23/186.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
