A data processor supports the use of multiple memory models by computer programs. At a device external to a data processor, such as a memory controlle...
分类:
其他好文 时间:
2014-10-14 19:30:19
阅读次数:
248
1 改为1 JTA 在jee环境下运行RESOURCE_LOCAL在jse环境下使用
分类:
编程语言 时间:
2014-10-14 19:10:19
阅读次数:
285
今天在本地机直接在触发器里更新还有一台服务器数据时出现: MSDTC不可用解决的方法:在windows控制面版-->管理工具-->服务-->Distributed Transaction Coordinator-->属性-->启动 1.A.不用事务,关用SELECT 语句.能否够分布式查询? B.L...
分类:
数据库 时间:
2014-10-14 18:50:09
阅读次数:
176
OLTP:On-Line Transaction Processing联机事务处理系统,也称为面向交易的处理系统,其基本特征是顾客的原始数据可以立即传送到计算中心进行处理,并在很短的时间内给出处理结果。OLAP:On-LineAnalyticalProcessing联机分析处理系统,从原始数据中转化...
分类:
其他好文 时间:
2014-10-14 18:46:59
阅读次数:
179
今天早上巡检又见bug:
A select query using a connect-by clause executing using parallel query may fail with ORA-600 [qerpxInitialize].
Bug 7308675 OERI:qerpxInitialize from parallel query using CONNECT BY...
分类:
其他好文 时间:
2014-10-14 12:37:49
阅读次数:
210
关于数据库事务隔离级别的介绍事务(Transaction)是并发控制的基本单位。所谓的事务,它是一个操作序列,这些操作要么都执行,要么都不执行,它是一个不可分割的工作单位。例如,银行转账工作:从一个账号扣款并使另一个账号增款,这两个操作要么都执行,要么都不执行。所以,应该把它们看成一个事务。事务是数...
分类:
数据库 时间:
2014-10-14 10:04:08
阅读次数:
283
package com;import org.hibernate.Session;import org.hibernate.SessionFactory;import org.hibernate.Transaction;import org.hibernate.cfg.Configuration;i...
分类:
编程语言 时间:
2014-10-13 21:23:37
阅读次数:
263
原文转自:http://blog.chinaunix.net/uid-7953959-id-2543262.html事务日志文件Transaction Log File是用来记录数据库更新情况的文件,扩展名为ldf。在SQL Server 7.0和SQL Server 2000中,如果设置了自动增长...
分类:
数据库 时间:
2014-10-13 16:27:19
阅读次数:
157
Just a few weeks ago, I had a discussion with one of my colleagues about how to manage the transaction in our innovation project, and I found it a big bang knowledge when dig into details. So I want to go through these details and give an internal knowledg...
分类:
编程语言 时间:
2014-10-12 03:04:07
阅读次数:
182
已知 $\vec a,\vec b,\vec c$ 两两均不共线,$\vec a + \vec b \parallel \vec c$,$\vec b +\vec c\parallel \vec a$,求证:$\vec a+\vec b+\vec c=\vec 0$.根据题意,$\vec a + \...
分类:
其他好文 时间:
2014-10-12 00:54:57
阅读次数:
183