当前位置:网站首页>ORA-19838 -- 恢复控制文件到备库
ORA-19838 -- 恢复控制文件到备库
2022-07-02 15:56:00 【喝醉酒的小白】
oerr ora 19838
19838, 00000, "Cannot use this control file to open database"
// *Cause: This control file was restored by a DUPLICATE operation used only
// to restore and recover the datafiles of the new database. It is
// not meant to be used for opening the database, as allowing so
// might corrupt datafiles or online redo logs of the target
// database or both.
// *Action: Re-create control file manually specifying all names of datafiles
// and online redo logs. Do not forget to use NID to change the
// name or DBID or both of the new database.
主库备份
backup current controlfile for standby format 'stdbyctl.bkp';

list backup of controlfile;

备库恢复
restore standby controlfile from 'stdbyctl.bkp';
catalog start with '/data/datafile/';
switch database to copy;
select name from v$datafile;

边栏推荐
- 应广单片机开发流程需要注意哪些?
- 外包干了五年,废了...
- POJ - 1458 common subsequence (longest common subsequence)
- Huimang micro IO MCU ft60f11f-mrb
- Tips for self defined packaging of Yingguang SCM 003 burner
- chrome浏览器快速访问stackoverflow
- [target tracking] | data set summary
- wps插入图片后使图片完整显示
- Edgenext hit a mixed punch: a lightweight architecture integrating CNN and transformer
- [nonlinear control theory]7_ High gain and High Frequency
猜你喜欢

vector的底层模拟实现

After meeting a full stack developer from Tencent, I saw what it means to be proficient in MySQL tuning

Microservice architecture practice: using Jenkins to realize automatic construction

【GAMES101】作业4 Bézier 曲线

Map集合详细讲解
![[非线性控制理论]8_三种鲁棒控制器的比较](/img/a8/03ed363659a0a067c2f1934457c106.png)
[非线性控制理论]8_三种鲁棒控制器的比较

Mb10m-asemi rectifier bridge mb10m

应广单片机开发 工规 PMC131 带AD芯片检测电池电压单片机SOP8/14

每日一题——倒置字符串

Alibaba Tianchi SQL learning notes - Day3
随机推荐
嵌入式开发板 ~ 说明
泡椒凤爪制作教程
How openharmony starts fa (local and remote)
No such file or directory: ‘/tmp/tmpxxx/tmpxxx.py‘
[target tracking] |siamfc
VirtualLab基础实验教程-7.偏振(1)
Modbus protocol communication exception
牛客 JS3 分隔符
vector的底层模拟实现
微信小程序 —— 上下浮动的箭头
Use of nexttile function in MATLAB
Laravel文档阅读笔记-Custom Authentication Login And Registration Using Laravel 8
Problems needing attention in the development and debugging of Yingguang single chip microcomputer
最长无重复子数组
Huimang micro IO MCU ft60f010a-urt
Solution to the problem that the easycvr kernel of intelligent video analysis platform cannot be started as a service
Modbus协议通信异常
常用SQL语句(完整范例)
Si446 usage record (I): basic data acquisition
977.有序数组的平方