<?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>oradbHome</title>
			    <link>http://space.itpub.net/?uid-471666</link>
			    <description>专著oracle 技术</description>
			    <copyright>Copyright(C) oradbHome</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Sat, 26 Jul 2008 04:10:46 GMT</lastBuildDate><item>
								<title>shell 编程基础</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-408740</link>
								<description><![CDATA[<P>数字比较</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -eq 相等</P>
<P>　　-ge 大于等于</P>
<P>　　-le 小于等于</P>
<P>　　-ne 不等于</P>
<P>　　-gt 大于</P>
<P>　　-lt 小于</P>
<P>语法: CASE</P>
<P>case 字符串或值 in<BR>　　值1|值2)<BR>　　操...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Thu, 24 Jul 2008 10:36:10 GMT</pubDate>
							</item>
							<item>
								<title>logmnr 应用</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-407033</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>dbms_logmnr.start_logmnr 可以使用当前的归档日志文件 , 也可以使用归档日志中的归档文件.</P>
<P>使用下面的sql 查询可以使用的数据字典日志文件</P>
<P>SELECT NAME FROM v$archived_log p WHERE p.DICTIONARY_BEGIN = 'YES' AND p.DICTIONARY_END...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Wed, 23 Jul 2008 11:41:31 GMT</pubDate>
							</item>
							<item>
								<title>计算周的第一天 和最后一天</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-407002</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>SELECT SYSDATE, to_char(SYSDATE, 'D'), trunc(SYSDATE, 'DD') - to_char(SYSDATE, 'D') + 1,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; trunc(SYSDATE, 'DD') - to_char(SYSDATE, 'D') + 7<BR>&nbsp; FROM dual;</P>
<P>&nbsp;</P>]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Wed, 23 Jul 2008 09:56:23 GMT</pubDate>
							</item>
							<item>
								<title>ORA-15186: ASMLIB error function = [asm_open], error = [1],</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-406996</link>
								<description><![CDATA[<P>ORA-15186: ASMLIB error function = [asm_open], error = [1], mesg = [Operation not permitted]</P>
<P>参考 Metalink&nbsp;&nbsp;&nbsp;Note:398622.1<BR></P>
<P>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="98%" height=0>
<TBODY>
<TR>
<TD bgC...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Wed, 23 Jul 2008 09:14:27 GMT</pubDate>
							</item>
							<item>
								<title>oracle 9I RAC 进程说明</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-406580</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>&nbsp;&nbsp; （1）global cache service processes(LMSn)：n从0到9，具体由信息传输的数量决定。用来控制信息到其他实例的流向，同时还管理对全局数据块的访问。LMSn进程同样在不同实例的数据块缓存（buffer cache）里传递数据库镜像（block image）。...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Mon, 21 Jul 2008 11:26:57 GMT</pubDate>
							</item>
							<item>
								<title>在linux 上使用rlwrap 实现像dos 功能 使用 上 下键查看命令</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-405476</link>
								<description><![CDATA[<P>在linux 上的oracle sqlplus 不能利用 上, 下 键来查看命令 而苦恼. rlwarp 工具可以帮助我们解决这个问题.</P>
<P>官方下载地址:<A href="http://utopia.knoware.nl/~hlub/uck/rlwrap/" target=_blank><FONT color=#3f68a6>http://utopia.knoware.nl/~hlub/uck/rlwra...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Mon, 21 Jul 2008 09:55:03 GMT</pubDate>
							</item>
							<item>
								<title>oracle10g 正则表达式</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-404344</link>
								<description><![CDATA[<P><SPAN class=bodycopy>Oracle Database 10<I>g</I> 的一个新特性大大提高了您搜索和处理字符数据的能力。这个特性就是<SPAN class=italicbodycopy>正规表达式</SPAN><SPAN class=bodycopy>，是一种用来描述文本模式的表示方法。很久以来它已在许多编程语言和大量 UNIX ...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Fri, 18 Jul 2008 13:59:19 GMT</pubDate>
							</item>
							<item>
								<title>利用 kfed 工具 查看asm 信息.</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-402117</link>
								<description><![CDATA[<P>kfed 工具oracle 默认是没有编译的. 需要手工编译.</P>
<P>[oracle@racdb ~]$ <BR>[oracle@racdb ~]$ cd $ORACLE_HOME/rdbms/lib<BR>[oracle@racdb lib]$ <BR>[oracle@racdb lib]$ make -f ins_rdbms.mk ikfed</P>
<P>Linking KFED utility (kfed)<BR>rm -f /app/ora...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Wed, 16 Jul 2008 10:27:57 GMT</pubDate>
							</item>
							<item>
								<title>Oracle 10gR2 软件下载网址收藏 --转载</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-401631</link>
								<description><![CDATA[<P align=left><A href="http://www.eygle.com/archives/2008/06/oracle_fair_house.html">&laquo; 这是一个Oracle普及的时代</A> | <A href="http://www.eygle.com/blog/">Blog首页</A> | <A href="http://www.eygle.com/archives/2008/06/kudzu.html">使用kudzu命令查看...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Tue, 15 Jul 2008 10:09:30 GMT</pubDate>
							</item>
							<item>
								<title>ORA-04030 DBLINK</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-401201</link>
								<description><![CDATA[<P>DB1:&nbsp; USER1 , USER2 .</P>
<P>DB2: USERA</P>
<P>step1:&nbsp; db1</P>
<P>create table tab_1</P>
<P>grant select on user1.tab_1 to user2;</P>
<P>create synonym user2.tab_1 for user1.tab_1;</P>
<P>step2; db2</P>
<P>create database link conne...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Mon, 14 Jul 2008 15:49:21 GMT</pubDate>
							</item>
							<item>
								<title>Checkpoint not complete</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-400072</link>
								<description><![CDATA[<P>alert.log</P>
<P>Sat Jul 12 16:36:48 2008<BR>Thread 1 cannot allocate new log, sequence 1004<BR>Checkpoint not complete</P>
<P>偶尔在alert.log 中,出现Checkpoint not complete.</P>
<P>原因: 就是因为log 被覆盖的时候,log file&nbsp;中的data 没有写到da...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Mon, 14 Jul 2008 10:35:03 GMT</pubDate>
							</item>
							<item>
								<title>删除当前目录下 5天前的文件.</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-374949</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>[root@db data]# find .&nbsp; -atime +5 | xargs rm</P>
<P><BR>&nbsp;</P>
<P>&nbsp;</P>]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Thu, 10 Jul 2008 17:09:50 GMT</pubDate>
							</item>
							<item>
								<title>GES: Potential blocker   TX-0011002C-0001476C</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-374917</link>
								<description><![CDATA[<P>OS : AIX 5.3</P>
<P>DB : ORACLE 10.2.0.3. RAC</P>
<P>Thu Jul 10 10:48:02 2008<BR>GES: Potential blocker (pid=938150) on resource TX-0011002C-0001476C;<BR>&nbsp;enqueue info in file /app/oracle/admin/racdb/bdump/racdb2_lmd0_688214.trc and DIAG trac...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Thu, 10 Jul 2008 11:57:12 GMT</pubDate>
							</item>
							<item>
								<title>nmon 监控AIX , LINUX 系统工具</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-374252</link>
								<description><![CDATA[<P>下载地址:</P>
<P><A href="http://www-941.haw.ibm.com/collaboration/wiki/display/WikiPtype/nmon">http://www-941.haw.ibm.com/collaboration/wiki/display/WikiPtype/nmon</A></P>]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Sun, 06 Jul 2008 16:35:48 GMT</pubDate>
							</item>
							<item>
								<title>DATA GUARD 维护二 角色转换</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-371916</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>1. parmary db 检查</P>
<P>SQL&gt; select switchover_status from v$database;</P>
<P>SWITCHOVER_STATUS<BR>--------------------<BR>SESSIONS ACTIVE</P>
<P>2. <BR>SQL&gt; alter database commit to switchover to physical standby;<BR>alter...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Fri, 04 Jul 2008 14:36:04 GMT</pubDate>
							</item>
							<item>
								<title>ORA-01093: ALTER DATABASE CLOSE only permitted with no sessions connected</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-371912</link>
								<description><![CDATA[<P><BR>SQL&gt; alter database commit to switchover to physical standby;<BR>alter database commit to switchover to physical standby<BR>*<BR>ERROR at line 1:<BR>ORA-01093: ALTER DATABASE CLOSE only permitted with no sessions connected</P>
<P><BR>SQL&gt;...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Fri, 04 Jul 2008 14:11:44 GMT</pubDate>
							</item>
							<item>
								<title>DATA GUARD 软件硬件系统要求</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-369007</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>db: oracle 10g R2</P>
<P>dg 要求系统的限制约来约宽了. oracle11g 已经支持不在同步平台的dg, 例如 linux 和window是可以做dg , 但是在不同bit 版本的数据库(64bit 和32bit ) 还不支持建立dg, 可以是64bit os 和32bit os&nbsp;上都按照32bit databas...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Thu, 03 Jul 2008 14:11:40 GMT</pubDate>
							</item>
							<item>
								<title>DATA GUARD 维护一</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-368995</link>
								<description><![CDATA[<P><BR>1. 使 standby database 在应用 log 状态.</P>
<P>SQL&gt; alter database recover managed standby database disconnect from session;<BR>Media recovery complete.<BR>SQL&gt; </P>
<P>查看 alert.log 日志,记录着启动过程.</P>
<P>ALTER DATABASE RECOVER&n...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Thu, 03 Jul 2008 14:02:41 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE10G RAC 环境 搭建 物理 DATA GUARD</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-368876</link>
								<description><![CDATA[<P>一. 检查数据库要处于归档模式.<BR>SQL&gt; archive log list;<BR>Database log mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No Archive Mode<BR>Automatic archival&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Wed, 02 Jul 2008 11:33:09 GMT</pubDate>
							</item>
							<item>
								<title>oracle 10GR2 DROP DATAFILE</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-368783</link>
								<description><![CDATA[<P><BR><A href="mailto:sys@oradb">sys@oradb</A>.&gt; create tablespace tbs_test datafile '+DG1' size 5M; </P>
<P>Tablespace created.</P>
<P><A href="mailto:sys@oradb">sys@oradb</A>.&gt; alter tablespace tbs_test add datafile '+DG1' size 5M; </P>
<P>...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Tue, 01 Jul 2008 18:09:35 GMT</pubDate>
							</item>
							<item>
								<title>查询一物化视图不能进行查询重写的原因</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-366214</link>
								<description><![CDATA[<P>&nbsp;</P>
<P><BR>-- CREATE MATERIALEZE VIEW </P>
<P>CREATE MATERIALIZED VIEW MV_TAB<BR>REFRESH FORCE ON DEMAND<BR>START WITH TO_DATE('29-06-2008 04:10:00', 'DD-MM-YYYY HH24:MI:SS') NEXT TRUNC(SYSDATE + 1, 'DD') + 4 / 24 + 10 / 1440<BR>ENABLE QUER...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Sat, 28 Jun 2008 15:40:16 GMT</pubDate>
							</item>
							<item>
								<title>oracle events 列表</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-365981</link>
								<description><![CDATA[<P>生成代码:</P>
<P>========================================</P>
<P>SET linesize 120<BR>SET feedback off<BR>SET SERVEROUTPUT ON<BR>DECLARE<BR>err_msg VARCHAR2(120);<BR>BEGIN<BR>dbms_output.enable (1000000);<BR>FOR err_num IN 10000..10999<BR>LOOP<BR>e...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Thu, 26 Jun 2008 10:58:25 GMT</pubDate>
							</item>
							<item>
								<title>oracle10g flashback versions 查询</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-351963</link>
								<description><![CDATA[<P>Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.3.0Connected as test<BR>SQL&gt; create table t_flash_ver (id number , name varchar2(200));<BR>Table created</P>
<P>SQL&gt; alter table t_flash_ver add&nbsp; cdate date default sysda...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Fri, 20 Jun 2008 13:45:53 GMT</pubDate>
							</item>
							<item>
								<title>linux lvm 增加swap 空间</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-351942</link>
								<description><![CDATA[<P>&nbsp;</P>
<P>&nbsp;</P>
<P><BR>1. 查看lv<BR>&nbsp;lvs<BR>&nbsp; /dev/cdrom: open failed: No medium found<BR>&nbsp; LV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Attr&nbsp;&nbsp; LSize&nbsp; Origin Snap%...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Fri, 20 Jun 2008 10:30:09 GMT</pubDate>
							</item>
							<item>
								<title>Oracle AWR速查 -- 转载</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-351826</link>
								<description><![CDATA[<DIV>Oracle AWR速查</DIV>
<DIV>1.查看当前的AWR保存策略<BR>select * from dba_hist_wr_control;</DIV>
<DIV>DBID,SNAP_INTERVAL,RETENTION,TOPNSQL<BR>860524039,+00 01:00:00.000000,+07 00:00:00.000000,DEFAULT</DIV>
<DIV>以上结果表示,每小时产生一个SNAPSHOT，...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Thu, 19 Jun 2008 09:49:17 GMT</pubDate>
							</item>
							<item>
								<title>查看连接oracle 的客户端IP</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-343254</link>
								<description><![CDATA[<P>大家都知道在v$session 中记录着客户端的机器名称,但是没有IP , 如果记录clinet ip 呢?</P>
<P>1. 利用triger 这里不介绍.</P>
<P>2.&nbsp;利用 DBMS_SESSION 过程包.</P>
<P>BEGIN<BR>DBMS_SESSION.set_identifier(SYS_CONTEXT('USERENV', 'IP_ADDRESS'));<BR>END;...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Tue, 10 Jun 2008 11:22:53 GMT</pubDate>
							</item>
							<item>
								<title>Dba_2pc_Pending 处理</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-330994</link>
								<description><![CDATA[<P>SELECT * FROM Dba_2pc_Pending</P>
<P>BEGIN<BR>COMMIT FORCE '13.31.25345' ;<BR>dbms_transaction.purge_lost_db_entry('13.31.25345');<BR>END;</P>]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Tue, 03 Jun 2008 10:21:56 GMT</pubDate>
							</item>
							<item>
								<title>AUTO SGA: Not free</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-329608</link>
								<description><![CDATA[<P>/app/oracle/admin/racdb/bdump/racdb2_mman_26392.trc<BR>Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production<BR>With the Partitioning, Real Application Clusters, OLAP and Data Mining options<BR>ORACLE_HOME = /app/oracle/produc...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Mon, 02 Jun 2008 11:04:42 GMT</pubDate>
							</item>
							<item>
								<title>ORA-06519  active autonomous transaction detected and rolled back</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-329586</link>
								<description><![CDATA[<P><BR>*** SESSION ID:(457.31015) 2008-06-02 07:31:29.011<BR>*** 2008-06-02 07:31:29.011<BR>ORA-12012: error on auto execute of job 44<BR>ORA-01086: savepoint 'A' never established<BR>ORA-06512: at "xxxx.pro_procedure", line 58<BR>ORA-06519: active aut...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Mon, 02 Jun 2008 10:31:40 GMT</pubDate>
							</item>
							<item>
								<title>ORA-00600 [17285]</title>
								<link>http://space.itpub.net/?uid-471666-action-viewspace-itemid-324424</link>
								<description><![CDATA[<P>Fri May 30 00:33:11 2008<BR>Errors in file /app/oracle/admin/racdb/udump/racdb1_ora_971000.trc:<BR>ORA-00600: internal error code, arguments: [17285], [0x11050BE78], [4294967295], [0x7000000FBF569A8], [], [], [], []<BR>ORA-00600: internal error code...]]></description>
								<category>blog</category>
								<author>oradbHome</author>
								<pubDate>Fri, 30 May 2008 11:33:35 GMT</pubDate>
							</item>
							
		</channel>
	</rss>