
数据库
文章平均质量分 69
dingxy
保持微笑,保持平和的心,
做好计划,身体力行,不空想,
想好就做,不犹豫,
凡事都有得失,平淡对待
尽量关心朋友和亲人,不疏远,不孤立
过好每个周末
计划每年的假期和旅游计划
展开
-
SQL Server与Oracle、DB2的性能比较
ZDNet 软件频道 更新时间:2007-10-15 作者:blog 来源:blog开放性 SQL Server 只能在Windows 上运行,没有丝毫的开放性,操作系统的系统的稳定对数据库是十分重要的。Windows9X系列产品是偏重于桌面应用,NT server只适合中小型企业。而且Windows平台的可靠性,安全性和伸缩性是非常有限的。它不象Unix那样久经考验,尤其是在转载 2008-04-09 10:40:00 · 780 阅读 · 0 评论 -
Oracle client uninstall and reinstall
Background:My machine is installed Oracle client 11.2, but some commands are missing. maybe it's not installed properly due to the installation type (Administrator, Custom, others... ) during pr原创 2017-01-11 05:58:14 · 498 阅读 · 0 评论 -
Restore SQL Server database in same SQL server with different name
Description : Iava原创 2014-08-12 17:18:15 · 555 阅读 · 0 评论 -
TSQL : Compare variable with integer when variable is nothing
IF((@FCCPROCESSSTATUS --(@FCCPROCESSSTATUS OR (@FOREIGNAMOUNT IS NOT NULL) )BEGINPrint 'DCCFlow : ' + cast( @DCCFLOWVERSION as varchar(10)) + '!!'ENDELSEBEGIN Print 'DCCFlow : not原创 2013-08-28 18:19:32 · 840 阅读 · 0 评论 -
Database design - From support view
1.If there is update operation on a table, this table should has a "lastupdatedate" column to indicate when is the last update for trace or trouble shooting. Importantly, this column should not b原创 2013-07-17 14:22:01 · 541 阅读 · 0 评论 -
iBatis Date类型时间丢失问题
下面只是解决了时间插入的问题,至于从数据库读书时间的问题,还需要经进一步。 参照下面的帖子 : http://code.google.com/a/eclipselabs.org/p/demo1/wiki/OracleDateTypeHandler-------------------------------------------------------------------------原创 2012-03-22 09:22:03 · 8427 阅读 · 3 评论 -
ROW_NUMBER、RANK、DENSE_RANK的用法 (加补充)
<!-- /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso转载 2009-08-28 11:02:00 · 1102 阅读 · 0 评论 -
What's blocking my lock?
Normal 0 MicrosoftInternetExplorer4 <object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui><!--st1/:*{behavior:url(#ieooui)翻译 2009-08-12 17:40:00 · 701 阅读 · 0 评论 -
Oracle数据库的锁
document.body.oncopy = function() { if (window.clipboardData) { setTimeout(function() { var text = clipboardData.getData("text"); if (text && text.lengt转载 2009-08-12 15:33:00 · 555 阅读 · 0 评论 -
Oracle数据库数据锁定机制全面解析
from http://database.youkuaiyun.com/page/7ed4f925-653b-4f09-97a3-1e7e5a4d97aa 来自:java060515 <!-- mce:0// --><!-- mce:1// --> 数据的锁定分为两种方法,第一种叫做悲观锁,第二种转载 2009-08-12 12:01:00 · 833 阅读 · 0 评论 -
JDBC Versus SQLJ Sample Code
--from http://download.oracle.com/docs/cd/B10500_01/java.920/a96655/overview.htm#1004180 This section presents a side-by-side comparison of two versions of the same sample code--one version writte转载 2008-04-09 12:02:00 · 1117 阅读 · 0 评论 -
JDBC性能优化
--作者:echoguo jdbc程序的性能主要由两个因素决定,一是数据库本身的性质,另一个是与数据库相对独立的jdbc应用程序接口(api)的使用.这里说的是如何正确使用jdbc编程接口,以获得更好的性能. jdbc主要优化有: 1.选择正确的jdbc驱动程序 2.Connention的优化 使用连接池来管理Connection对象 3.Statement转载 2008-04-09 11:11:00 · 605 阅读 · 0 评论 -
用数据库JDBC连接写法大全
常【IT168 服务器学院】 1. MySQL(http://www.mysql.com)mm.mysql-2.0.2-bin.jar Class.forName( "org.gjt.mm.mysql.Driver" ); cn = DriverManager.getConnection( "jdbc:mysql://MyDbComputerNameO转载 2008-04-09 10:45:00 · 627 阅读 · 0 评论 -
ODBC/JDBC
--作者:班鹏新,李龙异构数据库系统是由多个异构的成员数据库系统组成的数据库系统,异构性体现为各个成员数据库之间在硬件平台、操作系统或数据库管理系统等方面的不同。 ----Internet上大量信息必须通过数据库系统才能有效管理。由于历史等原因,Internet上的数据库系统不少是异构的。为了在Internet环境下,基于异种系统平台实现对异构数据库的查询和联合使用,必须提供一个独立于特定的数据库转载 2008-04-09 10:54:00 · 1181 阅读 · 0 评论 -
oracle TNSnames.ora
1. location of TNSnames.oraC:\app\dingl\product\11.2.0\client_1\network\admin\tnsnames.ora2. Use of the TNSnames.oraOracle provides a utility called tnsping:the rest commands like转载 2017-01-11 06:48:52 · 457 阅读 · 0 评论