当前位置:网站首页>搭建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.
边栏推荐
- Binder核心API
- The difference between -s and -d when downloading packages using NPM
- C language 005: common examples
- Handwriting a simulated reentrantlock
- Smart regulation enters the market, where will meituan and other Internet service platforms go
- Archery installation test
- 2022.7.7-----leetcode. six hundred and forty-eight
- C - linear table
- [programming problem] [scratch Level 2] 2019.09 make bat Challenge Game
- Kubectl 好用的命令行工具:oh-my-zsh 技巧和窍门
猜你喜欢
[programming questions] [scratch Level 2] March 2019 garbage classification
About the difference between ch32 library function and STM32 library function
Seven years' experience of a test engineer -- to you who walk alone all the way (don't give up)
数据湖(十五):Spark与Iceberg整合写操作
[programming problem] [scratch Level 2] March 2019 draw a square spiral
How to measure whether the product is "just needed, high frequency, pain points"
某马旅游网站开发(登录注册退出功能的实现)
An example analysis of MP4 file format parsing
Development of a horse tourism website (realization of login, registration and exit function)
new和delete的底层原理以及模板
随机推荐
QT and OpenGL: loading 3D models using the open asset import library (assimp) - Part 2
Aitm3.0005 smoke toxicity test
Relevant methods of sorting arrays in JS (if you want to understand arrays, it's enough to read this article)
Database query - what is the highest data?
SQL connection problem after downloading (2)
Preliminary test of optical flow sensor: gl9306
Automated testing: robot framework is a practical skill that 90% of people want to know
Detailed explanation of interview questions: the history of blood and tears in implementing distributed locks with redis
@Detailed introduction of configuration annotation
redis你到底懂不懂之list
【编程题】【Scratch二级】2019.09 绘制雪花图案
One click free translation of more than 300 pages of PDF documents
Fully automated processing of monthly card shortage data and output of card shortage personnel information
Reading notes 004: Wang Yangming's quotations
[question de programmation] [scratch niveau 2] oiseaux volants en décembre 2019
【编程题】【Scratch二级】2019.03 绘制方形螺旋
Redis caching tool class, worth owning~
腾讯安全发布《BOT管理白皮书》|解读BOT攻击,探索防护之道
CoinDesk评波场去中心化进程:让人们看到互联网的未来
STM32F1与STM32CubeIDE编程实例-旋转编码器驱动