当前位置:网站首页>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;
边栏推荐
- [target tracking] |siamfc
- Edgenext hit a mixed punch: a lightweight architecture integrating CNN and transformer
- chrome瀏覽器快速訪問stackoverflow
- Turn off the xshell connection server and the running jar package will stop automatically
- Platform management background and business menu resource management: business permissions and menu resource management design
- Wechat applet - arrows floating up and down
- PMS150C应广单片机开发案例
- 智能水电表能耗监测云平台
- uva1169
- Modbus协议通信异常
猜你喜欢
ASEMI整流桥UMB10F参数,UMB10F规格,UMB10F封装
Modbus协议通信异常
The bottom simulation implementation of vector
[how is the network connected] Chapter 4 explores access networks and network operators
Microservice architecture practice: Construction of scalable distributed database cluster
wps插入图片后使图片完整显示
Virtual lab basic experiment tutorial -7 Polarization (2)
我的创作纪念日
Ssm+ wechat applet to realize property management system
科班出身,面试小公司都进不去
随机推荐
Tips for self defined packaging of Yingguang SCM 003 burner
Simple linear programming problem
Solving simple differential equations
应广单片机开发流程需要注意哪些?
Keras深度学习实战——基于VGG19模型实现性别分类
台风来袭,多景区暂时关闭,省文旅厅提醒注意安全!
How to create a new page for SAP Spartacus storefront
[nonlinear control theory]8_ Comparison of three robust controllers
每日一题——小乐乐改数字
Vscode knowledge points - Common Errors
应广单片机开发调试应注意的问题
[how to connect the network] Chapter 5 explore the server
应广单片机开发案例
蓝牙技术|物联网的可穿戴设备新工作模式,蓝牙BLE助力新工作模式
【網絡是怎樣連接的】第六章 請求到達服務器以及響應給客戶端(完結)
Virtual lab basic experiment tutorial -7 Polarization (1)
辉芒微IO单片机FT60F010A-URT
辉芒微IO单片机FT60F11F-MRB
JS20 array flattening
Larvel document reading notes custom authentication login and registration using larvel 8