当前位置:网站首页>搭建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.
边栏推荐
- 35岁那年,我做了一个面临失业的决定
- STM32F1与STM32CubeIDE编程实例-旋转编码器驱动
- Basic learning of SQL Server -- creating databases and tables with code
- Archery installation test
- PostGIS learning
- Introduction knowledge system of Web front-end engineers
- Resolve the URL of token
- Go learning notes (1) environment installation and hello world
- 机器人(自动化)等专业课程创新的结果
- Trust orbtk development issues 2022
猜你喜欢
ROS from entry to mastery (IX) initial experience of visual simulation: turtlebot3
PostGIS learning
[leetcode] 20. Valid brackets
快速上手使用本地测试工具postman
第四期SFO销毁,Starfish OS如何对SFO价值赋能?
光流传感器初步测试:GL9306
One click installation with fishros in blue bridge ROS
80%的人答错,苹果logo上的叶子到底朝左还是朝右?
每日刷题记录 (十六)
Traduction gratuite en un clic de plus de 300 pages de documents PDF
随机推荐
[path planning] use the vertical distance limit method and Bessel to optimize the path of a star
redis你到底懂不懂之list
Binder核心API
Tools for debugging makefiles - tool for debugging makefiles
Go learning notes (1) environment installation and hello world
Gorm Association summary
Tencent security released the white paper on BOT Management | interpreting BOT attacks and exploring ways to protect
paddle入门-使用LeNet在MNIST实现图像分类方法二
If an exception is thrown in the constructor, the best way is to prevent memory leakage?
Install sqlserver2019
Enterprise application demand-oriented development of human resources department, employee attendance records and paid wages business process cases
One click installation with fishros in blue bridge ROS
SQL knowledge summary 004: Postgres terminal command summary
数据湖(十五):Spark与Iceberg整合写操作
快速回复二极管整流特性
光流传感器初步测试:GL9306
AWS AWS help error
How to put recyclerview in nestedscrollview- How to put RecyclerView inside NestedScrollView?
The result of innovation in professional courses such as robotics (Automation)
Postgres timestamp to human eye time string or millisecond value