<?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>借来的火,点不亮自己的心灵</title>
			    <link>http://space.itpub.net/77406</link>
			    <description></description>
			    <copyright>Copyright(C) 借来的火,点不亮自己的心灵</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Wed, 08 Oct 2008 17:37:22 GMT</lastBuildDate><item>
								<title>logmnr 的一个实例</title>
								<link>http://space.itpub.net/77406/viewspace-343437</link>
								<description><![CDATA[<P>logmnr 课程<BR>logmnr的作用<BR>&nbsp;1. analyze redo logfile<BR>&nbsp;2. incomplete recover database<BR>logmnr全部过程<BR>1&nbsp;backup database<BR>2&nbsp;modify spfile<BR>3&nbsp;restart database<BR>4&nbsp;manipulate database,switch logfile<BR>5&nbs...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Wed, 11 Jun 2008 23:33:32 GMT</pubDate>
							</item>
							<item>
								<title>使用数据库自身的审计特性审计应用程序</title>
								<link>http://space.itpub.net/77406/viewspace-310266</link>
								<description><![CDATA[<P>--应用程序要提供对所做更改进行审计的特性</P>
<P>create table emp as<BR>select empno, ename, sal, comm&nbsp;&nbsp; from scott.emp;</P>
<P>alter table emp add constraint emp_pk primary key(empno);</P>
<P>--工作区管理器<BR>begin<BR>&nbsp;&nbsp; dbms...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Sun, 25 May 2008 19:55:53 GMT</pubDate>
							</item>
							<item>
								<title>Oracle 11g 新特性－锁</title>
								<link>http://space.itpub.net/77406/viewspace-269255</link>
								<description><![CDATA[<P>Oracle 11g 新特性－锁<BR>在Oracle Database 11g Release 1 (11.1) 中锁的增强如下</P>
<P>1.Serializing Locks</P>
<P>在Oracle 11g中允许DDL语句等待DML锁.就是说当进行DML操作时,如果DML操作还没有完成,DML所持有的锁还没有释放,这时要进行DDL操作,比如删除某列,...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Fri, 16 May 2008 09:14:31 GMT</pubDate>
							</item>
							<item>
								<title>Oracle中DB_NAME,SID,DB_DOMAIN,SERVICE_NAME等之间的区别(转贴)</title>
								<link>http://space.itpub.net/77406/viewspace-257605</link>
								<description><![CDATA[<P>Db_name：对一个数据库（Oracle database）的唯一标识。这种表示对于单个数据库是足够的，但是随着由多个数据库构成的分布式数据库的普及，这种命令数据库的方法给数据库的管理造成一定的负担，因为各个数据库的名字可能一样，造成管理上的混乱。为了解决这种情况，引入...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Sat, 03 May 2008 12:39:16 GMT</pubDate>
							</item>
							<item>
								<title>truncate,不带where子句的delete,drop的比较.</title>
								<link>http://space.itpub.net/77406/viewspace-257595</link>
								<description><![CDATA[<P>truncate,不带where子句的delete,drop的比较.</P>
<P>相同点:truncate和不带where子句的delete, 以及drop都会删除表内的数据 </P>
<P>不同点: <BR>1. truncate和 delete只删除数据不删除表的结构(定义) <BR>drop语句将删除表的结构被依赖的约束(constrain),触发器(tr...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Sat, 03 May 2008 10:00:07 GMT</pubDate>
							</item>
							<item>
								<title>COMMIT命令操作</title>
								<link>http://space.itpub.net/77406/viewspace-257246</link>
								<description><![CDATA[<P>执行COMMIT命令的时候发生的物理操作是LGWR进程将日志缓冲区的内容写入磁盘.</P>
<P>在需要检查点时，CKPT进程会指示DBWn进程将所有脏数据块写入数据文件。在正常运行期间，DBWn进程将某些脏数据块写入数据文件</P>]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Thu, 01 May 2008 12:39:44 GMT</pubDate>
							</item>
							<item>
								<title>数据库的启动与关闭</title>
								<link>http://space.itpub.net/77406/viewspace-257244</link>
								<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="DISPLAY: none; FONT-SIZE: 12pt; COLOR: #333333; FONT-FAMILY: Arial; mso-hide: all">ITPUB</SPAN><SPAN style="DISPLAY: none; FONT-SIZE: 12pt; COLOR: #333333; FONT-FAMILY: 宋体; mso-as...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Thu, 01 May 2008 12:27:06 GMT</pubDate>
							</item>
							<item>
								<title>Oracle Types</title>
								<link>http://space.itpub.net/77406/viewspace-206272</link>
								<description><![CDATA[<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width="90%" border=0>
<TBODY>
<TR>
<TD align=middle bgColor=#ff0000><FONT face=Arial color=#ffffff><B>Oracle Types</B></FONT></TD></TR>
<TR>
<TD align=middle><STRONG><FONT face=Arial>Version 1...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Fri, 14 Mar 2008 13:39:22 GMT</pubDate>
							</item>
							<item>
								<title>普通用户访问X$BH视图</title>
								<link>http://space.itpub.net/77406/viewspace-203933</link>
								<description><![CDATA[<P><A href="mailto:sys@ORADB">sys@ORADB</A>&gt; create or replace view bh as select * from sys.x$bh;</P>
<P>View created.</P>
<P><A href="mailto:sys@ORADB">sys@ORADB</A>&gt; create or replace public synonym x$bh for bh;</P>
<P>Synonym created.</P>
...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Tue, 11 Mar 2008 15:27:19 GMT</pubDate>
							</item>
							<item>
								<title>口令文件创建</title>
								<link>http://space.itpub.net/77406/viewspace-203926</link>
								<description><![CDATA[<P>口令文件的命名,非windows下应该是orapwsid,而且要重启库才能生效。<BR>[oracle@ebs12 ~]$ source /home/oracle/.ora<BR>[oracle@ebs12 ~]$ cd $ORACLE_HOME/dbs<BR>[oracle@ebs12 dbs]$ echo $ORACLE_SID<BR>PROD<BR>[oracle@ebs12 dbs]$ orapwd file=orapwPROD passw...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Tue, 11 Mar 2008 13:54:01 GMT</pubDate>
							</item>
							<item>
								<title>常见的oracle 锁存机制两个实例：</title>
								<link>http://space.itpub.net/77406/viewspace-171116</link>
								<description><![CDATA[常见的oracle 锁存机制两个实例：<BR>一 悲观锁：适用于C/S结构的系统并且并行用户数不是很多的系统。<BR>&nbsp;&nbsp;&nbsp;&nbsp; select empno, ename, sal from emp where empno =:empno and ename =:ename and sal = :sal for update nowait<BR>二 乐观锁：使用ORA_R...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Fri, 15 Feb 2008 21:55:29 GMT</pubDate>
							</item>
							<item>
								<title>utl_file包使用</title>
								<link>http://space.itpub.net/77406/viewspace-170135</link>
								<description><![CDATA[<P>utl_file只能读取和创建纯文本文件，不能读取和创建二进制文件<BR>utl_file只能 读和写数据库服务器端的文件系统<BR>utl_file必须修改参数文件init.ora，因为oracle默认是不使用utl_file包的，配置init.ora当然要在oracle的服务器端。<BR>utl_file_dir = d:\doc&nbsp; ...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Tue, 12 Feb 2008 22:29:31 GMT</pubDate>
							</item>
							<item>
								<title>dbverify数据块校验</title>
								<link>http://space.itpub.net/77406/viewspace-170107</link>
								<description><![CDATA[1 使用dbverify验证单个数据文件：<BR>C:\Documents and Settings\huang&gt;dbv file=D:\oracle\product\10.2.0\oradata\oradb\users01.dbf feedback=100 blocksize=8192<BR>2 使用dbverify校验段<BR>]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:28:11 GMT</pubDate>
							</item>
							<item>
								<title>创建概要文件</title>
								<link>http://space.itpub.net/77406/viewspace-170106</link>
								<description><![CDATA[<P>1 创建概要文件<BR>CREATE PROFILE TEMPPROFILE<BR>/*【一般信息】选项卡对应的配置参数*/<BR>LIMIT CPU_PER_SESSION 1000 <BR>CPU_PER_CALL 1000<BR>CONNECT_TIME 30<BR>IDLE_TIME DEFAULT<BR>SESSIONS_PER_USER 10<BR>LOGICAL_READS_PER_SESSION 1000<BR>LOGICAL_REA...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:26:45 GMT</pubDate>
							</item>
							<item>
								<title>导出数据库DDL脚本.sql</title>
								<link>http://space.itpub.net/77406/viewspace-170105</link>
								<description><![CDATA[<P>从Oracle数据库中导出SQL脚本 基本上用到的语法如下： <BR>&nbsp; <BR>a. 获取单个的建表和建索引的语法 <BR>set heading off; <BR>set echo off; <BR>Set pages 999; <BR>set long 90000; <BR>&nbsp;&nbsp; <BR>spool DEPT.sql <BR>select dbms_metadata.get_ddl('TAB...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:26:00 GMT</pubDate>
							</item>
							<item>
								<title>更改数据库SID.sql</title>
								<link>http://space.itpub.net/77406/viewspace-170104</link>
								<description><![CDATA[<P>更改数据库名sid <BR>方法一：<BR>启动SQLPLUS连接到空数据库实例<BR>&nbsp; d:&gt;set oracle_sid = oradb<BR>&nbsp; d:&gt;sqlplus /nolog<BR>&nbsp; sqlplus&gt;connect sys/sys as sysdba<BR>&nbsp; sqlplus&gt;shutdown immediate<BR>&nbsp; sqlplus&gt;startup m...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:23:09 GMT</pubDate>
							</item>
							<item>
								<title>备份课程笔记</title>
								<link>http://space.itpub.net/77406/viewspace-170103</link>
								<description><![CDATA[<P>--查看警告日志文件<BR>SQL&gt; show parameter back</P>
<P>NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:17:37 GMT</pubDate>
							</item>
							<item>
								<title>Oracle中的临时表用法汇总</title>
								<link>http://space.itpub.net/77406/viewspace-170102</link>
								<description><![CDATA[<P>Oracle中的临时表用法汇总 <BR><BR>说明:下文中的一些说明和示例代码摘自CSDN,恕不一一指明出处,在此一并对相关作者表示感谢! 如果作者有异议,请来信说明<BR>&nbsp;<BR>1 语法<BR>&nbsp;&nbsp;在Oracle中，可以创建以下两种临时表： <BR>1) 会话特有的临时表 <BR>CREAT...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:09:18 GMT</pubDate>
							</item>
							<item>
								<title>限制用户更改口令</title>
								<link>http://space.itpub.net/77406/viewspace-170101</link>
								<description><![CDATA[<P>限制用户更改口令<BR>DBA一般是不容许用户随意更改口令的，oracle提供口令校验函数防止用户更改口令<BR>oracle 口令复杂性校验函数 %oracle_home%\rdbms\admin\utlpwdmg.sql</P>
<P>conn <A href="mailto:sys/sys@oradb">sys/sys@oradb</A> as sysdba<BR>@%oracle_hom...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:08:32 GMT</pubDate>
							</item>
							<item>
								<title>数据加密</title>
								<link>http://space.itpub.net/77406/viewspace-170100</link>
								<description><![CDATA[<P>数据加密<BR>本例是对数据库中的某些重要的数据进行加密处理，防止用户窃取信息<BR>1 创建一个程序拥有者用户<BR>create user test_secure identified by secure default tablespace users temporary tablespace temp;<BR>grant connect, resource to test_secure;<BR>...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:07:14 GMT</pubDate>
							</item>
							<item>
								<title>加密oracle子程序</title>
								<link>http://space.itpub.net/77406/viewspace-170099</link>
								<description><![CDATA[加密oracle子程序<BR>1. 创建所有的子程序对象，并保存在一个后缀为.sql的文件中。可以是存储过程、函数、触发器、包、包体等<BR>&nbsp;&nbsp; 程序中要删除所有的注释，常规的空格，插入非常规的空格<BR>&nbsp; emploee.sql内容：<BR>&nbsp; --#########################...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:06:30 GMT</pubDate>
							</item>
							<item>
								<title>加密程序数据库触发</title>
								<link>http://space.itpub.net/77406/viewspace-170098</link>
								<description><![CDATA[REM&nbsp; 对GHXXB制立数据库触发子(当INSERT OR UPDATE GHXXB时触发) <BR>drop trigger scjmmm; <BR>create or replace trigger&nbsp; scjmmm&nbsp; <BR>before insert or&nbsp; update of mm&nbsp; On ghxxb For each Row <BR>Begin <BR>&nbsp;&nbsp;&nbsp; :new.mm:=EN...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:05:28 GMT</pubDate>
							</item>
							<item>
								<title>Word文档存储与查询</title>
								<link>http://space.itpub.net/77406/viewspace-170097</link>
								<description><![CDATA[<P>Word文档存储与查询<BR>&nbsp; 存储Word文档可以用blob和bfile类型来存储并使用dbms_lob系统包读和写存储的文件<BR>&nbsp; --以SYS连接数据库，创建目录doc_dir，并将该目录授予用户scott;<BR>&nbsp;&nbsp;&nbsp; SQL&gt; conn sys/sys as sysdba<BR>&nbsp;&nbsp;&nbsp...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 21:01:32 GMT</pubDate>
							</item>
							<item>
								<title>我原来的BLOG地址</title>
								<link>http://space.itpub.net/77406/viewspace-170095</link>
								<description><![CDATA[<A href="http://hjinhe.itpub.net">http://hjinhe.itpub.net</A>]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Mon, 11 Feb 2008 20:50:55 GMT</pubDate>
							</item>
							<item>
								<title>如何在其他Session跳过被锁定的记录(zhuan)</title>
								<link>http://space.itpub.net/77406/viewspace-200265</link>
								<description><![CDATA[<p>如何在其他Session跳过被锁定的记录</p><p>如果一个用户对记录加锁，如何使其他用户看不到这条记录。此前并未注意到这样一个用法（需要8.1.7.4.16以上的版本支持）: [oracle@jumper oracle]$ sqlplus scott/tiger SQL*Plus: Release 9.2.0.4.0 - Production on Fri Mar...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Fri, 07 Sep 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Oracle系统紧急故障处理(数据文件、日志文件以及表空间损坏的处理)</title>
								<link>http://space.itpub.net/77406/viewspace-200264</link>
								<description><![CDATA[<p><font size="3"><span lang="EN-US"><font face="Times New Roman">Oracle</font></span><span style="FONT-FAMILY: 宋体">系统紧急故障处理</span><span lang="EN-US"><font face="Times New Roman">(</font></span><span style="FONT-FAMILY: 宋体">数据文件、日志文...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Thu, 09 Aug 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>11种值得交往的男人和五种值得过一生的男人</title>
								<link>http://space.itpub.net/77406/viewspace-200263</link>
								<description><![CDATA[11种值得交往的男人和五种值得过一生的男人<br>11种值得交往的男人和五种值得过一生的男人<br />     第一种：他懂得尊重你   <br /><br />　　他对你的爱比要求多，他对自己有主见，对你则不会太有主见。他尊重你作出的各种人生选择，鼓励你发展自己的专长。现代好男人的...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Wed, 24 Jan 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>想让你的男人听话变乖吗？</title>
								<link>http://space.itpub.net/77406/viewspace-200261</link>
								<description><![CDATA[<strong><font size="2">想让你的男人听话变乖吗？只要做好以下几件事， <br />他就会变成你的温柔小猫咪哟</font></strong><br><font size="2"><strong>想让你的男人听话变乖吗？只要做好以下几件事， <br />他就会变成你的温柔小猫咪哟！　　 <br /></strong>　　第一件...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Tue, 10 Oct 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>微软EPG老大让秘书发给微软所有员工的邮件</title>
								<link>http://space.itpub.net/77406/viewspace-200262</link>
								<description><![CDATA[微软EPG老大让秘书发给微软所有员工的邮件  <br /><br />　　思考1 : 大局上面仍然有另一个大局  <br />　　思考2 : 公平永远有不同角度的公平  <br />　　思考3 : 这个游戏只有站在切换器旁边的人可以决定结果<br>微软EPG老大让秘书发给微软所有员工的邮件  <br /><br />...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Tue, 10 Oct 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>怀念我的母亲</title>
								<link>http://space.itpub.net/77406/viewspace-200260</link>
								<description><![CDATA[<p style="TEXT-INDENT: 21pt"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 楷体_GB2312">一年后，为母亲补上祭文：</span></p><p style="TEXT-INDENT: 21pt"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 楷体_GB2312">母亲一生平实、虔恭。为人大方，呕心沥血，堪称为人...]]></description>
								<category>blog</category>
								<author>hjinhe</author>
								<pubDate>Sun, 17 Sep 2006 00:00:00 GMT</pubDate>
							</item>
							
		</channel>
	</rss>