oracle029
深入剖析一个完整的事务
2、图解一个事务的操作流程
Undo段的组成:段头、回滚块
事务ID:oracle为每个事务分配事务id
select xid,xidusn,xidslot,xidsqn,ubablk,ubafil from v$transaction;// lists the active t...
分类:
其他好文 时间:
2015-02-24 10:19:57
阅读次数:
275
Row Share (RS)This lock, also called a subshare table lock (SS), indicates that the transaction holding the lock on the table has locked rows in the t...
分类:
数据库 时间:
2015-02-19 16:16:47
阅读次数:
172
使用的表结构如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->USE[TestDB]GO/****** 对象: Table [dbo].[Pers...
分类:
数据库 时间:
2015-02-16 16:54:18
阅读次数:
203
Calling Executable Programs(SUBMIT)... 343 设置选择屏幕参数值(SUBMIT...WITH)... 343 实例一:参数传递... 345 实例二:参数传递及返回值接收... 346 控制Called Programs中LISTS输出... 348 修改输出...
分类:
其他好文 时间:
2015-02-15 10:44:30
阅读次数:
312
Say you have an array for which the ith element isthe price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buyone and sell one share of the stock), des...
分类:
其他好文 时间:
2015-02-12 22:51:58
阅读次数:
178
在RabbitMQ中,pool 是以worker_pool 的形式存在的, 其主要用途之一是对Mnesia transaction的操作. 而在RabbitMQ 中, pool 中的worker 数量是固定不变的, 是和虚拟机的schedulers 相关.这次会首先分别分析设计worker_pool...
分类:
其他好文 时间:
2015-02-12 00:36:36
阅读次数:
216
1.Chapter1 引论:(1) OLTP 和 OLAP 概念:OLTP(on-line transaction processing) 联机事物处理,就是我们常常说的关系数据库的主要应用,主要是主要的、日常的事务处理,比如银行交易。比如:mysqlOLAP(on-line analytical ...
分类:
其他好文 时间:
2015-02-09 20:00:47
阅读次数:
182
在前面一篇给出的Transaction的定义中,信息的读者应该看到了一个叫做DepedentClone的方法。该方法对用于创建基于现有Transaction对 象的“依赖事务(DependentTransaction)”。不像可提交事务是一个独立的事务对象,依赖事务依附于现有的某个事务(可能是可提交...
分类:
其他好文 时间:
2015-02-09 18:12:53
阅读次数:
253
什么是事务? 事务是一个不可分割的操作,要么全部执行,要么全部不执行 事务有什么用? 保证一个业务的完整执行。 怎么用事务? 3.1 事务的分类 显示事务:用BEGIN TRANSACTION明确指定事务的开始,这是最常用的事务类型。 隐性事务:通过设置SET IMPLICIT_TRANSACTIO...
分类:
数据库 时间:
2015-02-08 23:01:03
阅读次数:
356
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:
其他好文 时间:
2015-02-08 16:52:37
阅读次数:
125