'physical corruption' 和'logical corruption' 的区别

简介: 'physical corruption'  应该是指 磁盘介质的损坏'logical corruption'   是指当oracle读一个块时,做块头与块尾的校验,如果不一致,则出'logi...

'physical corruption'  应该是指 磁盘介质的损坏
'logical corruption'   是指当oracle读一个块时,做块头与块尾的校验,如果不一致,则出'logical corruption'

相关文章
|
8月前
PGA memory operation
PGA memory operation
107 1
|
存储 缓存 分布式计算
译|Eventually Consistent
译|Eventually Consistent
63 0
|
关系型数据库 MySQL
Consistent Nonlocking Reads,Locking Reads 和Phantom Rows
以Consistent Nonlocking Reads,Locking Reads为突破点,用简单的例子来说明mysql常用的事务隔离级别(READ COMMITTED, REPEATABLE READ)和lock(record lock,gap lock,next-key lock, Insert Intention Lock)的关系
Consistent Nonlocking Reads,Locking Reads 和Phantom Rows
|
SQL 数据库 关系型数据库
|
数据库 关系型数据库 Oracle
Data Guard Physical Standby Switchover
详解Data Guard Physical Standby Switchover相关内容。
1643 0
|
SQL 关系型数据库 索引
ORA-19566 exceeded limit of 0 corrupt blocks数据坏块处理
    问题描述 RMAN备份失败,报错如下:   channel ch1: starting piece 1 at 02-NOV-12 released channel: ch1 RMAN-00571: R...
2048 0
|
SQL 索引
解决Logical Reads高的方法和实验
之前介绍了CBC,就是cache buffer chains这个等待事件的影响,《缓解latch: cache buffers chains的案例》,解决逻辑读过高的SQL语句,是优化方向。
1296 0