【YashanDB知识库】如何dump数据文件,转换rowid, 查询对应内容

devtools/2024/12/22 2:30:12/

本文来自YashanDB官网,具体内容可见https://www.yashandb.com/newsinfo/7459464.html?templateId=1718516

问题现象

客户环境有时候会遇到文件损坏的情况,需要dump文件,根据rowid查询数据情况。

问题的风险及影响

熟练掌握崖山数据文件dump操作,并识别rowid,在故障的情况下可以快速确认相应的数据情况,查找需要的数据。

问题影响的版本

YashanDB版本所有版本

问题分析和处理过程

1、在故障情况下,直接查询表数据,会遇到YAS-02147的错误。

2、崖山提供dump命令,可以dump出db数据文件,但不包含数据内容。

详细说明见dump | YashanDB Doc (yasdb.com)


3、确认文件id和blockid

在上述命令中,dump的时候需要文件id和blockid。

文件id对应V$datafile表空间所在的文件id,如下面users表空间文件id是4。

表block对应dba_segments中block起始位置及数量,如下面CUSTOMER从block 131开始,有8个block。

根据上面分析,执行dump命令ALTER SYSTEM DUMP DATAFILE 4 MINBLOCK 131 MAXBLOCK 140,结果如下:

点击查看代码
SQL> ALTER SYSTEM DUMP DATAFILE 4 MINBLOCK 131 MAXBLOCK 140;Succeed.SQL> exit[cod@6c5c2b1ac6f0 trace]$ ls -ltotal 8-rw-rw-r-- 1 cod cod 5541 Jul 30 10:18 yashan_yas_21.trc[cod@6c5c2b1ac6f0 trace]$ cat yashan_yas_21.trc*** 2024-07-30 10:17:52.212Start dump data blocks TS#: 4 FILE#: 4 minblk 132 maxblk 132Block dump from disk:warning: disk dump block information is incompleted, file#: 4 blk#: 132 ts#: 4*** 2024-07-30 10:18:53.922Start dump data blocks TS#: 4 FILE#: 4 minblk 131 maxblk 140Block dump from cache:BUFFER CTRL DUMPFILE#: 4 BLK#: 131 TS#: 4bucketId: 29579 crNext: 4294967295 hashNext:4294967295lruListId: 2 lru: [7546, 7537]resStatus: 0 refCount: 1 pcFlag: 0scn: 0 ext: 0 node: 0 xsn: 0 ssn: 0lastLfn: 0 dtyList: [NULL, NULL]truncPoint: [0, 0, 0, 0]BUFFER CTRL DUMP ENDDISK BLOCK DUMPsegmenthead: id 0-131, type 33, instance id 0 lsn 5031, checksum: 0, change num 4, isEncrypted 0, isCompressed 0segType: heapdataOid: 2486ssm tree: search entry: 0-129, level: 1level[0]: ssm block count: 1, current block: 0-128level[1]: ssm block count: 1, current block: 0-129level[2]: ssm block count: 1, current block: 0-130hwm L1: 0-128hwm L1 node: 7extents lhwm: block id: 0-136, extent idx: 0, map block: 0-131, offset: 0, blkIdx: 8, used block count: 8. lhwmL1: 0-128extent ctrl: extent count: 1, block count: 8, map count: 0 , extent map offset: 380last map block: 63-67108863, offset: 0, extents change number: 0extents hwm: block id: 0-136, extent idx: 0, offset: 0, unformatted block count: 0, used block count: 8, map block: 63-67108863extents map: extent count: 1, capacity: 487, next map: 63-67108863, map nodes:id: 0-128 size: 80. L1 block id: 0-128 data block id: 0-132tail: change num: 4DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from disk:warning: disk dump block information is incompleted, file#: 4 blk#: 132 ts#: 4*** 2024-07-30 10:18:53.922Block dump from cache:BUFFER CTRL DUMPFILE#: 4 BLK#: 133 TS#: 4bucketId: 29581 crNext: 4294967295 hashNext:4294967295lruListId: 2 lru: [7548, 7546]resStatus: 0 refCount: 1 pcFlag: 0scn: 0 ext: 0 node: 0 xsn: 0 ssn: 0lastLfn: 0 dtyList: [NULL, NULL]truncPoint: [0, 0, 0, 0]BUFFER CTRL DUMP ENDDISK BLOCK DUMPheap datahead: id 0-133, type 4, instance id 0 lsn 5029, checksum: 0, change num 1, isEncrypted 0, isCompressed 0dataOid: 2486, extent change number: 0block scn: 0, map block: 0-128, slot: 5, freeness: 5rows: 0, dirs: 0, xslots: 0, si xslots: 0, free size: 8108, free begin: 80, free end: 8188 free dir: 4095tail: change num: 1DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from cache:BUFFER CTRL DUMPFILE#: 4 BLK#: 134 TS#: 4bucketId: 29582 crNext: 4294967295 hashNext:4294967295lruListId: 2 lru: [4294967295, 7547]resStatus: 0 refCount: 1 pcFlag: 0scn: 0 ext: 0 node: 0 xsn: 0 ssn: 0lastLfn: 0 dtyList: [NULL, NULL]truncPoint: [0, 0, 0, 0]BUFFER CTRL DUMP ENDDISK BLOCK DUMPheap datahead: id 0-134, type 4, instance id 0 lsn 5029, checksum: 0, change num 1, isEncrypted 0, isCompressed 0dataOid: 2486, extent change number: 0block scn: 0, map block: 0-128, slot: 6, freeness: 5rows: 0, dirs: 0, xslots: 0, si xslots: 0, free size: 8108, free begin: 80, free end: 8188 free dir: 4095tail: change num: 1DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from cache:BUFFER CTRL DUMPFILE#: 4 BLK#: 135 TS#: 4bucketId: 29583 crNext: 4294967295 hashNext:4294967295lruListId: 1 lru: [4294967295, 7543]resStatus: 0 refCount: 1 pcFlag: 0scn: 0 ext: 0 node: 0 xsn: 0 ssn: 0lastLfn: 0 dtyList: [NULL, NULL]truncPoint: [0, 0, 0, 0]BUFFER CTRL DUMP ENDDISK BLOCK DUMPheap datahead: id 0-135, type 4, instance id 0 lsn 5030, checksum: 0, change num 4, isEncrypted 0, isCompressed 0dataOid: 2486, extent change number: 0block scn: 581620909456666624, map block: 0-128, slot: 7, freeness: 1rows: 1, dirs: 1, xslots: 2, si xslots: 0, free size: 2022, free begin: 6116, free end: 8138 free dir: 4095row[0]: size: 6036 xslot id: 0 columns: 3 format/link/migr/deleted/compact:1/0/0/0/0xslot[0]: xid: 25-11349-1 active: 0 owscn: 0 fastcommit: 1 ura: block: 0-15758, ver: 0, dir: 1 ssn: 3055202304 fsc: 21794 mfb: 2066 scn: 581620909456666624xslot[1]: xid: 0-0-0 active: 0 owscn: 0 fastcommit: 0 ura: block: 0-0, ver: 0, dir: 0 ssn: 0 fsc: 0 mfb: 0 scn: 0tail: change num: 4DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from disk:DISK BLOCK DUMPunknownhead: id 0-136, type 0, instance id 0 lsn 9, checksum: 999298229, change num 0, isEncrypted 0, isCompressed 0unknown type 0tail: change num: 0DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from disk:DISK BLOCK DUMPunknownhead: id 0-137, type 0, instance id 0 lsn 9, checksum: 3105528825, change num 0, isEncrypted 0, isCompressed 0unknown type 0tail: change num: 0DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from disk:DISK BLOCK DUMPunknownhead: id 0-138, type 0, instance id 0 lsn 9, checksum: 996768988, change num 0, isEncrypted 0, isCompressed 0unknown type 0tail: change num: 0DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from disk:DISK BLOCK DUMPunknownhead: id 0-139, type 0, instance id 0 lsn 9, checksum: 3118723984, change num 0, isEncrypted 0, isCompressed 0unknown type 0tail: change num: 0DISK BLOCK DUMP END*** 2024-07-30 10:18:53.922Block dump from disk:DISK BLOCK DUMPunknownhead: id 0-140, type 0, instance id 0 lsn 9, checksum: 979551335, change num 0, isEncrypted 0, isCompressed 0unknown type 0tail: change num: 0DISK BLOCK DUMP END
分析数据发现135的块中存在数据:


4、转换ROWID,查询数据内容

查看ROWID说明:ROWID UROWID | YashanDB Doc (yasdb.com)

对应:

dataoid 为2486

spaceid为4

fileid为0(同个表空间可能有多个数据文件)

blockid为135

dir为0

最终拼接的rowid为2486:4:0:135:0,根据rowid查询结果如下:


http://www.ppmy.cn/devtools/120135.html

相关文章

什么是数据挖掘?初学者指南

引言 在信息时代的今天,我们生活在一个数据爆炸的世界中。从社交媒体的帖子到在线购物记 录,从医疗健康数据到金融交易信息,数据无处不在。这些数据的增长速度之快,使得从数据中提 取有价值信息的需求变得日益迫切。 数据挖掘&a…

复习HTML(基础)

目录 HTML含义 HTML作用 HTML的常用元素 元素的特点 元素的分类 1 是否嵌套关系 2 是否独占一行 块元素:独占一行 行内元素:共享一行 行内元素与块级元素的转换 3是否有结束标签 常用标签 1 标题标签:有六级 我们用h1 ~h6 表…

WIFI中的两个概念:TWT OFDMA

在wifi路由器中,会有这两个选项:TWT OFDMA可以选择关闭和打开。这是什么呢? 原来这两个,一个是节能的,一个是提高线路质量的。 在WiFi技术中,TWT(Target Wake Time,目标唤醒时间&a…

SSM整合:图书管理系统

图书管理系统 一.环境 1.数据库环境 CREATE DATABASE ssmbuild;USE ssmbuild;DROP TABLE IF EXISTS books;CREATE TABLE books (bookID INT(10) NOT NULL AUTO_INCREMENT COMMENT 书id,bookName VARCHAR(100) NOT NULL COMMENT 书名,bookCounts INT(11) NOT NULL COMMENT 数量…

win10系统K8S安装教程

准备工作 电脑硬件:支持虚拟化的CPU,内存最好在32G以上,16G也可以操作系统:window10 专业版 1 开启虚拟化 1.1 BIOS 由于主板和CPU的品牌不太一样,这里的操作仅供参考,以Intel的平台为例: …

[大语言模型-论文精读] 利用多样性进行大型语言模型预训练中重要数据的选择

[大语言模型-论文精读] 利用多样性进行大型语言模型预训练中重要数据的选择 论文信息: Harnessing Diversity for Important Data Selection in Pretraining Large Language Models Authors: Chi Zhang, Huaping Zhong, Kuan Zhang, Chengliang Chai, Rui Wang, X…

docker - 迁移和备份

文章目录 1、docker commit1.1、查询 容器 docker ps1.2、docker commit zookeeper zookeeper:3.4.13 2、docker save -o2.1、宿主机 切换到 /opt 目录下2.2、将镜像保存到 宿主机/opt目录下 3、docker load -i 对某一个容器修改完毕以后,我们可以把最新的容器部署到…

网络编程套接字TCP

前集回顾 上一篇博客中我们写了一个UDP的echo server,是一个回显服务器:请求是啥,响应就是啥 一个正常的服务器,要做三个事情: 读取请求并解析根据请求,计算响应把响应写回到客户端 DatagramPacket res…