<?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>totoro's space</title>
			    <link>http://space.itpub.net/14855094</link>
			    <description></description>
			    <copyright>Copyright(C) totoro's space</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Fri, 05 Dec 2008 07:06:11 GMT</lastBuildDate><item>
								<title>ORA-01102: cannot mount database in EXCLUSIVE mode</title>
								<link>http://space.itpub.net/14855094/viewspace-503367</link>
								<description><![CDATA[<TABLE style="BORDER-COLLAPSE: collapse; WORD-WRAP: break-word" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle>
<TABLE style="BORDER-COLLAPSE: collapse; WORD-WRAP: break-word" cellSpacing=0 cellPadding=0 width="100...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Wed, 26 Nov 2008 10:22:42 GMT</pubDate>
							</item>
							<item>
								<title>Sybase ASE15的分区</title>
								<link>http://space.itpub.net/14855094/viewspace-503033</link>
								<description><![CDATA[<P align=center><B><FONT style="FONT-SIZE: 18pt"><FONT face="Times New Roman ">Sybase ASE15</FONT></FONT></B><B><FONT face="宋体 "><FONT style="FONT-SIZE: 18pt">的分区</FONT></FONT></B><B><FONT style="FONT-SIZE: 18pt"></FONT></B></P><STRONG><FONT face=...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Mon, 24 Nov 2008 18:42:10 GMT</pubDate>
							</item>
							<item>
								<title>Sybase ASE15的分区</title>
								<link>http://space.itpub.net/14855094/viewspace-501528</link>
								<description><![CDATA[<H2>&nbsp;</H2>
<DIV class=entry twffan="done">
<P>摘自chinaunix.net willa.yuan 、违规广告.com 崔灿<BR>一、分区表的类型<BR>数据分区可以将大的表或者索引分割成小的数据片，并存放在不同的存储单元中。数据库管理员可以在底层处理数据的存储、维护和管理工作。<...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Mon, 24 Nov 2008 08:42:09 GMT</pubDate>
							</item>
							<item>
								<title>sybase 基本语法,存储过程,触发器</title>
								<link>http://space.itpub.net/14855094/viewspace-498169</link>
								<description><![CDATA[<DIV class=postcontent twffan="done">
<P>sybase的存储过程语法基本上与sqlserver相似</P>
<P>变量名需要前面加上@,比如@ABC<BR>每行行末不需要分号（;）<BR>基本函数什么的与sqlserver很接近，但有个烦人的charindex(字符查找函数)不一样，没有<BR>开始查找位置的参数...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Thu, 20 Nov 2008 16:26:45 GMT</pubDate>
							</item>
							<item>
								<title>sybase ase 安装后的系统配置（必须调整的参数）</title>
								<link>http://space.itpub.net/14855094/viewspace-497872</link>
								<description><![CDATA[<H2>转载自：<A href="http://www.dbacn.com/dbabbs/viewthread.php?tid=550">http://www.dbacn.com/dbabbs/viewthread.php?tid=550</A></H2>
<H2>$isql -Usa -P -Sservername<BR>A:配置内存<BR>1&gt;sp_configure 'max memory',mmm(单位为2k)<BR>2&gt;go<BR>1&gt;sp_con...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Wed, 19 Nov 2008 09:34:55 GMT</pubDate>
							</item>
							<item>
								<title>Sybase数据库中创建与使用段</title>
								<link>http://space.itpub.net/14855094/viewspace-493948</link>
								<description><![CDATA[转载自：<A href="http://bbs.违规广告.com/thread-408602-1-1.html">http://bbs.违规广告.com/thread-408602-1-1.html</A><BR><SPAN style="FONT-SIZE: 12px" twffan="done">&nbsp;段（Segment）是数据库设备上磁盘空间的逻辑组合，它可以看作是指向一个或多个数据库设备...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Thu, 13 Nov 2008 09:09:48 GMT</pubDate>
							</item>
							<item>
								<title>sybase configure 配置信息</title>
								<link>http://space.itpub.net/14855094/viewspace-492477</link>
								<description><![CDATA[<H2><B style="COLOR: black; BACKGROUND-COLOR: #ffff66">EXEC</B> <B style="COLOR: black; BACKGROUND-COLOR: #a0ffff">sp_configure</B> 'abstract plan cache',0<BR>go<BR><B style="COLOR: black; BACKGROUND-COLOR: #ffff66">EXEC</B> <B style="COLOR: black; BAC...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Wed, 12 Nov 2008 18:13:01 GMT</pubDate>
							</item>
							<item>
								<title>oracle数据库的表数据导出为csv文件</title>
								<link>http://space.itpub.net/14855094/viewspace-484132</link>
								<description><![CDATA[<P>本文转自：<A href="http://blog.csdn.net/eigo/archive/2007/04/19/1571032.aspx">http://blog.csdn.net/eigo/archive/2007/04/19/1571032.aspx</A></P>
<P>今天有朋友的同学问起我怎么把oracle数据库的表数据导出为csv文件？当然用TOAD查询数据，并选择save as,并选...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 04 Nov 2008 10:35:24 GMT</pubDate>
							</item>
							<item>
								<title>Sybase日期函数</title>
								<link>http://space.itpub.net/14855094/viewspace-484122</link>
								<description><![CDATA[<DIV class=storyTitle twffan="done">Sybase日期函数 </DIV>
<DIV class=noDisplay twffan="done">=========================================================== </DIV>
<DIV class=storyInfo twffan="done">作者: wangzh3(http://wangzh3.itpub.net)<BR>发表于:2006....]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 04 Nov 2008 09:27:45 GMT</pubDate>
							</item>
							<item>
								<title>oracle在GIS上的应用研究</title>
								<link>http://space.itpub.net/14855094/viewspace-483927</link>
								<description><![CDATA[<P>本文转载自：<A href="http://liyihongcug.itpub.net/post/2666/407758">http://liyihongcug.itpub.net/post/2666/407758</A></P>
<P>生产环境/测试环境/开发环境，</P>
<P>开发环境硬件配置和软件要求(dba java开发人员)<BR>dba对数据迁移硬件配置和软件要求<BR>内存...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Mon, 03 Nov 2008 14:52:02 GMT</pubDate>
							</item>
							<item>
								<title>将Oracle数据库表导出到CSV文件</title>
								<link>http://space.itpub.net/14855094/viewspace-483925</link>
								<description><![CDATA[<P>本文转载自：<A href="http://yu-gao.blogspot.com/2008/03/oraclecsv.html">http://yu-gao.blogspot.com/2008/03/oraclecsv.html</A></P>
<P>在对数据库的操作中，尤其是对数据库表的drop，create时，需要将删除前和重建后的数据库表进行差分比较，这个时候往往需要将...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Mon, 03 Nov 2008 14:50:25 GMT</pubDate>
							</item>
							<item>
								<title>sybase bcp</title>
								<link>http://space.itpub.net/14855094/viewspace-483892</link>
								<description><![CDATA[<H2 class=diaryTitle>&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </H2>
<P>
<P...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Mon, 03 Nov 2008 11:41:21 GMT</pubDate>
							</item>
							<item>
								<title>sybase 常用命令</title>
								<link>http://space.itpub.net/14855094/viewspace-483534</link>
								<description><![CDATA[<H4 class=TextColor1 id=subjcns!EAAFC8A4C9D7EB29!603 style="MARGIN-BOTTOM: 0px">&nbsp;</H4>
<DIV class=bvMsg id=msgcns!EAAFC8A4C9D7EB29!603 twffan="done">
<DIV twffan="done">disk init name="data_measure",physname="E:\database\data_measure.dat",vdevno...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Fri, 31 Oct 2008 09:33:46 GMT</pubDate>
							</item>
							<item>
								<title>temp（非本地管理表空间）</title>
								<link>http://space.itpub.net/14855094/viewspace-469947</link>
								<description><![CDATA[temp（非本地管理表空间）&nbsp; 回收&nbsp;&nbsp;&nbsp;<SPAN style="DISPLAY: none" twffan="done">**博客首页+q${2F+U1@ l6Je)PK</SPAN><BR>可以将表空间的缺省存储参数pctincrease改为非0。一般将其设为1，如：&nbsp;&nbsp;&nbsp;<SPAN style="DISPLAY: none" twffa...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Fri, 10 Oct 2008 19:20:34 GMT</pubDate>
							</item>
							<item>
								<title>DB_FILE_MULTIBLOCK_READ_COUNT值设置</title>
								<link>http://space.itpub.net/14855094/viewspace-464420</link>
								<description><![CDATA[<DIV class=blogbody twffan="done">
<H2 class=title>DB_FILE_MULTIBLOCK_READ_COUNT值设置不当，会改变SQL的执行计划</H2>
<DIV class=posted twffan="done">作者 drew 14:32 | <IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Fri, 26 Sep 2008 09:18:26 GMT</pubDate>
							</item>
							<item>
								<title>Oracle经验技巧集锦（转载）</title>
								<link>http://space.itpub.net/14855094/viewspace-462692</link>
								<description><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width="90%" border=0>
<TBODY>
<TR>
<TH class=f24><FONT color=#05006c>
<H1>[保留] 心得共享：Oracle经验技巧集锦</H1></FONT></TH></TR>
<TR>
<TD>
<HR SIZE=1 bgcolor="#d9d9d9">
</TD></TR>
<TR>
<TD align=middle he...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 23 Sep 2008 16:57:12 GMT</pubDate>
							</item>
							<item>
								<title>用裸设备扩数据库表空间专题(完整版)</title>
								<link>http://space.itpub.net/14855094/viewspace-462688</link>
								<description><![CDATA[<P>http://www.chinaunix.net 作者:<A href="http://bbs.chinaunix.net/viewpro.php?uid=182324" target=_blank>xamhd</A>&nbsp;&nbsp;发表于：2007-07-17 10:29:21</P>
<P>硬件环境：小型机&nbsp;IBM&nbsp;&nbsp;P670，存储：IBM&nbsp;SHARK&nbsp;&nbsp;F-20 <BR>软件环...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 23 Sep 2008 16:23:38 GMT</pubDate>
							</item>
							<item>
								<title>[精华] RMAN 入门手册</title>
								<link>http://space.itpub.net/14855094/viewspace-462683</link>
								<description><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width="90%" border=0>
<TBODY>
<TR>
<TH class=f24><FONT color=#05006c>
<H1>[精华] RMAN 入门手册</H1></FONT></TH></TR>
<TR>
<TD>
<HR SIZE=1 bgcolor="#d9d9d9">
</TD></TR>
<TR>
<TD align=middle height=20>http://...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 23 Sep 2008 15:36:10 GMT</pubDate>
							</item>
							<item>
								<title>只有数据文件的恢复过程</title>
								<link>http://space.itpub.net/14855094/viewspace-462680</link>
								<description><![CDATA[只有数据文件的恢复过程 <BR>Created&nbsp;by&nbsp;foway&nbsp;in&nbsp;uplooking.com&nbsp;2008:&nbsp;欢迎转载,但请保留本行说明,谢谢! <BR><BR>1.建立密码文件,参数文件,数据存放目录,日志存放目录. <BR>2.指定ORACLE_SID,然后通过dbms_backup_restore从备份中读出数据...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 23 Sep 2008 15:27:44 GMT</pubDate>
							</item>
							<item>
								<title>只有数据文件的恢复过程</title>
								<link>http://space.itpub.net/14855094/viewspace-462681</link>
								<description><![CDATA[只有数据文件的恢复过程 <BR>Created&nbsp;by&nbsp;foway&nbsp;in&nbsp;uplooking.com&nbsp;2008:&nbsp;欢迎转载,但请保留本行说明,谢谢! <BR><BR>1.建立密码文件,参数文件,数据存放目录,日志存放目录. <BR>2.指定ORACLE_SID,然后通过dbms_backup_restore从备份中读出数据...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 23 Sep 2008 15:27:44 GMT</pubDate>
							</item>
							<item>
								<title>oracel  external table</title>
								<link>http://space.itpub.net/14855094/viewspace-446913</link>
								<description><![CDATA[<P><SPAN class=style17 twffan="done"><FONT class=f14 id=zoom>2008-08-19&nbsp; 作者:bitsCN整理&nbsp; 来源:中国网管联盟&nbsp;&nbsp;【转自<A href="http://www.bitsCN.com">www.bitsCN.com</A>】</FONT></SPAN></P>
<P><SPAN class=style17 twffan="done"></SPAN><...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Fri, 12 Sep 2008 18:00:42 GMT</pubDate>
							</item>
							<item>
								<title>最有效地使用 SQL*Loader 直接路径装载</title>
								<link>http://space.itpub.net/14855094/viewspace-446907</link>
								<description><![CDATA[<P><SPAN class=bodycopy twffan="done">作者：Richard Phillips，技术组顾问；Jim Stenoish，技术组主要成员；Oracle 公司</SPAN><BR><SPAN class=bodycopy twffan="done">发布于：2004 年 9 月</SPAN> 
<P></P>有四个 SQL*Loader 直接路径装载参数直接影响着直接路径装...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Fri, 12 Sep 2008 17:12:36 GMT</pubDate>
							</item>
							<item>
								<title>oracle hints</title>
								<link>http://space.itpub.net/14855094/viewspace-442894</link>
								<description><![CDATA[　　1. /*+ALL_ROWS*/<BR>　　表明对语句块选择基于开销的优化方法,并获得最佳吞吐量,使资源消耗最小化.<BR>　　例如:<BR>　　SELECT /*+ALL+_ROWS*/ EMP_NO,EMP_NAM,DAT_IN FROM BSEMPMS WHERE EMP_NO='SCOTT'; <BR>　　2. /*+FIRST_ROWS*/<BR>　　表明对语句块选择基于开...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Wed, 10 Sep 2008 15:21:20 GMT</pubDate>
							</item>
							<item>
								<title>我有一个强大的祖国</title>
								<link>http://space.itpub.net/14855094/viewspace-442596</link>
								<description><![CDATA[<DIV>作者/叶浪 
<P></P>
<P>　　那是一张熟悉的脸</P>
<P>　　是我痛失亲人后看到的最真切的笑脸</P>
<P>　　眼里闪着泪花</P>
<P>　　话里充满着力量</P>
<P>　　那一刻</P>
<P>　　我感到自己有一个强大的祖国</P>
<P>　　那是一张陌生的脸</P>
<P>　　是我埋...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Tue, 09 Sep 2008 11:20:56 GMT</pubDate>
							</item>
							<item>
								<title>window bat</title>
								<link>http://space.itpub.net/14855094/viewspace-438621</link>
								<description><![CDATA[<P>批处理文件，在MS-DOS中，.bat文件是可执行文件，有一系列命令构成，其中可以包含对其他程序的调用。<BR><BR>首先，批处理文件是一个文本文件，这个文件的每一行都是一条DOS命令（大部分时候就好像我们在DOS提示符下执行的命令行一样），你可以使用DOS下的Edit或者Wind...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Thu, 28 Aug 2008 09:58:44 GMT</pubDate>
							</item>
							<item>
								<title>Oracle DBA优化数据库性能心得体会(转载)</title>
								<link>http://space.itpub.net/14855094/viewspace-434512</link>
								<description><![CDATA[<P>&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Mon, 25 Aug 2008 15:20:51 GMT</pubDate>
							</item>
							<item>
								<title>天秤</title>
								<link>http://space.itpub.net/14855094/viewspace-434487</link>
								<description><![CDATA[08.如爱天秤,就不要伤害他们 　天秤座：9月24日～10月23日 <BR><BR>　　　　　　　 　 <BR><BR>　　　传说里，有一种鸟儿，自出生起，一直流浪飞翔，不停。它从来不歌唱，天空任何一个角落，都留下它流浪的足迹。直到看到它心属的荆棘，才会落脚，将自己的胸脯插入荆棘里，...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Mon, 25 Aug 2008 12:28:01 GMT</pubDate>
							</item>
							<item>
								<title>sql写法(general knowledge)</title>
								<link>http://space.itpub.net/14855094/viewspace-432995</link>
								<description><![CDATA[1.对查询进行优化，应尽量避免全表扫描，首先应考虑在 where 及 order by 涉及的列上建立索引。 <BR><BR>2.应尽量避免在 where 子句中对字段进行 null 值判断，否则将导致引擎放弃使用索引而进行全表扫描，如： <BR>select id from t where num is null <BR>可以在num上设...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Fri, 22 Aug 2008 15:32:58 GMT</pubDate>
							</item>
							<item>
								<title>ORACLE 簇 入门级</title>
								<link>http://space.itpub.net/14855094/viewspace-430129</link>
								<description><![CDATA[<DIV class=articleTitleW twffan="done">1，簇<BR>有公共列的两个或多个表的集合<BR>簇表中的数据存储在公共数据块中</DIV>
<DIV id=articleContentArea twffan="done">
<DIV class=middleSize id=articleContent twffan="done">
<DIV twffan="done">
<P>2，簇键<BR>...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Wed, 20 Aug 2008 15:10:00 GMT</pubDate>
							</item>
							<item>
								<title>这样的生活</title>
								<link>http://space.itpub.net/14855094/viewspace-429620</link>
								<description><![CDATA[<P>这一阵子我的时间本是属于奥林匹克的。鸟公司却正好有项目要做。这个月每天就是加班加班+++++班。是有一点点累，不过也不是很郁闷。感觉这忙碌的日子倒是蛮充实的。</P>
<P>就是对不起那个每天写日志经常写情书的姑娘了。哎，现在发现，人的精力真的是有限的。不能做全...]]></description>
								<category>blog</category>
								<author>TO_TO_RO</author>
								<pubDate>Sun, 17 Aug 2008 23:25:41 GMT</pubDate>
							</item>
							
		</channel>
	</rss>