当前位置:网站首页>wait_for_gap -- 从主库归档备库恢复归档
wait_for_gap -- 从主库归档备库恢复归档
2022-07-02 15:56:00 【喝醉酒的小白】
list copy;

backup archivelog all delete input;

list backupset;

list backup of archivelog sequence 3;

list backup of archivelog from sequence 3;

list archivelog all;
restore archivelog from sequence 3;
list archivelog all;


run{
set archivelog destination to '/opt/oracle/qfusion/volumes/qfusion-admin_baipx-435cb0-0/oralog/arch';
restore archivelog from sequence 3;}

list archivelog all;

边栏推荐
- Map集合详细讲解
- [target tracking] |siamfc
- HDU - 1114 Piggy Bank (full backpack)
- 透过华为军团看科技之变(六):智慧公路
- 把xshell連接服務器關掉,運行的jar包就自動停止的解决方案
- The bottom simulation implementation of vector
- Modbus协议通信异常
- Edgenext hit a mixed punch: a lightweight architecture integrating CNN and transformer
- Microservice architecture practice: Construction of highly available distributed file system fastdfs architecture
- 应广单片机003烧录器自定义封装使用技巧
猜你喜欢

chrome浏览器快速访问stackoverflow

Linux中,mysql设置job任务自动启动

Virtual lab basic experiment tutorial -7 Polarization (1)

Microservice architecture practice: Construction of highly available distributed file system fastdfs architecture

Si446 usage record (I): basic data acquisition

维护万星开源向量数据库是什么体验

This "architect growth note" made 300 people successfully change jobs and enter the big factory, with an annual salary of 50W

About me

科班出身,面试小公司都进不去

Modbus协议通信异常
随机推荐
JDBC
义隆EM78P153K DIP14单片机 MCU
Atcoder beginer contest 237 VP supplement
应广单片机开发案例
POJ - 1458 Common Subsequence(最长公共子序列)
em120.gige.h
MATLAB中nexttile函数使用
Uniapp H5 page calls wechat payment
【目标跟踪】|数据集汇总
Si446 usage record (II): generate header files using wds3
SAP Commerce Cloud 架构概述
常用SQL语句(完整范例)
uva1169
Si446 usage record (I): basic data acquisition
Huimang micro IO MCU ft60f010a-urt
This "architect growth note" made 300 people successfully change jobs and enter the big factory, with an annual salary of 50W
Map集合详细讲解
体验一下阿里云文字识别OCR
如何给 SAP Spartacus Storefront 创建新的页面
Keras' deep learning practice -- gender classification based on vgg19 model