<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet href="http://blog.itpub.net//styles/rss.css" type="text/css"?>

    <rss version="2.0" 
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
    ><channel>
<title>scoreking的博客</title>
<link>http://scoreking.itpub.net</link>
<description></description>
<pubDate>Sun,21 03 2010 10:08:00</pubDate>
<generator>http://www.plogworld.net</generator>
<item>
<title>事情经过</title>
<description>事情经过 本人于2004年3月份在“北京神州文华教育研究院有限公司”的网站上看到以下几条信息1 “关于ORACLE培训价格上调的说明！”2 “ORACLE培训总监祝贺易路教育（现为文化学院）成为ORACLE培训合作伙伴”3 “ORACLE认证培训常见问题解答”： （1）参加Oracle 9i OCP认证考试必须先参加培训 答：是。 （2）如何区分Oracle大学的正式合作伙伴与市场上的非法授权培训机构 答：全部使用原版英文教材； 学习完成时可得到Oracle大学的结业证书； 所有授课老师都可以请Oracle证明其身份 认证考试只能在Oracle大学正式合作伙伴的Prometric考试中...</description>
<link>http://scoreking.itpub.net/post/8537/145042</link>
<comments>http://scoreking.itpub.net/post/8537/145042</comments>
<guid>http://scoreking.itpub.net/post/8537/145042</guid>
<dc:creator>scoreking</dc:creator>
<category>Homework</category>
<pubDate>Sun,16 07 2006 15:27:45</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>關於我</title>
<description>本人是一名Linux和Oracle技術的關注者，通過了OCP,RHCE,CIW(Security),MCSE,MCDBA,CCNA多項國際認證，希望對Linux和Oracle感興趣的朋友同我聯係，共同提高，我的聯係方式為：rootliu@sohu.com。</description>
<link>http://scoreking.itpub.net/post/8537/112017</link>
<comments>http://scoreking.itpub.net/post/8537/112017</comments>
<guid>http://scoreking.itpub.net/post/8537/112017</guid>
<dc:creator>scoreking</dc:creator>
<category>關於我</category>
<pubDate>Thu,08 06 2006 18:31:22</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>unit2 Home work</title>
<description>Describing my office: I'm a cost controller. My office is open-plan: all the members of my department have desks in the same office. On my desk, there is a computer, a telephone, a cubbyhole, a filing cote and a small plant---- about three leaves. There are fourteen desks in my office, and on my right desk,there is a printer.In my office ,two people is a pair , their desks on the same line, and people face to the same direction. I'm glad work at there because I can do my work with my colleagues ...</description>
<link>http://scoreking.itpub.net/post/8537/112014</link>
<comments>http://scoreking.itpub.net/post/8537/112014</comments>
<guid>http://scoreking.itpub.net/post/8537/112014</guid>
<dc:creator>scoreking</dc:creator>
<category>Homework</category>
<pubDate>Thu,08 06 2006 18:15:03</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>oracle temp表空间增长过快的解决方法</title>
<description>oracle temp表空间增长过快的解决方法 经常有人问temp表空间暴涨的问题,以及如何回收临时表空间,由于版本的不同,方法显然也多种多样,但这些方法显示是治标不治本的办法,只有深刻理解temp表空间快速增加的原因,才能从根本上解决temp ts的问题。 是什么操作在使用temp ts?- 索引创建或重创建. - ORDER BY or GROUP BY - DISTINCT 操作. - UNION &amp; INTERSECT &amp; MINUS - Sort-Merge joins. - Analyze 操作- 有些异常将会引起temp暴涨 所以,在处理以上操作时,dba需要加倍关注temp的使用情况,v$sort_segment字典可以记载temp的比较详细的使用情况...</description>
<link>http://scoreking.itpub.net/post/8537/55877</link>
<comments>http://scoreking.itpub.net/post/8537/55877</comments>
<guid>http://scoreking.itpub.net/post/8537/55877</guid>
<dc:creator>scoreking</dc:creator>
<category>Oracle性能調節</category>
<pubDate>Mon,27 02 2006 13:03:29</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>表结构优化实例</title>
<description>表结构优化实例 --&gt;xzh2000 | 19 一月, 2005 16:14表结构优化实例本方法适合表中存在大量的标志字段,如下表,很多字段就只存储Y/N或0/1/2/4等,如结构如下,create table agent_settime_onself( agent_settime_onself_id number(11,0), agent_card_type_id number(11,0) not null enable, start_time_1 char(5) default '00:00' not null enable, start_time_1_enabled char(1) default 'N', stop_time_1 char(5) default '23:59' not null enable, stop_time_1_enable char(1) default 'N', start_time_2 char(5) default '00:00' not null ...</description>
<link>http://scoreking.itpub.net/post/8537/53355</link>
<comments>http://scoreking.itpub.net/post/8537/53355</comments>
<guid>http://scoreking.itpub.net/post/8537/53355</guid>
<dc:creator>scoreking</dc:creator>
<category>Oracle性能調節</category>
<pubDate>Thu,16 02 2006 11:22:30</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>应遵循的PL/SQL编码规则 </title>
<description>应遵循的PL/SQL编码规则 http://www.net130.com　发布日期：2004-6-6　应遵循的PL/SQL编码规则作者：Steven Feuerstein提高编写PL/SQL代码数量及质量的四个简单易行指导方针我从1990年就开始编写PL/SQL代码。这意味着我已经编写了几万行的软件代码，但我确信，其中的绝大多数代码都非常拙劣，而且难以维护。幸运地是，我发现找到并遵循编写出更好代码的新方法还为时不晚。就是在去年，我的代码质量有了显著改进；这些改进主要是由于制定了一些简单的规则，并像纪律一样加以遵守。本文为PL/SQL新手及有经验的开发人员提出了四条建议；遵守其...</description>
<link>http://scoreking.itpub.net/post/8537/53321</link>
<comments>http://scoreking.itpub.net/post/8537/53321</comments>
<guid>http://scoreking.itpub.net/post/8537/53321</guid>
<dc:creator>scoreking</dc:creator>
<category>PL/SQL</category>
<pubDate>Thu,16 02 2006 09:23:03</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>一sql导致数据库整体性能下降的诊断和解决的全过程</title>
<description>一sql导致数据库整体性能下降的诊断和解决的全过程发表人:biti_rainy | 发表时间: 2004年九月20日, 11:42今天早上一来，数据库load就比往常高了许多。想想数据库唯一的变化是昨天早上我曾经重新分析过数据库对象。发现数据库load很高，首先看top发现没有特别异常的进程，在数据库中适时抓取正在运行的sql也没发现异常(通常运行时间非常短的sql是不能被抓取到的)。询问相关应用程序人员，最近没有变动。检查应用程序日志发现今天早上跟往常也没有过多登陆和操作。基本上可以圈定是在数据库服务器本身上面。但是这个时候我还没有办法确定到底...</description>
<link>http://scoreking.itpub.net/post/8537/53319</link>
<comments>http://scoreking.itpub.net/post/8537/53319</comments>
<guid>http://scoreking.itpub.net/post/8537/53319</guid>
<dc:creator>scoreking</dc:creator>
<category>Oracle性能調節</category>
<pubDate>Thu,16 02 2006 09:06:26</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>statspack的若干使用技巧</title>
<description>statspack的若干使用技巧 --&gt;xzh2000 | 17 一月, 2005 19:591 如何修改statspack的脚本产生自定义报表？2 如何用statspack的报表确定热表及索引？3 如何用statspack的报表确定keep池与default池的分配？4 如何用crontab定期产生statspack的报表？使用statspack有相当长的时间啦,从最初的推崇,到后来的否定,再到现在的肯定,发现它已经是我工作中不可缺少的一部分,每晚上读当天产生的statspack报表就成了一种习惯,越是读得认真,越是觉得statspack妙用无穷,现在本人就将一些心得告诉大家,希望对你有所帮助。一 如何修改statspack的脚本产生自...</description>
<link>http://scoreking.itpub.net/post/8537/53315</link>
<comments>http://scoreking.itpub.net/post/8537/53315</comments>
<guid>http://scoreking.itpub.net/post/8537/53315</guid>
<dc:creator>scoreking</dc:creator>
<category>Oracle statspack</category>
<pubDate>Thu,16 02 2006 08:51:01</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>LINUX+ORACLE常用的环境设置 </title>
<description>LINUX+ORACLE常用的环境设置http://metalink.oracle.com/metal ... d=NOT&amp;p_id=265262.1Give general information about oracle on linuxSCOPE &amp; APPLICATIONProvide information about limitation and features available for oracleversion on different linux distributionsGerenal information about oracle on linux Linux Information Library Oracle Installation Guides SuSEStep by step Installation of RAC on linux ()Quick Start Guides (, , )9iR2 RAC/NetApp/Red HatMax os file size 2Gb (filesystem ext2): &lt;= linux 2.2...</description>
<link>http://scoreking.itpub.net/post/8537/53254</link>
<comments>http://scoreking.itpub.net/post/8537/53254</comments>
<guid>http://scoreking.itpub.net/post/8537/53254</guid>
<dc:creator>scoreking</dc:creator>
<category>Linux&Oracle</category>
<pubDate>Wed,15 02 2006 19:48:52</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
<item>
<title>kill session[metalink]</title>
<description>kill session[metalink]Problem Description -------------------Killing the session will not clear the locks. The session on the remotedatabase will remain idle waiting for input until the network read timesout. Only then the kill session is processed, and locks are released.Solution Description--------------------Options:========You can shutdown and restart the database or use the ORAKILL utility to killthreads.Oracle has provided an ORAKILL utility that will kill shadow threads. Eachuser's connec...</description>
<link>http://scoreking.itpub.net/post/8537/53253</link>
<comments>http://scoreking.itpub.net/post/8537/53253</comments>
<guid>http://scoreking.itpub.net/post/8537/53253</guid>
<dc:creator>scoreking</dc:creator>
<category>Oracle性能調節</category>
<pubDate>Wed,15 02 2006 19:47:01</pubDate>
<source url="http://scoreking.itpub.net/rss/rss20/8537">scoreking的博客</source>
</item>
   </channel>
</rss>



