码迷,mamicode.com
首页 >  
搜索关键字:parallel transaction    ( 3342个结果
System and method for parallel execution of memory transactions using multiple memory models, including SSO, TSO, PSO and RMO
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
Could not open JPA EntityManager for transaction; nested exception is java.lang.NullPointerException
1 改为1 JTA 在jee环境下运行RESOURCE_LOCAL在jse环境下使用
分类:编程语言   时间:2014-10-14 19:10:19    阅读次数:285
MS-SQLSERVER中的MSDTC不可用解决方法
今天在本地机直接在触发器里更新还有一台服务器数据时出现: MSDTC不可用解决的方法:在windows控制面版-->管理工具-->服务-->Distributed Transaction Coordinator-->属性-->启动 1.A.不用事务,关用SELECT 语句.能否够分布式查询? B.L...
分类:数据库   时间:2014-10-14 18:50:09    阅读次数:176
OLTP与OLAP
OLTP:On-Line Transaction Processing联机事务处理系统,也称为面向交易的处理系统,其基本特征是顾客的原始数据可以立即传送到计算中心进行处理,并在很短的时间内给出处理结果。OLAP:On-LineAnalyticalProcessing联机分析处理系统,从原始数据中转化...
分类:其他好文   时间:2014-10-14 18:46:59    阅读次数:179
ORA-00600 qerpxInitialize
今天早上巡检又见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
hibernate 配置文件 和一个 id生成类BaseEntity.java 和一个hibernate工具类 HibernatUtils.java
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
【转】SQL SERVER日志满或过大的处理方法
原文转自: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
Java Transaction Management
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!