<?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>wisdomone1的个人空间</title>
			    <link>http://space.itpub.net/9240380</link>
			    <description></description>
			    <copyright>Copyright(C) wisdomone1的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Sat, 11 Oct 2008 12:03:29 GMT</lastBuildDate><item>
								<title>对于网站java内含insert语句高并发性的计论,欢迎有经验来讲讲</title>
								<link>http://space.itpub.net/9240380/viewspace-350575</link>
								<description><![CDATA[大家好,客户网站,现在开发人员反应在java代码中内含的insert语句,每天并发高达8000w-1亿记录之间,对于这种高并发性(随机性),有何优化方法.<br />
已经采用:nologging<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;parallel<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nb...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Wed, 04 Jun 2008 20:26:59 GMT</pubDate>
							</item>
							<item>
								<title>网站java内含insert语句每天并发为8000w-1亿条,大家谈下优化</title>
								<link>http://space.itpub.net/9240380/viewspace-350574</link>
								<description><![CDATA[对于网站java内含insert语句高并发性的计论,欢迎有经验来讲讲<br />
<br />
<br />
大家好,客户网站,现在开发人员反应在java代码中内含的insert语句,每天并发高达8000w-1亿记录之间,对于这种高并发性(随机性),有何优化方法.<br />
已经采用:nologging<br />
&nbsp; &...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Wed, 04 Jun 2008 20:25:24 GMT</pubDate>
							</item>
							<item>
								<title>对于网站java内含insert语句高并发性的计论,欢迎有经验来讲讲</title>
								<link>http://space.itpub.net/9240380/viewspace-350573</link>
								<description><![CDATA[大家好,客户网站,现在开发人员反应在java代码中内含的insert语句,每天并发高达8000w-1亿记录之间,对于这种高并发性(随机性),有何优化方法.<br />
已经采用:nologging<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;parallel<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nb...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Wed, 04 Jun 2008 20:21:12 GMT</pubDate>
							</item>
							<item>
								<title>在不shutdown生产机情况,且测试机未装oracle软件???</title>
								<link>http://space.itpub.net/9240380/viewspace-350572</link>
								<description><![CDATA[因公司业务需要,现在想要在生产机不停机的情况,完全clone一个生产环境在测试机上.条件:测试机没有装oracle软件,别外:不想采用rman duplicate target for dorecover(这就是把备份片CP过去作还原恢复).<br />
大家有什么办法.我查了好像clone database,也要停机,哪位坛友作...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Thu, 29 May 2008 14:42:45 GMT</pubDate>
							</item>
							<item>
								<title>关于db_name,instance_name等近似概念的理解????</title>
								<link>http://space.itpub.net/9240380/viewspace-350571</link>
								<description><![CDATA[关于db_name,instance_name,db_unique_name,sid,service_name,network connector的理解????<br />
<br />
<br />
我是这么理解的:<br />
db_name:比如我安装数据库软件,然后用dbca建库,一个库对应一个db_name<br />
instance_name:一个db_name可以有多个instance_nam...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Mon, 26 May 2008 22:43:42 GMT</pubDate>
							</item>
							<item>
								<title>转chinaunix一存储大牛 about device storage</title>
								<link>http://space.itpub.net/9240380/viewspace-350570</link>
								<description><![CDATA[内容：存储和相关基础知识<br />
范围：限opensystem和windows<br />
版本：Version 0.1 build 20060904<br />
<br />
说在前面的几句话:<br />
我工作的时间也不短了,但是还算是一个老菜鸟,所以我姑妄说之,您姑妄听之.另外,我也是想到哪儿写道哪儿,没什么章法,还望海...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Thu, 22 May 2008 01:33:35 GMT</pubDate>
							</item>
							<item>
								<title>(转自puber yong huang版主)</title>
								<link>http://space.itpub.net/9240380/viewspace-350569</link>
								<description><![CDATA[Controversy about count(*), count(1), count(PK) and count(rowid)<br />
Every 1 out of 100 people using Oracle believes using count(*) is slower than either count(&lt;a constant number&gt;), count(&lt;primary key column&gt;) or count(rowid); 1 out of 1...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Wed, 21 May 2008 23:44:32 GMT</pubDate>
							</item>
							<item>
								<title>dbms_stats vs analyze(转玉面飞龙)</title>
								<link>http://space.itpub.net/9240380/viewspace-350568</link>
								<description><![CDATA[dbms_stats VS analyze<br />
众所周知，Table是分区的时候，analyze根据所有partition上的已有的统计信息“计算”出整个表级别上的统计信息；而dbms_stats是实际去计算整个表范围的统计信息，因此表级别的统计信息比analyze更精确，反映表上真实的情况.<br />
<br />
...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Wed, 21 May 2008 23:01:40 GMT</pubDate>
							</item>
							<item>
								<title>role之精解:来自puber西瓜</title>
								<link>http://space.itpub.net/9240380/viewspace-350567</link>
								<description><![CDATA[ROLE（角色）是一个命了名的一组权限的集合。<br />
角色可以grant给任何其他的用户或者角色，但不能grant给它自己，角色不能循环授权。角色不属于任何schema，但它在数据字典中有描述。<br />
role 没有schema（即owener），所以对于SYS建立的role，其他的用户也可以对...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Tue, 20 May 2008 23:49:24 GMT</pubDate>
							</item>
							<item>
								<title>一系列问题的迷惑????企高手解析????????</title>
								<link>http://space.itpub.net/9240380/viewspace-350566</link>
								<description><![CDATA[1,我们大家都知道oracle分配空间给object,是以segment,extent,block这种关系来分配及回收的,<br><a href="http://www.itpub.net/attachment.php?aid=530398" target="_blank"><img src="http://file.itpub.net/attachment/day_080519/20080519_9ed4d9aa979940f2d25eCTfQGv...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Mon, 19 May 2008 17:12:44 GMT</pubDate>
							</item>
							<item>
								<title>转fenng大师文章,关于dbms_backup_restore的用法!!!</title>
								<link>http://space.itpub.net/9240380/viewspace-350565</link>
								<description><![CDATA[RMAN 备份,未使用catalog,控制文件丢失的解决办法<br />
作者: Fenng | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明<br />
网址: <a href="http://www.dbanotes.net/database/rman_nocatalog_lost_controlfile_howto.html" target="_blank">...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sat, 17 May 2008 03:22:50 GMT</pubDate>
							</item>
							<item>
								<title>转淘宝流云dbms_file_transfer package usage</title>
								<link>http://space.itpub.net/9240380/viewspace-350564</link>
								<description><![CDATA[2008年05月14日 <br />
利用DBMS_FILE_TRANSFER传输数据库文件<br />
作者：流云 | 【转载时请务必以超链接形式标明文章原始出处和作者信息及本声明】<br />
地址：<a href="http://rdc.taobao.com/blog/dba/html/146_dbms-file-transfer.html" target="_blank">http:/...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sat, 17 May 2008 02:26:05 GMT</pubDate>
							</item>
							<item>
								<title>如何用SQL语句实现以下功能.</title>
								<link>http://space.itpub.net/9240380/viewspace-350563</link>
								<description><![CDATA[s(学生表)&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;(sno 学号,sname 姓名,<br />
s(课程表)&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;(cno 课程号,cname 课程名,cteacher 认课老师)<br />
s_c(选课关系表)&nbsp;&nbsp;(sno 学号,cno 课程号,cgrade 课程成绩)<br />
<br />...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Fri, 16 May 2008 23:53:09 GMT</pubDate>
							</item>
							<item>
								<title>在rhel4上安装oracle 10.2.0.1出错的怪问题</title>
								<link>http://space.itpub.net/9240380/viewspace-350562</link>
								<description><![CDATA[java.util.zip.ZipException: invalid entry size (expected 4792886 but got 4792891 bytes)<br />
&nbsp; &nbsp; &nbsp; &nbsp; at java.util.zip.ZipInputStream.readEnd(Unknown Source)<br />
&nbsp; &nbsp; &nbsp; &nbsp; at java.util.zip.ZipInputStream.read(U...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Fri, 16 May 2008 01:16:47 GMT</pubDate>
							</item>
							<item>
								<title>tom 学习笔记</title>
								<link>http://space.itpub.net/9240380/viewspace-350561</link>
								<description><![CDATA[variable x refcursor&nbsp; &nbsp;---special cursor ---显式cursor<br />
begin<br />
open :x for select username from dba_users;<br />
end;<br />
/<br />
print x;<br />
<br />
<br />
variable scn number<br />
exec :scn:=dbms_flashback.get_system...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Wed, 14 May 2008 11:20:54 GMT</pubDate>
							</item>
							<item>
								<title>oracle function overview</title>
								<link>http://space.itpub.net/9240380/viewspace-350560</link>
								<description><![CDATA[SQL中的单记录函数<br />
1.ASCII<br />
返回与指定的字符对应的十进制数;<br />
SQL&gt; select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual;<br />
<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;A&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Tue, 13 May 2008 13:47:38 GMT</pubDate>
							</item>
							<item>
								<title>os staroge:about stripe</title>
								<link>http://space.itpub.net/9240380/viewspace-350559</link>
								<description><![CDATA[你指的应该是簇大小吧？ <br />
意思就是： <br />
文件系统是操作系统与驱动器之间的接口，当操作系统请求从硬盘里读取一个文件时，会请求相应的文件系统（FAT 16/32/NTFS）打开文件。扇区是磁盘最小的物理存储单元，但由于操作系统无法对数目众多的扇区进行寻址，所以...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sat, 10 May 2008 00:15:42 GMT</pubDate>
							</item>
							<item>
								<title>网站三张大表update,insert每天累计平均1亿记录量!!!!!!</title>
								<link>http://space.itpub.net/9240380/viewspace-350558</link>
								<description><![CDATA[接管了网站后,发现有三张表,update,insert操作很高了,基本上是晚上数据变更为1亿记录数据量(平均三个大表的总和吧),然后客户第二天会这些表进行查询.针对以上情况,大家给些办法(我们是oracle10g):<br />
大家给支支招,<br />
1 ,想到的办法:<br />
&nbsp; &nbsp;对表进...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Fri, 09 May 2008 17:49:26 GMT</pubDate>
							</item>
							<item>
								<title>oracle streams note</title>
								<link>http://space.itpub.net/9240380/viewspace-350557</link>
								<description><![CDATA[streams capture process:<br />
capture process rules<br />
local capture and downstream capture<br />
streams capture processes and oracle rac<br />
capture process can run on the source database(local capture process) or on a remote database(downs...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Thu, 08 May 2008 21:20:16 GMT</pubDate>
							</item>
							<item>
								<title>转坛友详解statspack(performance tuning)</title>
								<link>http://space.itpub.net/9240380/viewspace-350556</link>
								<description><![CDATA[详细解读 STATSPACK 报告<br />
<br />
详细解读 STATSPACK 报告 1<br />
1、报表头信息 2<br />
2、实例负载档信息 2<br />
3、实例有效性信息 3<br />
4、TOP 5及其他等待事件信息 5<br />
5、SQL统计信息 10<br />
5.1 SQL统计信息－逻辑读 11<br />
5.2 SQL统...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Mon, 28 Apr 2008 00:55:51 GMT</pubDate>
							</item>
							<item>
								<title>复习statspack知识</title>
								<link>http://space.itpub.net/9240380/viewspace-350555</link>
								<description><![CDATA[alter system set job_queue_processes=6;---必设参数,执行数据收集<br />
<br />
alter system set timed_statistics=true;---收集os的计时信息,存储在v$sesstats and v$sysstats<br />
<br />
<br />
install statspack<br />
run as sysdba<br />
be better to ...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sun, 27 Apr 2008 03:00:53 GMT</pubDate>
							</item>
							<item>
								<title>转pub坛友管理索引贴子</title>
								<link>http://space.itpub.net/9240380/viewspace-350554</link>
								<description><![CDATA[索引的维护和管理:<br />
<br />
-----查系统表空间非系统用户的索引情况<br />
select count(*)<br />
from dba_indexes <br />
where tablespace_name='SYSTEM' and owner not in('SYS','SYSTEM');<br />
<br />
select table_name,index_name<br />
from dba_i...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sun, 27 Apr 2008 02:16:46 GMT</pubDate>
							</item>
							<item>
								<title>after interviewing,test and learning.</title>
								<link>http://space.itpub.net/9240380/viewspace-350553</link>
								<description><![CDATA[select sid,event,p1,p2,p3,wait_time,seconds_in_wait from v$session_wait where sid=&sid;<br />
<br />
<br />
log file switch(archiving needed)----在conn trans/system; insert into test select * from test;---500万记录时<br />
<br />
<br />
select na...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sun, 27 Apr 2008 00:59:46 GMT</pubDate>
							</item>
							<item>
								<title>诚心请教有经验的网站DBA,对于有7000万用户的高并发性交友网站,数据库管理经验!!!!!</title>
								<link>http://space.itpub.net/9240380/viewspace-350552</link>
								<description><![CDATA[近期从前家公安性质的公司辞职后,又在住处自学了一些时间,自学期间:把database administration(9i),rac adminstration,standby adminstartion,performance tuning(9i),and oracle concepts 粗学了一次.<br />
 在些基础上作了一些centos,rhel5(4)上oracle10g(oracle9i)的...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sat, 26 Apr 2008 17:49:06 GMT</pubDate>
							</item>
							<item>
								<title>1T的数据仓库,如何作备份策略,急急急.!!!!!</title>
								<link>http://space.itpub.net/9240380/viewspace-350551</link>
								<description><![CDATA[我是这样作的,每周有一次数据加载,我因此采用:<br />
每周作一次增累备份,每月作一次全库备份,这样是否合理.<br />
还有一个问题,请问大家针对这样的数据量,如何制订数据备份.]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Thu, 24 Apr 2008 22:51:32 GMT</pubDate>
							</item>
							<item>
								<title>转egyle大师 dump 一览表</title>
								<link>http://space.itpub.net/9240380/viewspace-350550</link>
								<description><![CDATA[一.Memory Dumps<br />
<br />
1).Global Area<br />
<br />
ALTER SESSION SET EVENTS 'immediate trace name global_area level n';<br />
<br />
1 包含PGA<br />
2 包含SGA<br />
4 包含UGA<br />
8 包含indrect memory<br />
<br />
2).Library Cache<br ...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Tue, 22 Apr 2008 04:20:22 GMT</pubDate>
							</item>
							<item>
								<title>转alibaba dba about compress test</title>
								<link>http://space.itpub.net/9240380/viewspace-350549</link>
								<description><![CDATA[10G的compress表测试<br />
March 13, 2008 – 4:16 pm <br />
做了个10G中的压缩表测试，发现压缩比例还是比较高的，关键看数据是否按照重复性高的列在排序<br />
也对压缩表和非压缩表查询进行了对比，测试结果表明解压还是存在不少的CPU消耗，时间居然比普通表要久，...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Fri, 18 Apr 2008 23:29:52 GMT</pubDate>
							</item>
							<item>
								<title>续rman学习笔记</title>
								<link>http://space.itpub.net/9240380/viewspace-350548</link>
								<description><![CDATA[1,oracle10g(9i)有0,1,2,3,4五个备份级别。级别越高，备份数据块越少。<br />
2，增量备份:&lt;=n&nbsp; &nbsp;同级备份很多，更多恢复时间（因为要转储更多的备份集）,减少了备份时间<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; backup...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Sun, 13 Apr 2008 18:29:01 GMT</pubDate>
							</item>
							<item>
								<title>各位碰过这种情况,我在试centos5和rhel4安装oracle10g碰到的怪问题</title>
								<link>http://space.itpub.net/9240380/viewspace-350547</link>
								<description><![CDATA[以上为安装日志最后一部分<br />
<br />
<b>INFO: Method 'dispose()' Not implemented in class 'ConfigurationOptions'<br />
INFO: config-context initialized<br />
INFO: *** Install Page***<br />
INFO: FastCopy : File Version is Compatible<br />
INFO:...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Fri, 11 Apr 2008 02:12:52 GMT</pubDate>
							</item>
							<item>
								<title>oracle杂烩笔记</title>
								<link>http://space.itpub.net/9240380/viewspace-350546</link>
								<description><![CDATA[execute dbms_session.set_sql_trace(sql_trace=&gt;true);<br />
select distinct sid from v$mystat;<br />
select spid from v$process where addr=(select paddr from v$session where sid=(select distinct sid from v$mystat));<br />
execute dbms_session.set_...]]></description>
								<category>blog</category>
								<author>wisdomone1</author>
								<pubDate>Wed, 09 Apr 2008 22:08:07 GMT</pubDate>
							</item>
							
		</channel>
	</rss>