<?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>zhaoyu728的个人空间</title>
			    <link>http://space.itpub.net/8382469</link>
			    <description></description>
			    <copyright>Copyright(C) zhaoyu728的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Thu, 16 Oct 2008 08:48:41 GMT</lastBuildDate><item>
								<title>Oracle 10G RAC 的 EM配置问题以及首选身份证明问题</title>
								<link>http://space.itpub.net/8382469/viewspace-259868</link>
								<description><![CDATA[<p>首先要保证两台unix小机的密码一致,而且不能随便修改密码,会导致SSH失败</p><p>在每个节点执行 ssh node_name date,如果提示密码则表示不成功</p><p>$ ssh hpux1 date<br />Tue Jun 12 10:45:05 EAT 2007</p><p>这是正常的.</p><p>如果提示密码,需要重新生成SSH</p><p>...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Tue, 12 Jun 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Checkpoint not Complete' and 'Cannot Allocate New Log</title>
								<link>http://space.itpub.net/8382469/viewspace-259867</link>
								<description><![CDATA[<p>Thread 2 cannot allocate new log, sequence 4510<br />Checkpoint not complete<br />  Current log# 3 seq# 4509 mem# 0: +MYASM/baan/onlinelog/group_3.268.592727939<br />Thread 2 advanced to log sequence 4510<br />  Current log# 4 seq# 4510 mem# 0: +MYA...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 07 Jun 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>利用Oracle 函数把数字从字符串中提取出来</title>
								<link>http://space.itpub.net/8382469/viewspace-259866</link>
								<description><![CDATA[create or replace function get_number(str varchar2)<br />  return varchar2 is<br />  v_rs varchar2(4000);<br />begin<br />  if str is null then<br />    return null;<br />  else<br />  for i IN 1 .. length(str) loop<br />    if ascii(substr(str, i, 1))...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 07 Dec 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Isqlplus 怎样以AS SYSDBA或 或 AS SYSOPER 登录</title>
								<link>http://space.itpub.net/8382469/viewspace-259865</link>
								<description><![CDATA[<p>SP2-0923: 不允许通过 iSQL*Plus URL 执行 AS SYSDBA 或 AS SYSOPER 登录 <br />这通常在第一次登陆isqlplus会犯的错误,那怎样登录呢?</p><p>DBA“登录”屏幕<br />1)您可以使用 SYSDBA 或 SYSOPER 权限登录到 iSQL*Plus，以通过 iSQL*Plus 执行数据库管理并运行 DBA 命...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Tue, 07 Mar 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>ORA-12154 TNS:无法处理的服务名</title>
								<link>http://space.itpub.net/8382469/viewspace-259864</link>
								<description><![CDATA[<p>SQL&gt; conn sys/ as sysdba<br />请输入口令:  <br />已连接。<br />SQL&gt; show parameter service_na</p><p>NAME                                 TYPE        VALUE<br />------------------------------------ ----------- -----------------------------<br /...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Wed, 22 Feb 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>利用GTL组件显示TreeView和DataGrid功能</title>
								<link>http://space.itpub.net/8382469/viewspace-259852</link>
								<description><![CDATA[<p><font size="2">今天利用GTL组件，一个表显示父子结构，一个表显示相关父和子的数据，虽然有TreeView的功能，但是在利用checkbox属性时碰到了问题，响应事件只有true,但是怎么区分是显示父呢，显示子呢，而且多阶的父子结构怎么显示？</font></p><p><font size="2">后来...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Tue, 14 Feb 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>添加、删除、保存的基类</title>
								<link>http://space.itpub.net/8382469/viewspace-259857</link>
								<description><![CDATA[<p><font size="2">using System;<br />using System.ComponentModel;<br />using System.Collections;<br />using System.Diagnostics;<br />using System.Data;<br />using System.Data.SqlClient;<br />public override object Select(object type)<br />  {</font></p...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 09 Feb 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>利用treeView实现遍历和递归</title>
								<link>http://space.itpub.net/8382469/viewspace-259858</link>
								<description><![CDATA[<p><font size="2">private void button1_Click(object sender, System.EventArgs e)<br />  {<br />   scmx11.Scmx.Clear();<br />   treeView1.BeginUpdate();<br />   dataGrid1.DataSource=null;<br />   AddtoDataSet2(textBox1.Text);<br />   DataView dv=new Data...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 09 Feb 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>DataGrid中为cell设置颜色</title>
								<link>http://space.itpub.net/8382469/viewspace-259853</link>
								<description><![CDATA[大家都知道DataGrid控件通过其属性TableStyles控制每个对应的DataTable的显示风格，而每个TableStyle又通过其属性GridColumnStyles控制每一列的显示风格，但却没有属性或方法可以直接设置每行数据的显示风格。这或许是出于使用方法考虑（在绑定数据源前当然不知道有哪些行...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Mon, 23 Jan 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>C#事件与委托的过程分析</title>
								<link>http://space.itpub.net/8382469/viewspace-259854</link>
								<description><![CDATA[<p><font size="2">事件功能由三个因素组成： </font></p><p><font size="2">1． 提供事件数据的类-----公共使用的类事件处理程序需要状态信息，则应用程序必须从此类派生一个类来保存数据。该类必须从 System.EventArgs（它是事件数据的基类）导出。如：</font></p><p><f...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Mon, 23 Jan 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>ERP车间报表开发</title>
								<link>http://space.itpub.net/8382469/viewspace-259855</link>
								<description><![CDATA[<br />select distinct gzh=(select distinct top 1 orderno from mom10200 m inner join ord20111 on m.orderno=ord20111.docno where m.orderno= '05B11F001'),<br />(select distinct dept from sfc10500 where part in (select partp from sfc10510 where partc=s.par...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 19 Jan 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>低阶码的存储过程</title>
								<link>http://space.itpub.net/8382469/viewspace-259856</link>
								<description><![CDATA[<p><br />ALTER    procedure pr_inv10210_cst</p><p>as<br /> declare @l_messcode char(4),<br />  @l_trancnt int,<br />  @l_count int,<br />  @l_llc int ,<br />  @l_xuhk char(10),<br />  @l_i int ,<br />  @l_xuhktemp char(10)<br />  <br />  /*create table...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 19 Jan 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>讨论ORA-01719  错误的可靠性</title>
								<link>http://space.itpub.net/8382469/viewspace-259863</link>
								<description><![CDATA[讨论ORA-01719 错误的可靠性<br>ORA-01719 outer join operator (+) not allowed in operand of OR or IN<br /><br />Cause: An outer join appears in an or clause.<br /><br />Action: If A and B are predicates, to get the effect of (A(+) or B), try (select wher...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Sun, 01 Jan 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>破解存储过程的代码</title>
								<link>http://space.itpub.net/8382469/viewspace-259850</link>
								<description><![CDATA[<p>CREATE PROCEDURE sp_decrypt(@objectName varchar(50))<br />AS<br />begin<br />set nocount on</p><p>begin tran<br />declare @objectName1 varchar(100),@orgvarbin varbinary(8000)<br />declare @sql1 nvarchar(4000),@sql2 varchar(8000),@sql3 nvarchar(4000)...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Mon, 10 Oct 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>在Sql  Sever 中删除两个列以上的重复记录</title>
								<link>http://space.itpub.net/8382469/viewspace-259851</link>
								<description><![CDATA[<p>create procedure scmx_delbom as <br />declare @same varchar(110),@id integer--声明变量，存储fetch提取的数据</p><p>declare scmx_cursor cursor for<br />select ltrim(rtrim(mycg))+ltrim(rtrim(dlhk)),count(*) from bom group by dlhk,mycg having count(*)&g...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Mon, 10 Oct 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Oracle Architectural Components:</title>
								<link>http://space.itpub.net/8382469/viewspace-259849</link>
								<description><![CDATA[<p>Dynamic Predicate:</p><p>SQL&gt; col my_col new_value dyn_where_clause<br />SQL&gt; select decode('&amp;&amp;deptno',null,decode('&amp;&amp;hiredate',null,'','where hire_date=to_date(<br />  2  '''||'&amp;&amp;hiredate&quot;,''DD-MON-YYYY'')'),decod...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 15 Sep 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Practice 19 and Orale 9iExtensions to DML,DDL:</title>
								<link>http://space.itpub.net/8382469/viewspace-259847</link>
								<description><![CDATA[<p>SQL&gt; select ename,sal,deptno from employee<br />  2  start with ename='BLAKE'<br />  3  connect by prior empno=mgr;</p><p>ENAME             SAL     DEPTNO<br />---------- ---------- ----------<br />BLAKE            2850         30<br />ALLEN     ...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Tue, 30 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>External Tables :</title>
								<link>http://space.itpub.net/8382469/viewspace-259848</link>
								<description><![CDATA[<br />它是只读的表，可以做为一个虚拟表。数据存在数据库外面的单一文件里。<br />外部表的元数据是在创建表的时候被定义的，存在其他的数据库或文件中。<br />Oracle 数据可以借助外部表把数据存在单一文件或从文件中卸载。<br />外部表的数据可以读但不能操作或建索引。...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Tue, 30 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Hierarchical Retrieval(一）</title>
								<link>http://space.itpub.net/8382469/viewspace-259845</link>
								<description><![CDATA[<p>tree walking,Natural Tree Structure<br />The hierarchy can<br />be created by looking at the relationship between equivalent values in the EMPLOYEE_ID and<br />MANAGER_ID columns.<br />Hierarchy relationship can be exploited by joining the table to ...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Wed, 24 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Hierarchical Retrieval(二）:</title>
								<link>http://space.itpub.net/8382469/viewspace-259846</link>
								<description><![CDATA[<p>SQL&gt;  select ename||' reports to '||prior ename &quot;Walk BOttom up&quot;<br />  2  from employee<br />  3  start with ename='ALLEN' <br />  4  connect by prior manager_id=empno;</p><p>Walk BOttom up<br />--------------------------------<br />AL...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Wed, 24 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Practice 18:</title>
								<link>http://space.itpub.net/8382469/viewspace-259844</link>
								<description><![CDATA[<p>SQL&gt; select ename,deptno,sal from emp<br />  2  where exists(select 'x' from dept<br />  3  where dept.deptno=emp.deptno) and sal in(select sal from emp where comm is not null);</p><p>ENAME          DEPTNO        SAL<br />---------- ---------- --...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Thu, 18 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Advanced Subqueries and Scalar Subquery Expressions、EXISTS Operator</title>
								<link>http://space.itpub.net/8382469/viewspace-259843</link>
								<description><![CDATA[<p>SQL&gt; select ename,job from emp<br />  2  where sal&lt;(select avg(sal) from emp);</p><p>ENAME      JOB<br />---------- ---------<br />SMITH      CLERK<br />ALLEN      SALESMAN<br />WARD       SALESMAN<br />MARTIN     SALESMAN<br />TURNER     SALE...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Wed, 17 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Composite Columns and Concatenated Groupings and Practice</title>
								<link>http://space.itpub.net/8382469/viewspace-259842</link>
								<description><![CDATA[<p>composite columns would mean skipping aggregation across certain levels.<br />That is, GROUP BY ROLLUP(a, (b, c))<br />is equivalent to<br />GROUP BY a, b, c UNION ALL<br />GROUP BY a UNION ALL<br />GROUP BY ()</p><p>SQL&gt; select deptno,job,sal,su...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Mon, 15 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Grouping function and Sets :</title>
								<link>http://space.itpub.net/8382469/viewspace-259841</link>
								<description><![CDATA[<p>SQL&gt; select deptno deptid,job work,sum(sal),grouping(deptno) grp_dept,<br />  2  grouping(job) grp_job from emp<br />  3  where deptno&lt;40<br />  4  group by rollup(deptno,job);</p><p>    DEPTID WORK        SUM(SAL)   GRP_DEPT    GRP_JOB<br />-...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Sun, 14 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Enhancements to the Group By clause:</title>
								<link>http://space.itpub.net/8382469/viewspace-259840</link>
								<description><![CDATA[<p>The ROLLUP operator creates subtotals that roll up from the most detailed level to a grand total, following<br />the grouping list specified in the GROUP BY clause<br />The Rollup operation to produce cumulative aggregates such as subtotals:<br />SQ...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Sat, 13 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Constraint and Set operation</title>
								<link>http://space.itpub.net/8382469/viewspace-259838</link>
								<description><![CDATA[<p>SQL&gt; desc member<br /> 名称                                                                                是否为空? 类型<br /> ----------------------------------------------------------------------------------- -------- ------<br /> LAST_NAME   ...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Fri, 12 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Oracle 9i Datatime Function</title>
								<link>http://space.itpub.net/8382469/viewspace-259839</link>
								<description><![CDATA[<p>Current_date is sensitive to the session time zone<br />The format mask ([+ | -] hh:mm) indicates the hours and minutes before or after UTC (Coordinated<br />Universal Time,<br />SQL&gt; alter session set nls_date_format='DD-MON-YYYY HH24:MI:SS';</p...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Fri, 12 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Top-n analysis,Function-Based indexes</title>
								<link>http://space.itpub.net/8382469/viewspace-259837</link>
								<description><![CDATA[<p>To display the three earner names and salaries from the emp table:</p><p>SQL&gt; select rownum as rank,ename,sal from (select ename,sal from<br />  2  emp  order by sal desc)<br />  3  where rownum&lt;=4;</p><p>      RANK ENAME             SAL<br />...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Wed, 10 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Merging Rows</title>
								<link>http://space.itpub.net/8382469/viewspace-259836</link>
								<description><![CDATA[<p>SQL&gt; select * from copy_emp;</p><p>     EMPNO ENAME      JOB              MGR HIREDATE              SAL       COMM<br />---------- ---------- --------- ---------- -------------- ---------- ----------<br />    DEPTNO<br />----------<br />      736...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Wed, 03 Aug 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>use of  character 、date、number function</title>
								<link>http://space.itpub.net/8382469/viewspace-259834</link>
								<description><![CDATA[<p>SQL&gt; select ename,hiredate,<br />2 to_char(next_day(add_months(hiredate,6),2),'fmdy &quot;,&quot;fmddspth &quot;of&quot; fmmm &quot;,&quot;rrrr') &quot;Review&quot; from emp;</p><p>ENAME HIREDATE Review<br />---------- -------------- ------------...]]></description>
								<category>blog</category>
								<author>zhaoyu728</author>
								<pubDate>Tue, 26 Jul 2005 00:00:00 GMT</pubDate>
							</item>
							
		</channel>
	</rss>