ORA-45904: instant restore of data file copy string is not supported ORACLE 报错 故障修复 远程处理

文档解释

ORA-45904: INSTANT restore of data file copy string is not supported

Cause: An attempt was made to create a data file copy in instant restore mode. This is not supported.

Action: Do not request to create data file copy in instant restore mode.

ORA-45904表明不支持数据文件复制字符串的即时恢复。

官方解释

此错误的常见情况为:尝试使用突发恢复的create datafile `copy` or move语法。在即时恢复功能中,不支持使用copy或者move语法的create datafile指令,因此会报ORA-45904错误。

一般处理方法及步骤

1、停止数据库功能,停止应用服务

2、使用RMAN和recover datafile‘FILENAME’及SQL改变语句,执行recover的步骤恢复数据库

3、结束恢复,确保数据文件恢复完成,然后重新启动数据库

4、数据库启动后恢复Applications服务,检查数据库状态

香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。

THE END