<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>先有法而后有信，信而后有礼，礼后义，义后仁，德道皆不失也 &#187; oracle</title>
	<atom:link href="http://blog.ywxyn.com/index.php/archives/category/dao/software/database/oracle/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ywxyn.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Dec 2011 05:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>在c#中使用TransactionScope操作oracle数据库</title>
		<link>http://blog.ywxyn.com/index.php/archives/990</link>
		<comments>http://blog.ywxyn.com/index.php/archives/990#comments</comments>
		<pubDate>Wed, 13 Apr 2011 04:42:12 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[.Net方面]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=990</guid>
		<description><![CDATA[有需求要将几个操作oracle数据库的方法写到一个事务里面，用到了TransactionScope对象。但使用的时候不是很顺利，先是说不能嵌套事务，仔细检查原来的代码中，的确有事务，那个现在要把几个操作放到一个事务里面，只写删除了单个方法的事务。随之又报了另一个错误。 在网上查原因，各式各样的都有，我是这样的解决的： 我的oracle版本是10.2，我下载了一个oramts10.dll文件，将这个文件重命名为oramts.dll后复制到oracle\product\10.2.0\db_1\BIN下。就OK了。有些人说下载msvcrtd.dll到system32下面，我试了是没有的。 下载oramts10.dll]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/990/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle function将多行变为逗号分隔</title>
		<link>http://blog.ywxyn.com/index.php/archives/844</link>
		<comments>http://blog.ywxyn.com/index.php/archives/844#comments</comments>
		<pubDate>Thu, 06 Jan 2011 03:42:22 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=844</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/844/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-01536 超出表空间‘USERS’的空间限量</title>
		<link>http://blog.ywxyn.com/index.php/archives/832</link>
		<comments>http://blog.ywxyn.com/index.php/archives/832#comments</comments>
		<pubDate>Wed, 01 Dec 2010 03:33:36 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=832</guid>
		<description><![CDATA[运行命令：]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/832/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle获取表的字段名称、字段类型、长度、注释、主键的sql语句</title>
		<link>http://blog.ywxyn.com/index.php/archives/820</link>
		<comments>http://blog.ywxyn.com/index.php/archives/820#comments</comments>
		<pubDate>Sat, 20 Nov 2010 06:02:27 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=820</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/820/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Dynamic Performance Tables not accessible方法</title>
		<link>http://blog.ywxyn.com/index.php/archives/582</link>
		<comments>http://blog.ywxyn.com/index.php/archives/582#comments</comments>
		<pubDate>Wed, 26 May 2010 08:05:13 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=582</guid>
		<description><![CDATA[当我在pl/sql中查询某个表的详细字段信息的时候，报了这样一个错误 sql语句为： 错误是： 解决方法是： 用dba执行下面这句或者在pl/sql中找到username，然后在edit中选择“System privileges”tab，增加一个“select any dictionary”权限。]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/582/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>由一张表更新另一张表</title>
		<link>http://blog.ywxyn.com/index.php/archives/574</link>
		<comments>http://blog.ywxyn.com/index.php/archives/574#comments</comments>
		<pubDate>Tue, 25 May 2010 01:51:28 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=574</guid>
		<description><![CDATA[更新bank表中的address字段，通过bank.tyid与banktype的typeid进行关联]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/574/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>记2010年5月22日下午在杭州贝塔咖啡参加oracle活动</title>
		<link>http://blog.ywxyn.com/index.php/archives/569</link>
		<comments>http://blog.ywxyn.com/index.php/archives/569#comments</comments>
		<pubDate>Mon, 24 May 2010 14:36:35 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=569</guid>
		<description><![CDATA[说来也巧，参加了oracle杭州群，正好赶上有这种线下的活动，又是我一直向往的关于dba活动。于是就参加了。当然，没有白来，见到了很多和我一样，带着对dba高手敬仰之情而来的朋友们，也如愿以偿的见到了很多牛人，包括：冯大辉、d.b.c.a（楼方鑫）、alan Lee等人。在活动中，大家分享了自己成为dba的经验，以及如何成为一个好的dba。其中大家聊的最多的就是要认认真真的看两年书，就是oracle的基础知识。万丈高楼平地起，千里之行始于足下，大家都再三强调了基础的重要性。 回来以后，我一直在想，我适合做dba吗，能不能踏踏实实的学习两年基础知识，迈入dba这个领域呢？我也一直在思索，一方面是感觉自己是虽然在技术上没有短板，但也没有一个是特别擅长的，所谓的一专多能没有达到；另一方面，在数据和手机这两块领域，我都认为是很有前途的，我都想去做，但是我真的有这么多的精力吗，不专攻一个，我肯定做不到最好，也许该逼一下自己，去创造背水一战的场景。曲则全，枉则直，洼则盈，敝则新，少则多，多则惑。每次想到这里，我就有种被这世上所谓的知识给耍了的感觉。人生就这么短的时光，却有这么多的欲望要去实现，真是以有涯随无涯，殆已！随的是什么，是少的时候想多一些，多了呢，就迷惑了，这就是人的欲望。话讲了这么多，感觉自己跟个超人（超凡脱俗的人）似的，其实，我也还在三界内五行中。只是看不清：一方面，数据，肯定是越来越多，多了就会产生价值，就需要dba去管理和挖掘，这就是dba的职责；另一方面，智能手机迅速普及，我预测，智能手机的数量一定会超过PC机的数量，将来会有越来越多的手机上的应用和功能等需要去开发，也有很多事情可以做。我究竟往哪个方面走呢？二个选择我都迷惑了，这要是多了还得了？]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/569/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>学习oracle要看的几本书</title>
		<link>http://blog.ywxyn.com/index.php/archives/536</link>
		<comments>http://blog.ywxyn.com/index.php/archives/536#comments</comments>
		<pubDate>Tue, 04 May 2010 07:56:54 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=536</guid>
		<description><![CDATA[几本核心的，concept，administrator guide，以及 unix administrator guide]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/536/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用一条sql语句将四行两列数据库记录转为两行四行且id为顺序递增</title>
		<link>http://blog.ywxyn.com/index.php/archives/488</link>
		<comments>http://blog.ywxyn.com/index.php/archives/488#comments</comments>
		<pubDate>Tue, 23 Mar 2010 06:41:05 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=488</guid>
		<description><![CDATA[有一个数据表的记录为： id sqt 1 123 2 456 3 789 4 223 使用sql语句将上述记录转换为 id sqt id sqt 1 123 2 456 3 789 4 223 select a.id,a.sqt,b.id,b.sqt from aaaa a join aaaa b on mod(b.id,2)+1=mod(a.id,2) and b.id &#8211; a.id =1]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/488/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle ebs12 for linux 安装指南</title>
		<link>http://blog.ywxyn.com/index.php/archives/412</link>
		<comments>http://blog.ywxyn.com/index.php/archives/412#comments</comments>
		<pubDate>Sat, 16 Jan 2010 07:43:02 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=412</guid>
		<description><![CDATA[安装指南： 一、操作系统安装 1、操作系统：Enterprise-R5-U4-Server-i386-dvd。 1）  配置网络时，不要选择动态DNS。输入静态IP地址和网关，DNS等信息。 2）选择自动分区，建议使用LVM来安装Lunux。这里边需要调整的是Swap的大小。调整Swap的大小为2G。 3）不要启用防火墙。禁用SELinux。 4）安装组件时，选择客户化安装。一般安装一个图形界面（比如GOME、KDE）。安装所有的开发组件。 二、操作系统配置 1、修改hosts文件 以root用户登录系统。 在目录/etc/下找到hosts文件，按照如下方式加入主机名等信息。 127.0.0.1 localhost.localdomain localhost 192.168.1.2 ebs.ywxyn.com ebs 其中需要注意的是：192.168.1.2是你定的系统的IP地址、ebs是主机名、ywxyn.com是域名。在同一行中，主机名写在主机名.域名的后边。比如ebs写在ebs.ywxyn.com的后边。 2、network文件 以root用户登录系统。 检查/etc/sysconfig/network文件中是否包含如下这行,如果没有，则追加这一行。 HOSTNAME=ebs.ywxyn.com 检查/etc/sysconfig/networking/profiles/default/network这个文件是否存在。如果存在则删除或者重命名。 3、网络连通确认 执行ping命令，确保以下命令通过。（具体的ping值视各自的设定而定） #ping ebs #ping 192.168.1.2 4、系统参数调整 以root用户登录系统。编辑/etc/sysctl.conf文件，追加如下内容。 kernel.sem = 256 32000 100 142 kernel.shmall = 2097152 kernel.shmmax = 2147483648 kernel.shmmni = 4096 kernel.msgmax = 8192 kernel.msgmnb = 65535 kernel.msgmni = [...]]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/412/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

