事务和一致性oracle的redo和undo机制保证了数据库的ACID特性,以及高性能和可恢复特性。redo的数据是记录着数据块变更的顺序的正向数据流,commit时,保证redo同步持久化,保证高性能。恢复的时候,顺序的应用日志。redo的机制相对比较简单。undo记录着数据块的前映像。保证事务的...
分类:
数据库 时间:
2014-04-28 01:53:28
阅读次数:
722
undo信息oracle中undo的信息主要完成下面的功能:1,构建块一致性读2,回滚事务UBA:undo block
address1,块中的事务槽ITL中的UBA表示这个ITL所在的block历经的最后一次改变所对应的undo
record所在的UBA,主要用于一致读。2,undo segmen...
分类:
数据库 时间:
2014-04-28 01:49:29
阅读次数:
619
为了方便自己测试和监控,写了三个监控的脚本。 分别监控:
主机【cpu,mem,disk,fs,net】 oracle mysql 脚本如下:hmon.py: monitor Linux os system
including cpu,memory,disk,net,file s...
分类:
数据库 时间:
2014-04-28 01:27:52
阅读次数:
765
oracle数据库系统的架构及其复杂,其提供的特性也非常的多。作为一种关系型数据库,oracle提供的基本特性:transactionconcurrencyread
consistent而支撑这些特性的必不或缺的组件组成了Oracle Core。如下面的缩略图所示:这个oracle系统的架构图涵盖了...
分类:
数据库 时间:
2014-04-28 01:14:08
阅读次数:
621
oracle认为 null 最大。 升序排列,默认情况下,null值排后面。
降序排序,默认情况下,null值排前面。(1)用nvl函数或decode函数将null转换为一特定值 替换null:
nvl(arg,value)(2)用case语法将null转换为一特定值: order by (ca.....
分类:
其他好文 时间:
2014-04-28 01:06:19
阅读次数:
554
sysdba>sysoper>dba角色shutdown;关闭数据库startup;启动数据库
分类:
数据库 时间:
2014-04-28 00:15:20
阅读次数:
548
using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using System.Text;u...
分类:
Windows程序 时间:
2014-04-27 23:51:43
阅读次数:
1188
Reference:[1] Mobile Data Offload for 3G
Networks[2] Mobile Data Offloading through Opportunistic Communications and
Social Participation[3] Femtocell...
分类:
其他好文 时间:
2014-04-27 23:49:41
阅读次数:
649
《Introduction to Data Mining》 《Data Mining :
Concepts and Techniques》 《Introduction to Machine Learning》 《机器学习:实用案例解析》
《Pattern Recognition and Machin...
分类:
其他好文 时间:
2014-04-27 23:32:07
阅读次数:
526