<?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; 数据库</title>
	<atom:link href="http://blog.ywxyn.com/index.php/archives/category/dao/software/database/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>生成insert语句</title>
		<link>http://blog.ywxyn.com/index.php/archives/979</link>
		<comments>http://blog.ywxyn.com/index.php/archives/979#comments</comments>
		<pubDate>Thu, 31 Mar 2011 03:32:06 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[mssql]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=979</guid>
		<description><![CDATA[如何从数据库直接生成 insert 语句]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/979/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ms sql server 2000 查询某个库的所有触发器名称</title>
		<link>http://blog.ywxyn.com/index.php/archives/964</link>
		<comments>http://blog.ywxyn.com/index.php/archives/964#comments</comments>
		<pubDate>Fri, 25 Mar 2011 02:11:10 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[mssql]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=964</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/964/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlserver触发器的新增和删除判断</title>
		<link>http://blog.ywxyn.com/index.php/archives/944</link>
		<comments>http://blog.ywxyn.com/index.php/archives/944#comments</comments>
		<pubDate>Thu, 10 Mar 2011 15:49:58 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[mssql]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=944</guid>
		<description><![CDATA[sql2000 触发器 新增 删除 判断]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/944/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>SQLServer设置了自动增长，而可用空间仍然为0</title>
		<link>http://blog.ywxyn.com/index.php/archives/805</link>
		<comments>http://blog.ywxyn.com/index.php/archives/805#comments</comments>
		<pubDate>Mon, 08 Nov 2010 14:32:22 +0000</pubDate>
		<dc:creator>寻道者</dc:creator>
				<category><![CDATA[mssql]]></category>

		<guid isPermaLink="false">http://blog.ywxyn.com/?p=805</guid>
		<description><![CDATA[对SQL Server虽然设置了文件的自动增长，但查看可用空间时，其值为0，而用sp_spaceused 存储过程查看数据库内部空间使用情况，发现unallocated space的值为负值。 这是由于内部页计数出错而导致的，通过使用dbcc updateusage (0)对当前数据库进行页统计，就可以得出正确结果。 有人整理了一下dbcc的用法：http://topic.csdn.net/t/20021216/20/1266927.html]]></description>
		<wfw:commentRss>http://blog.ywxyn.com/index.php/archives/805/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>
	</channel>
</rss>

