<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>数据库</title>
<link>http://www.itxuexi.com/tech/list_31_1.html</link>
<description>技术应用 / 数据库</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[通过MySQL全文搜索实现中文的相关搜索]]></title>
    <link>http://www.itxuexi.com/tech/90385.html</link>
    <description><![CDATA[通过MySQL内置全文检索实现中文的相关检索关键字：MySQL全文检索全文索引中文分词二元分词区位码相似度注：本文使用的MySQL版本为：MySQL4.0.x在MySQL4中，是已经开始支持全文检索（索引）的了]]></description>
    <pubDate>2010-05-06</pubDate>
    <category>MYSQL</category>
    <author>admin</author>
    <comments>|</comments>
</item>
<item>
    <title><![CDATA[用Trigger规范insert, update的值]]></title>
    <link>http://www.itxuexi.com/tech/88679.html</link>
    <description><![CDATA[SQLServer用Trigger规范insert,update的值]]></description>
    <pubDate>2010-01-30</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[SQL Server教程:读取第三方数据库的数据]]></title>
    <link>http://www.itxuexi.com/tech/88678.html</link>
    <description><![CDATA[SQLServer读取第三方数据库的数据.]]></description>
    <pubDate>2010-01-30</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[SQL Server 2008的升级和部署问题]]></title>
    <link>http://www.itxuexi.com/tech/88677.html</link>
    <description><![CDATA[本文是以问答的形式来介绍SQLServer2008的升级与部署，希望通过本文能给大家一些提高和帮助。]]></description>
    <pubDate>2010-01-30</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[JDBC大批量写入数据到SQLServer2000,记录数大于10000]]></title>
    <link>http://www.itxuexi.com/tech/84807.html</link>
    <description><![CDATA[JDBC大批量写入数据到SQLServer2000,记录数大于10000复制代码代码如下:SpObserver.putSp(amp;quot;sessionFactory1amp;quot;);SimpleDateFormatfomat=newSimpleDateFormat(amp;quot;yyyy-MM-ddHH:mm:ssamp;quot;);Sessions=null;s=daoSupport.g]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[几种常用DB驱动和DB连接串小结]]></title>
    <link>http://www.itxuexi.com/tech/84806.html</link>
    <description><![CDATA[几种常用DB驱动和DB连接串，方便大家用各种程序，连接数据库。(一)MySQL：(1)JDBC驱动jar包：(http://www.mysql.com)mm.mysql-2.0.2-bin.jar(2)驱动类classpath：Driver=org.gjt.mm.mysql.Driver(3)数据库连接URL：url=jdbc:]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Access和SQL Server里面的SQL语句的不同之处]]></title>
    <link>http://www.itxuexi.com/tech/84805.html</link>
    <description><![CDATA[做了一个Winform的营养测量软件，来回的捣腾着Access数据库，还是那几句增删改查，不过用多了，发现Access数据库下的SQL语句和SQLServer下正宗的SQL还有有很大的不同。我的感觉是，Accees数据库虽]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[收缩数据库不变小的解决方法]]></title>
    <link>http://www.itxuexi.com/tech/84804.html</link>
    <description><![CDATA[收缩数据库不变小的解决方法。收缩前执行：复制代码代码如下:alterdatabasedatabasenamesetrecoverysimple]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[修改插入时间不匹配问题]]></title>
    <link>http://www.itxuexi.com/tech/84803.html</link>
    <description><![CDATA[修改插入时间不匹配问题的解决方法。需要的朋友可以参考下。查看客户端字符集参数：select*fromnls_session_parameters;修改注册表的方法：Regedit.exe--HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0\NLS_LANGUAGE中文环]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[数据库中union 与union all 的区别]]></title>
    <link>http://www.itxuexi.com/tech/84802.html</link>
    <description><![CDATA[union与unionall的区别当我们要对两个或两个以上的表进行操作时。我们经常会用到union与unionall；今天晚上在操作两个表时才发现两个的区别。呵呵。union将两个表连接后删除其重复的项；unional]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[在ACCESS和SQL Server下Like 日期类型查询区别]]></title>
    <link>http://www.itxuexi.com/tech/84801.html</link>
    <description><![CDATA[Like和日期类型在ACCESS和SQLServer的区别，需要的朋友可以参考下。最近在用ACCESS数据库是遇到的问题总结：一、在ACCESS中LIKE的用法Access里like的通配符用法是这样:“?”表示任何单一字符；“*”表]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[SQL 随机查询 包括(sqlserver,mysql,access等)]]></title>
    <link>http://www.itxuexi.com/tech/84800.html</link>
    <description><![CDATA[SQL随机查询包括(sqlserver,mysql,access等)，需要的朋友可以参考下，目的一般是为了随机读取数据库中的记录。SQLServer：Sql代码复制代码代码如下:SelectTOPN*FromTABLEOrderByNewID()NewID()函数将创建一个un]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[写出高性能SQL语句的35条方法分析]]></title>
    <link>http://www.itxuexi.com/tech/84799.html</link>
    <description><![CDATA[高性能的SQL语句能提高页面的执行效率，让你的服务器运行的更为流畅，所以大家在以后的使用过程中，尽量的考虑到效率。（1）整合简单,无关联的数据库访问：如果你有几个简单的数据库查]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>数据库技巧</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[安装SQL2005 29506错误码的解决方案]]></title>
    <link>http://www.itxuexi.com/tech/84798.html</link>
    <description><![CDATA[我推荐先安装SQL2005，然后安装visualstudio2008，因为visualstudio自带SQL2005的组件，导致等一下安装SQL2005时发生错误在windows7下安装SQL2005时会提示不兼容，需要安装SQL2005SP3或更高的版本，不用管它，]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[配置 SQLServer2005 以允许远程连接]]></title>
    <link>http://www.itxuexi.com/tech/84797.html</link>
    <description><![CDATA[为SQLServer2005ExpressEdition或SQLServer2005DeveloperEdition启用远程连接/启用SQLServerBrowser服务在Windows防火墙中创建例外在Windows防火墙中为SQLServer2005创建例外在Windows防火墙中为SQLServerBrowser服务创建例外简]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[sql2005 数据同步方法]]></title>
    <link>http://www.itxuexi.com/tech/84796.html</link>
    <description><![CDATA[复制技术可以确保分布在不同地点的数据自动同步更新，从而保证数据的一致性,就无需编程实现客户端和服务器端数据同步了！大大提高了工作效率！主要是要注意权限的问题,一般做发布/订阅]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[SQL2005 四个排名函数(row_number、rank、dense_rank和ntile)的比较]]></title>
    <link>http://www.itxuexi.com/tech/84795.html</link>
    <description><![CDATA[排名函数是SQLServer2005新加的功能。在SQLServer2005中有如下四个排名函数row_number、rank、dense_rank和ntile，需要的朋友可以参考下。排名函数是SQLServer2005新加的功能。在SQLServer2005中有如下四个排名函]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Sql server2005 优化查询速度50个方法小结]]></title>
    <link>http://www.itxuexi.com/tech/84794.html</link>
    <description><![CDATA[Sqlserver2005优化查询速度51法查询速度慢的原因很多，常见如下几种，大家可以参考下。I/O吞吐量小，形成了瓶颈效应。没有创建计算列导致查询不优化。内存不足。网络速度慢。查询出的数据量]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[SQLServer2005中的SQLCMD工具使用]]></title>
    <link>http://www.itxuexi.com/tech/84793.html</link>
    <description><![CDATA[本文概述SQLServer2005中的SQLCMD工具使用方法过程等，并汇总变量列表。1、你可以用SQLCMD执行交互式动作，如：C:sqlcmdamp;gt;sqlcmd1amp;gt;SELECTnamefromsys.databases2amp;gt;GO你也可以试着键入如下命令，现]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[MSSQL 字符段分段更新]]></title>
    <link>http://www.itxuexi.com/tech/84792.html</link>
    <description><![CDATA[MSSQL字符段分段更新，大家可以参考下。--amp;gt;分段更新--amp;gt;Author:wufeng4552--amp;gt;Date:2009-10-0708:13:41--如:更新'a,a,a,a,a'第三段a為'test'結果為'a,a,a,test,a'declare@svarchar(20)--更新的字符串declare@spl]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[MSSQL2005 INSERT,UPDATE,DELETE 之OUTPUT子句使用实例]]></title>
    <link>http://www.itxuexi.com/tech/84791.html</link>
    <description><![CDATA[MSSQL2005INSERT,UPDATE,DELETE使用实例，大家可以看下。复制代码代码如下:--amp;gt;Title:Generatingtestdata--amp;gt;Author:wufeng4552--amp;gt;Date:2009-10-0715:16:26ifobject_id('ta')isnotnulldroptabletagocreatetableta(IDintidentity,]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[SQL2005 大数据量检索的分页]]></title>
    <link>http://www.itxuexi.com/tech/84790.html</link>
    <description><![CDATA[仅列出实例SQL，其他的请大家自己完成吧@StartIndex为当前页起始序号，@EndIndex为当前页结束记录序号，可以直接作为参数输入，也可以通过输入PageSize和PageIndex计算得出复制代码代码如下:select]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[sqlserver 中charindex/patindex/like 的比较]]></title>
    <link>http://www.itxuexi.com/tech/84789.html</link>
    <description><![CDATA[sqlserver中charindex/patindex/like的比较，大家可以看下根据需要自行选择。一、测试环境：1。数据库：SqlServer20082。测试表：15000记录，char类型主键，无其他索引3。测试字段：ntext类型，最大数据长]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>MSSQL</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[DB2 自动递增字段实现方法]]></title>
    <link>http://www.itxuexi.com/tech/84788.html</link>
    <description><![CDATA[DB2提供了当有一行插入的时候自动在某一列添加值的功能，可以使用所谓identityrules，简单点的比如某个数值的递增填入该列中，当然也有很复杂的。使用这个一般是用作识别码的，当做定义表]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[DB2 常用命令小结]]></title>
    <link>http://www.itxuexi.com/tech/84787.html</link>
    <description><![CDATA[DB2常用命令，对于使用db2的朋友可以参考下。1、打开命令行窗口#db2cmd2、打开控制中心#db2cmddb2cc3、打开命令编辑器db2cmddb2ce=====操作数据库命令=====4、启动数据库实例#db2start5、停止数据库实例]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[DB2 常用命令速查（备忘）]]></title>
    <link>http://www.itxuexi.com/tech/84786.html</link>
    <description><![CDATA[DB2常用命令速查，需要的朋友可以参考下。dasauto－自动启动DB2管理服务器dascrt－创建DB2管理服务器dasdrop－除去DB2管理服务器dasmigr－迁移DB2管理服务器dasupdt－更新DB2管理服务器db2_deinstall－卸载]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[DB2 日期和时间的函数应用说明]]></title>
    <link>http://www.itxuexi.com/tech/84785.html</link>
    <description><![CDATA[DB2中有关日期和时间的函数，及应用，比较老的文章了，需要的朋友可以参考下。DAYNAME返回一个大小写混合的字符串，对于参数的日部分，用星期表示这一天的名称（例如，Friday）。DAYOFWEEK返]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[oracle中的视图详解]]></title>
    <link>http://www.itxuexi.com/tech/84784.html</link>
    <description><![CDATA[以下是我对Oracle中视图的一些简单总结，希望和大家一起来学习探讨。1.视图的概述视图其实就是一条查询sql语句，用于显示一个或多个表或其他视图中的相关数据。视图将一个查询的结果作为]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[oracle 常用的几个SQL]]></title>
    <link>http://www.itxuexi.com/tech/84783.html</link>
    <description><![CDATA[oracle几个常用的SQL1查找记录条数selectcount(*)fromtable_name（换成表名）2查找表数据大小selectnum_rows*avg_row_lenfromuser_tableswheretable_name='table_name（换成表名）';更多可以参考下http://www./rticle/7827.htm]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Linux ORCLE数据库增量备份脚本]]></title>
    <link>http://www.itxuexi.com/tech/84782.html</link>
    <description><![CDATA[Linux下ORCLE数据库增量备份脚本(基础篇),需要的朋友可以参考下。ORCLE数据库备份策略1.通过使用exp和imp命令实现数据库导出和导入。有三种模式：a.用户模式：导出(导入)用户所有对象以及对象中]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[ORACLE常用数值函数、转换函数、字符串函数]]></title>
    <link>http://www.itxuexi.com/tech/84781.html</link>
    <description><![CDATA[本文并不准备介绍全部的oracle函数，当前情势下，俺也还没这个时间，需要学习的东西太多了，要把多数时间花在学习经常能用上的技术方面:)，所以如果是准备深入了解所有oracle函数的朋友，]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 多行记录合并/连接/聚合字符串的几种方法]]></title>
    <link>http://www.itxuexi.com/tech/84780.html</link>
    <description><![CDATA[怎么合并多行记录的字符串，一直是oracle新手喜欢问的SQL问题之一，关于这个问题的帖子我看过不下30个了，现在就对这个问题，进行一个总结。什么是合并多行字符串（连接字符串）呢，例如]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[oracle 存储过程和触发器复制数据]]></title>
    <link>http://www.itxuexi.com/tech/84779.html</link>
    <description><![CDATA[oracle存储过程和触发器复制数据的代码，需要的朋友可以参考下。一。存储过程的创建和使用1.创建程序包，并在程序中创建存储过程createorreplacePACKAGENCS_ICP_TJAS/*lfx@ncs-cyber.com.cn*//*TODO在此输入程]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle中sys和system的区别小结]]></title>
    <link>http://www.itxuexi.com/tech/84778.html</link>
    <description><![CDATA[SYS用户具有DBA权限，并且拥有SYS模式，只能通过SYSDBA登陆数据库。是Oracle数据库中权限最高的帐号SYSTEM具有DBA权限。但没有SYSDBA权限。平常一般用该帐号管理数据库就可以了。1.SYS用户具有DBA权]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[一些实用的sql语句]]></title>
    <link>http://www.itxuexi.com/tech/84777.html</link>
    <description><![CDATA[一些实用的sql，需要的朋友可以参考下。1.查询高于平均价格的商品名称：SELECTitem_nameFROMebsp.product_market_priceWHEREitem_priceamp;gt;(SELECTAVG(item_price)FROMebsp.product_market_price2.oracle9i以上版本,可以实现将]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle字符集修改查看方法]]></title>
    <link>http://www.itxuexi.com/tech/84776.html</link>
    <description><![CDATA[Oracle字符集修改查看方法，需要的朋友可以参考下。1.怎么样查看数据库字符集[A]数据库服务器字符集select*fromnls_database_parameters，其来源于props$，是表示数据库的字符集。客户端字符集环境se]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 分析函数RANK(),ROW_NUMBER(),LAG()等的使用方法]]></title>
    <link>http://www.itxuexi.com/tech/84775.html</link>
    <description><![CDATA[Oracle分析函数RANK(),ROW_NUMBER(),LAG()等的使用方法,需要的朋友可以参考下。ROW_NUMBER()OVER(PARTITIONBYCOL1ORDERBYCOL2)表示根据COL1分组，在分组内部根据COL2排序而这个值就表示每组内部排序后的顺序编号（]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[oracle 更改数据库名的方法]]></title>
    <link>http://www.itxuexi.com/tech/84774.html</link>
    <description><![CDATA[这两天一朋友问如何更改数据库名，于是做个测试，简单记录下，以便说明问题。如何修改数据库名（db_name)及实例名(Instance_nameorService_name)Nid是Oracle从9iR2开始提供的工具，可以用来更改数据库]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 存储过程教程]]></title>
    <link>http://www.itxuexi.com/tech/84773.html</link>
    <description><![CDATA[一个简单的oracle分页存储过程的实现和调用。在看了众多的分页存储过程以后发现都是针对sqlserver的，而没有oracle的，因此想写一个关于oracle的存储过程，因为我用到的数据库是oracle。Oracle分页]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[oracle 多个字符替换实现]]></title>
    <link>http://www.itxuexi.com/tech/84772.html</link>
    <description><![CDATA[CSDN上的一个网友，需要一个sql语句的解决方案需求是这样的求写oracle多个字符替换（有测试数据）复制代码代码如下:createtableA_TEST(PAYOUT_ITEM_CODEVARCHAR2(30)notnull,FORMULA_DETVARCHAR2(1000))createtableB_TES]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 存储过程加密方法]]></title>
    <link>http://www.itxuexi.com/tech/84771.html</link>
    <description><![CDATA[Oracle存储过程加密方法，需要的朋友可以参考下。软件环境：1、操作系统：Windows2000Server2、数据库：Oracle8iR2(8.1.7)forNT企业版3、安装路径：C:ORACLE实现方法：1、D:amp;gt;setNLS_LANG=AMERICAN_AMERICA.US]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 子程序参数模式,IN,OUT,NOCOPY]]></title>
    <link>http://www.itxuexi.com/tech/84770.html</link>
    <description><![CDATA[Oracle子程序参数模式主要有IN,OUT,NOCOPY,IN和OUT可以组合,OUT和NOCOPY也可以组合使用.IN主要用于传入参数,可以是变量,常量,表达式,在子程序内部不能改变其值.复制代码代码如下:DECLAREnNUMBER:=10;PROCE]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 创建监控账户 提高工作效率]]></title>
    <link>http://www.itxuexi.com/tech/84769.html</link>
    <description><![CDATA[有很多Oracle服务器，需要天天查看TableSpace，比较麻烦了。为了把事情变成简单化，我在多个Oracle数据上建立统一的检查数据库账户，并且账户只能访问特定的几个视图（需要查询的sql已生成视]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 添加用户并赋权，修改密码，解锁，删除用户的方法]]></title>
    <link>http://www.itxuexi.com/tech/84768.html</link>
    <description><![CDATA[Oracle添加用户并赋权，修改密码，解锁，删除用户实现方法，需要的朋友可以参考下。添加用户（随着用户的创建，自动产生与用户同名的schema）CREATEUSERamp;quot;TESTERamp;quot;PROFILEamp;quot;DEFAUL]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[在oracle 数据库中查看一个sql语句的执行时间和SP2-0027错误]]></title>
    <link>http://www.itxuexi.com/tech/84767.html</link>
    <description><![CDATA[oracle数据库中查看一个sql语句的执行时间和SP2-0027错误的解决方法进入sqlplusSQLamp;gt;settimingonSQLamp;gt;SQLamp;gt;selectcount(*)fromcomm_human_role;COUNT(*)----------866Elapsed:00:00:00.05以上数字输出分别是：Hour]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[oracle 优化的一点体会]]></title>
    <link>http://www.itxuexi.com/tech/84766.html</link>
    <description><![CDATA[oracle优化的一点体会大家可以参考下，提升运行效率。关于oracle优化的内容很多，概念庞杂，不过可以总结出一个大纲性的东西作为需要考虑的方向，然后再逐步细化。oracle优化按重要性需要考]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 游标使用总结]]></title>
    <link>http://www.itxuexi.com/tech/84765.html</link>
    <description><![CDATA[游标（CURSOR）也叫光标，在关系数据库中经常使用，在PL/SQL程序中可以用CURSOR与SELECT一起对表或者视图中的数据进行查询并逐行读取。Oracle游标分为显示游标和隐式游标。显示游标（ExplicitCur]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[ORACLE实例的后台进程]]></title>
    <link>http://www.itxuexi.com/tech/84764.html</link>
    <description><![CDATA[Oralce实例由内存和后台进程构成。实例后台进程在启动实例时启动，在终止实例时终止运行。下面就来介绍一下这些在后台辛勤工作的进程们。系统检测器（SystemMonitor,SMON）、进程监视器（Pr]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[oracle SQL解析步骤小结]]></title>
    <link>http://www.itxuexi.com/tech/84763.html</link>
    <description><![CDATA[oracleSQL解析步骤，爱好oracle的朋友可以参考下，了解工作流程。1ThesyntaxoftheSQLstatementisverified.SQL的语法检查2Thedatadictionaryissearchedtoverifytableandcolumndefinitions.从数据字典检查表名和字段名3Thedatadi]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Oracle 中文字段进行排序的sql语句]]></title>
    <link>http://www.itxuexi.com/tech/84762.html</link>
    <description><![CDATA[Oracle中对中文字段进行排序通常有三种方式1）按笔画排序select*fromTableorderbynlssort(columnName,'NLS_SORT=SCHINESE_STROKE_M')2）按部首排序select*fromTableorderbynlssort(columnName,'NLS_SORT=SCHINESE_RADICAL_M')3）按拼音排]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>

</channel>
</rss>

