<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>综合频道－巧巧读书</title>
    <description>IT咨询，教育，旅游</description>
    <link>http://www.qqread.com</link>
    <language>zh-cn</language>
    <generator>WWW.QQREAD.COM</generator>
    <copyright>Copyright 2002 - 2006 qqread.com, All Rights Reserved</copyright>
    <pubDate>Tues, 25 Jul 2006 00:14:34 GMT</pubDate>
    <item>
      <title>SQL Server2005 SQLCLR代码之CLR安全</title>
      <link>http://www.qqread.com/sqlserver/2006/07/f613163052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/sqlserver/2006/07/f613163052.html</guid>
      <category>SQL Server</category>
      <pubDate>Thur, 20 Jul 2006 00:00:00 GMT</pubDate>
      <description>一、 CLR安全性在第一篇中，我们已经讨论了宿主于和在SQL Server内执行的.NET代码的安全环境-从SQL Server的角度来观察SQLCLR代码模块。但是CLR使用其自己的安全模型。一旦SQL Server同意进行所有的许可权检查并且允许代码执行，那么这种模型就会"强制介入"。仅仅因为它...</description>
    </item>
    <item>
      <title>剖析SQL Server2005 SQLCLR代码安全性</title>
      <link>http://www.qqread.com/sqlserver/2006/07/q894161052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/sqlserver/2006/07/q894161052.html</guid>
      <category>SQL Server</category>
      <pubDate>Tues, 18 Jul 2006 00:00:00 GMT</pubDate>
      <description>提要 在SQL Server 2005内运行.NET框架代码是一件令人激动的事情还是一种威胁？本系列文章将全面探讨这类SQLCLR代码的安全问题，以便开发人员和DBA都能够有所借鉴。一、 引言编写运行于宿主在任何环境下的CLR中的.NET代码的主要优点之一是代码存取安全（CAS）。CAS提供...</description>
    </item>
    <item>
      <title>实用的存储过程之二</title>
      <link>http://www.qqread.com/sqlserver/2006/07/u110156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/sqlserver/2006/07/u110156052.html</guid>
      <category>SQL Server</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>实用的存储过程之二笔者工作的公司采用的是SQLServer数据库，每天都要处理大量的数据，由于笔者进公司的时间比较晚，公司现有的大部分的程序都是以前的程序员留下的，因为他们没有相关的文档，笔者对于后台数据库的很多表的结构和数据都不甚了解，给日常的维护造成了很...</description>
    </item>
    <item>
      <title>关于Logminer</title>
      <link>http://www.qqread.com/oracle/2006/07/d089156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/d089156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>Logminer能用来做什么？LogMiner 提供了一个处理重做日志文件并将其内容翻译成代表对数据库的逻辑操作的SQL 语句的过程。LogMiner 运行在Oracle 版本8.1 或者更高版本中。如何使用Logminer:1。先要安装logminer的两个包；以SYS用户运行下面两个sql：$ORACLE_HOME/rdbms/...</description>
    </item>
    <item>
      <title>如何创建DBA ROLE</title>
      <link>http://www.qqread.com/oracle/2006/07/s091156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/s091156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>本人一次遇到有人将数据库DBA ROLE删除掉了，惊讶之余 ,只好想办法恢复，经查找资料，终于完全恢复了DBA ROLE，现将恢复过程与大家共享： 用 sys/xxxx as sysdba登录sqlplus，然后执行下列语句： SQL create role dba;SQL grant all privileges to dba with adm...</description>
    </item>
    <item>
      <title>oracle管理查询</title>
      <link>http://www.qqread.com/oracle/2006/07/h107156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/h107156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>oracle日常管理用到的一些sql语句继续添加中表空间及容量：select tablespace_name,sum(bytes)/1024/1024/1024 from dba_data_files group by tablespace_name;表空间的空闲容量：select tablespace_name,sum(bytes) from dba_free_space group by tablespace_name;系统...</description>
    </item>
    <item>
      <title>ORACLE 9I FOR AIX 5L 的安装文档</title>
      <link>http://www.qqread.com/oracle/2006/07/b109156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/b109156052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>ORACLE 9I FOR AIX 5L 的安装文档 第一节：安装 注意：因为ORACLE 9I为64位，所以安装的AIX平台也必须是64位。如果不是必须要重新安装或使用连接库函数将其改为64位 To change to 64 bit multi-processor mode: # ln -sf /usr/lib/boot/unix_64 /unix # ln -sf /usr/lib...</description>
    </item>
    <item>
      <title>Moody‘s KMV</title>
      <link>http://www.qqread.com/sybase/z108156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/sybase/z108156052.html</guid>
      <category>Sybase</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>商务目标：使Moody's KMV的客户能够更有效地管理其金融业务中的风险。解决方案：借助iAnywhere Solutions Professional Services和SQL Anywhere Studio数据库和同步技术，为Moody's KMV创建分布式数据库系统构架和数据同步战略。结果：简化了客户访问关键信息的流程，提...</description>
    </item>
    <item>
      <title>如何更改SQL Server名称（在UNIX、OPENVMS平台上）</title>
      <link>http://www.qqread.com/sybase/s152156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/sybase/s152156052.html</guid>
      <category>Sybase</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>在SYBASE产品中没有特定的函数或者存储过程用来更改SQL Server/ASE Server的名称，因此，只能手工修改某些参数或者配置来完成此任务。需要修改interfaces文件；更改RUN_server_name文件名，并修改其内容，例如：-s（UNIX）、/SERVER(OpenVMS)后面所跟的参数（server 名...</description>
    </item>
    <item>
      <title>《MySQL管理员指南》之 MySQL的优化</title>
      <link>http://www.qqread.com/mysql/f090156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/mysql/f090156052.html</guid>
      <category>MySql</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>《MySQL管理员指南》之 MySQL的优化本文由正泰linux http://linux-down.kmip.net 搜集，整理，如需转载，请注明出处！本站有大量的linux电子教程，软件，技术文档，欢迎大家访问！站长阿泰qq：253222170**************************************************************...</description>
    </item>
    <item>
      <title>Informix-SPL(过程)语法详解</title>
      <link>http://www.qqread.com/informix/v092156052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/informix/v092156052.html</guid>
      <category>Informix</category>
      <pubDate>Fri, 14 Jul 2006 00:00:00 GMT</pubDate>
      <description>Informix数据库用户一般都熟悉的使用SQL语句进行简单的查询和统计，而在Informix-Online的数据库服务器中提供了用结构化查询语言SQL语句和流程控制存储语言SPL创建存储例程，以减少Informix的处理。存储例程是SQL语句和SPL的集合。它们存放在数据库中，SQL语句会被分析....</description>
    </item>
    <item>
      <title>Oracle SQL性能优化系列讲座之三</title>
      <link>http://www.qqread.com/oracle/2006/07/b691131052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/b691131052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 7 Jul 2006 00:00:00 GMT</pubDate>
      <description>8. 使用DECODE函数来减少处理时间 使用DECODE函数可以避免重复扫描相同记录或重复连接相同的表. 例如: SELECT COUNT(*)，SUM(SAL) FROMEMP WHERE DEPT_NO = 0020 AND ENAME LIKE‘SMITH%'; SELECT COUNT(*)，SUM(SAL) FROMEMP WHERE DEPT_NO = 0030 AND ENAME LIKE‘SMI...</description>
    </item>
    <item>
      <title>用Oracle并行查询发挥多CPU的威力</title>
      <link>http://www.qqread.com/oracle/2006/07/d537131052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/07/d537131052.html</guid>
      <category>Oracle</category>
      <pubDate>Thur, 6 Jul 2006 00:00:00 GMT</pubDate>
      <description>在一个单独的服务器中安装更多的CPU成为目前的一个趋势。使用对称多处理服务器（SMP）的情况下，一个Oracle服务器拥有8个、16个或32个CPU以及几吉比特RAM的SGA都不足为奇。 Oracle跟上了硬件发展的步伐，提供了很多面向多CPU的功能。从Oracle8i开始，Oracle在每个数据库...</description>
    </item>
    <item>
      <title>如何提高SQLSERVER的性能</title>
      <link>http://www.qqread.com/sqlserver/2006/06/s573130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/sqlserver/2006/06/s573130052.html</guid>
      <category>SQL Server</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>如何提高SQL SERVER的性能 第一篇：通过维护表的索引来提高数据的访问速度 大多数SQL Server表需要索引来提高数据的访问速度，如果没有索引，SQL Server要进行表格扫描读取表中的每一个记录才能找到索要的数据。索引可以分为簇索引和非簇索引，簇索引通过重排表中的数据...</description>
    </item>
    <item>
      <title>unix----hp-ux ,trusted system 察看及convert</title>
      <link>http://www.qqread.com/oracle/2006/06/n569130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/n569130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>#/usr/lbin/getprdrfshows that your system is trusted or notto make it untrust#/usr/lbin/tsconvert -r(make a back up of /etc/passwd before converting--------------------http://docs.hp.com/en/B2355-90121/...</description>
    </item>
    <item>
      <title>在 Linux x86 上安装 Oracle 数据库 10g</title>
      <link>http://www.qqread.com/oracle/2006/06/e570130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/e570130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>oracle官方网站上的安装文档作者：John Smiley 学习在 RHEL 2.1、RHEL 3 或 SLES 8 上从头安装 Oracle 数据库 10g 的基础知识概述 这是在 Linux 上安装 Oracle 10g 软件主要组件指南系列的第一部分。这些文章详细介绍了 Linux 的所有三个已认证的英语发行套件（未介绍 A...</description>
    </item>
    <item>
      <title>怎么样快速复制表或者是插入数据</title>
      <link>http://www.qqread.com/oracle/2006/06/e571130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/e571130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>A]快速复制表可以指定Nologging选项如：Create table t1 nologging as select * from t2;快速插入数据可以指定append提示，但是需要注意noarchivelog模式下，默认用了append就是nologging模式的。 在archivelog下，需要把表设置程Nologging模式。如insert /*+ append */...</description>
    </item>
    <item>
      <title>如何让数据库使用spfile启动</title>
      <link>http://www.qqread.com/oracle/2006/06/s572130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/s572130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>从pfile创建spfile的方法SQL show parameter spfileNAME TYPEVALUE------------------------------------ ----------- ------------------------------spfile stringSQL create spfile from pfile='?/dbs/initsid.ora' SQL shutdownD...</description>
    </item>
    <item>
      <title>[转载]Oracle数据库性能终极优化</title>
      <link>http://www.qqread.com/oracle/2006/06/n575130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/oracle/2006/06/n575130052.html</guid>
      <category>Oracle</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>2002-03-07 14:19:51 徐永久Linux Journal 发表了一篇优化 Oracle 数据库的文章，感觉十分的有用。简要介绍其摘要和大家共同分享 Linux 在企业级数据库上应用。 原作者：Bert Scalzo 目前，HP，Compaq，Dell，IBM 以及 Oracle 都在加快速度拥抱 Linux ，这个开放源码的...</description>
    </item>
    <item>
      <title>Mysqldump</title>
      <link>http://www.qqread.com/mysql/z568130052.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/mysql/z568130052.html</guid>
      <category>MySql</category>
      <pubDate>Fri, 30 Jun 2006 00:00:00 GMT</pubDate>
      <description>您可以看到MySQL有很多可以导入数据的方法，然而这些只是数据传输中的一半。另外的一般是从MySQL数据库中导出数据。有许多的原因我们需要导出数据。一个重要的原因是用于备份数据库。数据的造价常常是昂贵的，需要谨慎处理它们。经常地备份可以帮助防止宝贵数据地丢失；...</description>
    </item>
  </channel>
</rss>
