当前位置:网站首页>搭建ADG过程中复制报错 RMAN-03009 ORA-03113
搭建ADG过程中复制报错 RMAN-03009 ORA-03113
2022-07-07 22:09:00 【喝醉酒的小白】
搭建ADG过程中复制报错 RMAN-03009 ORA-03113
猜测主备之间网络路由过多导致。。。
开启mrp进程报错
发现数据文件是主库ASM的路径,备库是单机的
switch database to copy; 报错RMAN-6571
report schema;
switch database to copy;
select name from v$datafile;
select file#, name, checkpoint_change# from v$datafile_header;
跳过数据文件2
switch datafile 1,2,3,4,5,6,7,8,9 to copy;;
问题:为什么size是 0 。。。
switch datafile 2 to copy;报错
alter database datafile 2 offline; 报错
alter database datafile 2 offline drop;
恢复数据文件
主库备份
backup as compressed backupset datafile 2 format '/woqu/datafile_%U.bak' tag 'datafile2';
备库注册
catalog start with '/woqu/datafile_%U.bak' ;
run{
set newname for datafile 2 to PATH/FILE_NAME;
restore datafile 2;
}
But失败了。。。
alter tablespace users rename datafile '当前库路径' to '备份文件';
成功了哎。。。
主库通道报错 ora-16058 & 备库 mrp进程gap状态
oerr ora 16058
16058, 00000, "standby database instance is not mounted"
// *Cause: The Remote File Server (RFS) process on the standby database
// received an internal error.
// *Action: Check the standby alert log and RFS trace files for more
// information.
重启备库。。。
oerr ora 01033
01033, 00000, "ORACLE initialization or shutdown in progress"
// *Cause: An attempt was made to log on while Oracle is being started up
// or shutdown.
// *Action: Wait a few minutes. Then retry the operation.
边栏推荐
- Fully automated processing of monthly card shortage data and output of card shortage personnel information
- STM32F1与STM32CubeIDE编程实例-旋转编码器驱动
- Zhou Hongqi, 52 ans, est - il encore jeune?
- Is it safe to buy funds online?
- Common selectors are
- Tencent security released the white paper on BOT Management | interpreting BOT attacks and exploring ways to protect
- SQL uses the in keyword to query multiple fields
- limit 与offset的用法(转载)
- SQL knowledge summary 004: Postgres terminal command summary
- HB 5469 combustion test method for non-metallic materials in civil aircraft cabin
猜你喜欢
DataGuard active / standby cleanup archive settings
【编程题】【Scratch二级】2019.12 飞翔的小鸟
Introduction to programming hardware
Binary sort tree [BST] - create, find, delete, output
[leetcode] 20. Valid brackets
[programming problem] [scratch Level 2] December 2019 flying birds
一个测试工程师的7年感悟 ---- 致在一路独行的你(别放弃)
Single machine high concurrency model design
Les mots ont été écrits, la fonction est vraiment puissante!
机器人(自动化)等专业课程创新的结果
随机推荐
Robomaster visual tutorial (10) target prediction
【leetcode】day1
Detailed explanation of interview questions: the history of blood and tears in implementing distributed locks with redis
[研发人员必备]paddle 如何制作自己的数据集,并显示。
@Detailed introduction of configuration annotation
Solutions to problems in sqlserver deleting data in tables
快速回复二极管整流特性
Go time package common functions
Cmake learning notes (1) compile single source programs with cmake
Rectification characteristics of fast recovery diode
全自动化处理每月缺卡数据,输出缺卡人员信息
Install sqlserver2019
How does starfish OS enable the value of SFO in the fourth phase of SFO destruction?
STM32F1与STM32CubeIDE编程实例-旋转编码器驱动
At the age of 35, I made a decision to face unemployment
Visual Studio Deployment Project - Create shortcut to deployed executable
机器人(自动化)等专业课程创新的结果
数据库查询——第几高的数据?
【转载】解决conda安装pytorch过慢的问题
STM32F1與STM32CubeIDE編程實例-旋轉編碼器驅動