<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.itpub.net/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>space6212的个人空间</title>
			    <link>http://space.itpub.net/?uid-231499</link>
			    <description></description>
			    <copyright>Copyright(C) space6212的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Fri, 25 Jul 2008 03:54:25 GMT</lastBuildDate><item>
								<title>用oradebug挂起进程</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-366361</link>
								<description><![CDATA[<P>oradebug可以帮助我们做很多事情，如dump内存信息、设置事件、挂起进程等。本文主要介绍如何使用oradebug挂起进程。<BR>为什么要挂起进程呢？比如因为开发人员对数据库执行一个很大的操作，严重影响了数据库的正常运行，此时你有两个选择：<BR>1、删掉进程<BR>2、暂停进...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Sun, 29 Jun 2008 23:56:22 GMT</pubDate>
							</item>
							<item>
								<title>Hugepage、VLM、SGA和Share memory</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-366360</link>
								<description><![CDATA[<P>一、相关概念<BR>Hugepage/Big page: <BR>系统进程是通过虚拟地址访问内存，但是CPU必须把它转换程物理内存地址才能真正访问内存。为了提高这个转换效率，CPU会缓存最近的虚拟内存地址和物理内存地址的映射关系，并保存在一个由CPU维护的映射表中。为了尽量提高内存的访...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Sun, 29 Jun 2008 23:47:46 GMT</pubDate>
							</item>
							<item>
								<title>RAC环境下创建物理DATAGUARD(2)</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-258727</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>五、备库环境准备</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0c...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Sat, 03 May 2008 23:39:07 GMT</pubDate>
							</item>
							<item>
								<title>RAC环境下创建物理DATAGUARD(1)</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-258724</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=2><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">为一个</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">RAC</FONT></SPAN>...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Sat, 03 May 2008 23:35:37 GMT</pubDate>
							</item>
							<item>
								<title>一次简单的分页优化</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-243991</link>
								<description><![CDATA[<P><BR>今天对一个排序分页查询进行了一次优化，优化后性能得到明显改观。下面用例子说明优化步骤。</P>
<P>1、首先创建测试数据</P>
<P>SQL&gt; create table t as select * from dba_objects;</P>
<P>Table created</P>
<P>SQL&gt; insert into t select * from t;<...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Fri, 18 Apr 2008 17:43:48 GMT</pubDate>
							</item>
							<item>
								<title>SESSION处于KILLED状态下如何找出对应的进程？</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-239010</link>
								<description><![CDATA[<P><FONT face=新宋体>今天在处理一个会话满了的数据库，需要释放部分无用的session。根据V$SESSION的program可以简单确定PL/SQLDEV连过去的会话基本是无效会话，需要把这些会话都kill掉：</FONT></P>
<P><FONT face=新宋体>SQL&gt; select 'alter system kill session '...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Wed, 16 Apr 2008 23:20:49 GMT</pubDate>
							</item>
							<item>
								<title>高级复制错误ORA-23474解决方法</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-227956</link>
								<description><![CDATA[<P><BR>今天接到开发人员报告：开发库的一个表不能更新数据。<BR>登上开发库执行一下发过来的SQL，果然报错：</P>
<P>SQL&gt; update CAT_AUTH_BAD_DRUG set PROCLAMATION_NUMBER = 'ss';<BR>update CAT_AUTH_BAD_DRUG set PROCLAMATION_NUMBER = 'ss'<BR>&nbsp;&nbsp;&n...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Fri, 04 Apr 2008 16:29:27 GMT</pubDate>
							</item>
							<item>
								<title>物化视图快速刷新与ORA-00001</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-220514</link>
								<description><![CDATA[<P><BR>今天上班收到告警邮件，是一个定时刷新物化视图的job引起的错误：<BR>ORA-00001: unique constraint (NDMAIN.I_GPO_USR_USER_IDXU_CODE) violated</P>
<P>检查两边约束，发现完全一致，经过10046跟踪，发现根本原因。</P>
<P>下面举例重现错误：</P>
<P>SQL&gt;...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 01 Apr 2008 10:36:36 GMT</pubDate>
							</item>
							<item>
								<title>vmware + 裸设备 + crs + oracle10g RAC搭建步骤(五)：升级数据库</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-156324</link>
								<description><![CDATA[<P>最近在本机上重新用vmware server 1.04 搭建了一套10G RAC系统，在搭建过程把步骤基本记录下来，希望对大家有帮助。<BR></P>
<P>本部分主要讲述如何升级RAC数据库</P>
<H3 style="MARGIN: 13pt 0cm"><A name=_Toc188763547><SPAN style="FONT-FAMILY: 宋体; mso-asci...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 22 Jan 2008 11:59:41 GMT</pubDate>
							</item>
							<item>
								<title>vmware + 裸设备 + crs + oracle10g RAC搭建步骤(四)：正式安装RAC</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-155672</link>
								<description><![CDATA[<P>最近在本机上重新用vmware server 1.04 搭建了一套10G RAC系统，在搭建过程把步骤基本记录下来，希望对大家有帮助。<BR></P>
<P>本部分主要讲述如何安装CRS、数据库软件及创建数据库。</P>
<H3 style="MARGIN: 13pt 0cm"><A name=_Toc188763546><FONT size=5><SPAN s...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 22 Jan 2008 11:30:49 GMT</pubDate>
							</item>
							<item>
								<title>vmware + 裸设备 + crs + oracle10g RAC搭建步骤(三)：安装RAC的准备工作</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-155670</link>
								<description><![CDATA[<P>最近在本机上重新用vmware server 1.04 搭建了一套10G RAC系统，在搭建过程把步骤基本记录下来，希望对大家有帮助。<BR></P>
<P>本部分主要讲述安装RAC要做的一些准备工作。</P>
<H3 style="MARGIN: 13pt 0cm"><A name=_Toc188763545><SPAN lang=EN-US><FONT face="T...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 22 Jan 2008 11:29:02 GMT</pubDate>
							</item>
							<item>
								<title>vmware + 裸设备 + crs + oracle10g RAC搭建步骤(二)：安装linux</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-155669</link>
								<description><![CDATA[<P>最近在本机上重新用vmware server 1.04 搭建了一套10G RAC系统，在搭建过程把步骤基本记录下来，希望对大家有帮助。<BR></P>
<P>本部分主要讲述如何安装linux系统及如何搭建第二个节点。</P>
<H3 style="MARGIN: 13pt 0cm"><A name=_Toc188763544><FONT size=5><SPAN...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 22 Jan 2008 11:27:01 GMT</pubDate>
							</item>
							<item>
								<title>vmware + 裸设备 + crs + oracle10g RAC搭建步骤(一)：创建虚拟机</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-155667</link>
								<description><![CDATA[<P><FONT size=2>最近在本机上重新用vmware server 1.04 搭建了一套10G RAC系统，在搭建过程把步骤基本记录下来，希望对大家有帮助。<BR>本部分主要讲述如何用vmware server创建一个虚拟服务器。</FONT></P>
<H3 style="MARGIN: 13pt 0cm"><A name=_Toc188763543><SPAN s...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 22 Jan 2008 11:15:53 GMT</pubDate>
							</item>
							<item>
								<title>tar方式安装数据库</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-134037</link>
								<description><![CDATA[<P>今天在linux as4上用tar方式安装oracle 10g，下面简单那记录步骤及安装过程中出现的问题。</P>
<P>原数据库所在服务器信息：<BR>&nbsp;[oracle@haoc2008 data]$ more /etc/issue<BR>&nbsp;Red Hat Enterprise Linux ES release 4 (Nahant)<BR>&nbsp;Kernel \r on an \...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Thu, 10 Jan 2008 19:05:05 GMT</pubDate>
							</item>
							<item>
								<title>日志损坏解决一则</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-120706</link>
								<description><![CDATA[<P>今天登陆数据库时报错：ORA-00257 archiver error. Connect internal only, until freed。</P>
<P>第一反映是归档出问题了，于是ssh到服务器上，用sys登陆数据库，查看归档情况：<BR>SQL&gt; show parameter log_archive_dest</P>
<P>NAME&nbsp;&nbsp;&nbsp;&nbsp;&n...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Wed, 09 Jan 2008 15:59:53 GMT</pubDate>
							</item>
							<item>
								<title>oracle 9i临时表产生过多redo</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-119992</link>
								<description><![CDATA[<P>&nbsp;今天遇到一个bug，对临时表进行insert的时候产生异常多的redo，下面模拟过程：<BR>&nbsp;<BR>&nbsp;SQL&gt; select * from v$version;</P>
<P>BANNER<BR>----------------------------------------------------------------<BR>Oracle9i Enterprise Edition Rel...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 08 Jan 2008 18:02:58 GMT</pubDate>
							</item>
							<item>
								<title>同步vmware时间</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-68256</link>
								<description><![CDATA[<P>vmware时间同步问题是一个难题，根据本人使用vmware经验，vmware的时间同步可以有如下几个方法：</P>
<P>一、用VMWARE TOOLS同步时间<BR>注意：如果是用复制文件的方法创建虚拟系统，最好是在复制完文件之后分别安装VMWARE TOOLS。<BR>1）&nbsp;安装vmware tools<BR>在...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 01 Jan 2008 21:17:28 GMT</pubDate>
							</item>
							<item>
								<title>又是一年总结时-2007年总结及2008年计划</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-65744</link>
								<description><![CDATA[<P>离2008年的钟声敲响还有1个多小时，也终于抛开所有的事情来为自己在这一年走过的路简单做一个总结了。</P>
<P>一、工作<BR>&nbsp;今年4月2号，由于实在看不到一丝前景，决定离开工作一年的公司。期间面临几个选择，综合考虑后到了目前的公司，而原公司在我走后半月内大...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 01 Jan 2008 01:31:56 GMT</pubDate>
							</item>
							<item>
								<title>如何在10g中修改数据库字符集</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63891</link>
								<description><![CDATA[<font size="2">一般来说，数据库在创建完成后就不能修改字符集了，如要修改字符集，需要对原有数据进行导入导出后重建数据库来修改。但是也有一些例外的，如果从子集升级到超集，则可以直接修改而无需重建数据库。</font><br><p><font size="2">[php]</font></p><p><font...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Fri, 28 Dec 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>10g透明网关访问sqlserver</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63890</link>
								<description><![CDATA[<font size="2">老话题了。<br />最近一个项目用到了透明网关，这里把配置过程简单记录下来，供大家参考。</font><br><font size="2">oracle的透明网关是oracle直接访问异构数据库的利器。在9i中，透明网关是包含在数据库安装程序中的，在安装数据库软件过程中可以选择；1...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Mon, 17 Dec 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>dd工具使用</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63889</link>
								<description><![CDATA[<p><span><span lang="EN-US"><a href="http://space6212.itpub.net/#_Toc184204739"><font size="2">dd<span lang="EN-US" style="FONT-FAMILY: 宋体"><span lang="EN-US">重要参数</span></span><span style="none; COLOR: windowtext; TEXT-DECORATION: none; text-und...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Fri, 30 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>ORA-7445[opidsa]</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63886</link>
								<description><![CDATA[<font size="2">今天，在一个正式库上收到如下告警邮件：<br />2007-11-28 11:31:00 Wed Errors in file /opt/oracle/admin/tradedb/udump/tradedb2_ora_72.trc:<br />2007-11-28 11:31:00 Wed ORA-07445: 出现异常错误: 核心转储 [opidsa()+480] [SIGSEGV] [Address not ...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Wed, 28 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>statistics_level与SGA_TARGET冲突</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63887</link>
								<description><![CDATA[<p><font size="2">今天有朋友数据库启动报错，向我求助。其中报错信息如下：<br />SQL&gt; startup<br />ORA-00824: cannot set sga_target due to existing internal settings, see alert log for more information<br />最后发现问题出在参数设置冲突上，下面模拟这个过...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Wed, 28 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>ORA-00600 [925]</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63888</link>
								<description><![CDATA[<p><font size="2">今天做一个测试又遇到一个bug：<br />SQL&gt; alter session set sort_area_size=2000000000;</font></p><p><font size="2">alter session set sort_area_size=2000000000</font></p><p><font size="2">ORA-02097: parameter cannot be modified becaus...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Wed, 28 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>10g的回收站又惹祸了</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63885</link>
								<description><![CDATA[<p><font size="2">今天，同事在用torque生成对应表操作的java类时遇到两个错误：</font></p><p><font size="2"></font></p><br><p><font size="2">错误1：<br />[torque-jdbc-transform] java.sql.SQLException: ORA-00600: internal error code, a<br />rguments: [ttcg...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Thu, 15 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Linux裸设备总结</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63883</link>
								<description><![CDATA[<p><font size="2">这几天看了一下linux下的裸设备管理，做了一些笔记，不敢独享，共享如下：</font></p><p><font size="2">（笔记的内容不一定正确，有错误请指出）</font></p><br><p><font size="2">1、什么裸设备？字符设备？块设备？<br /> 裸设备：也叫裸分区（原始分...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Mon, 12 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Linux下基于裸设备创建10g数据库</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63884</link>
								<description><![CDATA[<p><font size="2">最近打算研究一下裸设备，于是在linux下测试了一下基于裸设备创建数据库看。以下是简单步骤：</font></p><p><font size="2"></font></p><br><p><font size="2">一、分区<br />分区的步骤不说了，把硬盘分为如下几个区：<br />[root@suk1 ~]# fdisk -l /...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Mon, 12 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>ORA-07445 [kghbigghs]</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63881</link>
								<description><![CDATA[<h2 class="km"><font size="2">最近遇到的bug比较多，因此在blog上新开一个分类：BUG。</font></h2><p class="km"><font size="2">今天遇到的bug是ORA-07445 [kghbigghs]。</font></p><br><p class="km"><font size="2">metalink的解释：</font></p><h2 class="km"><font...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Thu, 08 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>静默安装oracle时报错</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63879</link>
								<description><![CDATA[<p><font size="2">今天在linux上测试静默安装oracle时报错：</font></p><p><font size="2">[oracle@suk1 database]$ ./runInstaller -silent -responseFile /soft/database/response/my.rsp </font></p><p><font size="2"></font></p><br><p><font size="2">Starting Ora...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 06 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>如何用静默方式删除oracle软件</title>
								<link>http://space.itpub.net/?uid-231499-action-viewspace-itemid-63880</link>
								<description><![CDATA[<p><font size="2">本文主要介绍在linux下如何用静默方式卸载oracle软件。<br />在linux下卸载oracle软件比较简单，可以简单的把相关目录删除掉，然后清理一下/etc下oracle相关的文件就可以。<br />但还是有必要了解一下如何通过工具来卸载。</font></p><p><font size="2"...]]></description>
								<category>blog</category>
								<author>space6212</author>
								<pubDate>Tue, 06 Nov 2007 00:00:00 GMT</pubDate>
							</item>
							
		</channel>
	</rss>