当前位置:网站首页>DM8 tablespace backup and recovery
DM8 tablespace backup and recovery
2022-07-04 08:12:00 【Song Xiaorong】
In the production environment , We will formulate various complete backup strategies for the database to ensure the normal operation of the database . For example, the whole database backup 、 Table space backup 、 Logical backup, etc . This article is mainly about DM8 Table space backup and recovery . There are three steps to restore a tablespace backup : Table space backup 、 Tablespace restore 、 Table space recovery .
01
Table space backup
DM8 Tablespaces of must be backed up in online mode . You can use statement backup and management tools for backup :
(1) Back up tablespaces with statements
Sql>backup tablespace test;
You can specify the backup path , If the backup path is not specified , Then the backup is in the default path .
(2) Backup with management tools
[[email protected] dm8] cd /dm8/tool
[[email protected] tool] ./manager
View Backup
02
simulation test The tablespace data file is damaged or missing
(1) Delete test The table space corresponds to the data file
[[email protected] dm8]$cd /dm8/data/DAMENG
[[email protected] DAMENG]$ rm test01.dbf
(2) Use management tools to view table spaces and corresponding tables
03
Tablespace restore 、 recovery
DM8 Tablespace restore and recovery requires the database to be in offline Execution in mode , So let's use DmServiceDMSERVER Shut down the instance service .
(1) Use dmrman Tools to restore table spaces , recovery
[[email protected] bin]$ ./dmrman
dmrman V8
RMAN> restore database '/dm8/data/DAMENG/dm.ini' tablespace test from backupset '/dm8/data/DAMENG/bak/TS_TEST_FULL_2020_07_10_08_37_27';
RMAN> recover database '/dm8/data/DAMENG/dm.ini' tablespace test;
(2) use console The tool performs table space restore 、 recovery
[[email protected] bin]$ cd /dm8/tool/
[[email protected] tool]$ ./csonsole
Perform a tablespace restore
Perform tablespace recovery
04
For tablespace data files 、 Verify the data of table
(1) Start database
[[email protected] bin]$ ./DmServiceDMSERVER start
(2) The tablespace data file already exists
(3) Query the data in the table
matters needing attention :
1、 The database must be archived ;
2、DM8 Tablespace backup needs to be performed online ,DM8 Tablespace recovery needs to be performed offline .
边栏推荐
- 1、卡尔曼滤波-最佳的线性滤波器
- Azure ad domain service (II) configure azure file share disk sharing for machines in the domain service
- I was pressed for the draft, so let's talk about how long links can be as efficient as short links in the development of mobile terminals
- 墨者学院-phpMyAdmin后台文件包含分析溯源
- JVM -- class loading process and runtime data area
- Book list | as the technical support Party of the Winter Olympics, Alibaba cloud's technology is written in these books!
- 团体程序设计天梯赛-练习集 L2-002 链表去重
- Take you to master the formatter of visual studio code
- The second session of the question swiping and punching activity -- solving the switching problem with recursion as the background (I)
- 运动【跑步 01】一个程序员的半马挑战:跑前准备+跑中调整+跑后恢复(经验分享)
猜你喜欢
一文了解数据异常值检测方法
Take you to master the formatter of visual studio code
神经网络入门(下)
如何用MOS管来实现电源防反接电路
Text processing function sorting in mysql, quick search of collection
zabbix監控系統自定義監控內容
运动【跑步 01】一个程序员的半马挑战:跑前准备+跑中调整+跑后恢复(经验分享)
一文了解數據异常值檢測方法
Devops Practice Guide - reading notes (long text alarm)
Sqli labs download, installation and reset of SQL injection test tool one of the solutions to the database error (# 0{main}throw in d:\software\phpstudy_pro\www\sqli labs-...)
随机推荐
Use preg_ Match extracts the string into the array between: & | people PHP
How to improve your system architecture?
Preliminary study on temporal database incluxdb 2.2
Group programming ladder race - exercise set l1-006 continuity factor
What are the work contents of operation and maintenance engineers? Can you list it in detail?
[test de performance] lire jmeter
墨者学院-Webmin未经身份验证的远程代码执行
Sort by item from the list within the list - C #
Unity-写入Word
L1-028 judging prime number (10 points)
[performance test] read JMeter
Set and modify the page address bar icon favicon ico
If the array values match each other, shuffle again - PHP
真空介电常数和真空磁导率究竟是由什么决定的?为何会存在这两个物理量?
Oracle-存储过程与函数
Azure ad domain service (II) configure azure file share disk sharing for machines in the domain service
WordPress get_ Users() returns all users with comparison queries - PHP
How does dataframe calculate the average value of each row as another column
Unity write word
Application of isnull in database query