当前位置:网站首页>Simple solution of physical backup and restore of Damon database
Simple solution of physical backup and restore of Damon database
2022-07-03 18:50:00 【Hua Weiyun】
13.1 cold ( Physics ) Backup
== Conditions :DMAP Service open status , The database instance is closed ==
13.1.1 Command line mode
stay bin perform dmrman command , Get into dmrman Interactive interface , Input ==backup database '$DM_HOME/data/ Instance name /dm.ini' (full);== Make a backup , The default is full backup .
13.1.2 Graphically
- Use console Command to enter the Damon console tool .

Click the new backup in the figure above to create a new backup


13.2 cold ( Physics ) Restore
== Conditions :DMAP Service open status , The database instance is closed ==
13.2.1 Command line mode
dmrman perform
-- Restore first restore database '/dm8/data/DMTEST/dm.ini' from backupset '/dm8/data/DAMENG/bak/DB_DAMENG_FULL_20200825_210940_648036';-- Then update the database -- Database update occurs during redo REDO After the log recovers the database , Or the target library does not need to perform redo, and the log has been in a consistent state .recover database '/dm8/data/DMTEST/dm.ini' update db_magic;13.2.2 Graphically
You need to perform



边栏推荐
- Ping problem between virtual machine and development board
- PyTorch中在反向传播前为什么要手动将梯度清零?
- Unity2018 to wechat games without pictures
- Pan for in-depth understanding of the attention mechanism in CV
- Torch learning notes (6) -- logistic regression model (self training)
- Chisel tutorial - 06 Phased summary: implement an FIR filter (chisel implements 4-bit FIR filter and parameterized FIR filter)
- How to read the source code [debug and observe the source code]
- Hard disk monitoring and analysis tool: smartctl
- cipher
- Record: install MySQL on ubuntu18.04
猜你喜欢

Opencv learning notes (continuously updated)

The installation path cannot be selected when installing MySQL 8.0.23

How to quickly view the inheritance methods of existing models in torchvision?

Does SQL always report foreign key errors when creating tables?

论文阅读 GloDyNE Global Topology Preserving Dynamic Network Embedding

12、 Service management

Data analysis is popular on the Internet, and the full version of "Introduction to data science" is free to download

After the festival, a large number of people change careers. Is it still time to be 30? Listen to the experience of the past people

Compose LazyColumn 顶部添加控件
![235. The nearest common ancestor of the binary search tree [LCA template + same search path]](/img/f5/f2d244e7f19e9ddeebf070a1d06dce.png)
235. The nearest common ancestor of the binary search tree [LCA template + same search path]
随机推荐
Kratos微服务框架下实现CQRS架构模式
Work Measurement - 1
Torch learning notes (7) -- take lenet as an example for dataload operation (detailed explanation + reserve knowledge supplement)
leetcode:11. 盛最多水的容器【双指针 + 贪心 + 去除最短板】
Torch learning notes (6) -- logistic regression model (self training)
[Yu Yue education] theoretical mechanics reference materials of Shanghai Jiaotong University
Change is the eternal theme
What is SQL get connection
组策略中开机脚本与登录脚本所使用的用户身份
Boost. Asio Library
Niuke monthly race 31 minus integer
Boost.Asio Library
High concurrency Architecture - distributed search engine (ES)
Failed to start component [StandardEngine[Catalina]. StandardHost[localhost]. StandardContext
[combinatorics] exponential generating function (properties of exponential generating function | exponential generating function solving multiple set arrangement)
2022-2028 global plasmid DNA cdmo industry research and trend analysis report
Mysql45 lecture learning notes (II)
Torch learning notes (2) -- 11 common operation modes of tensor
Real time split network (continuous update)
Sepconv (separable revolution) code recurrence



