aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-01668: standby database requires DROP option for offline of data file

ORA-01668: standby database requires DROP option for offline of data file
Cause: Attempting to take a datafile offline in a standby database without specifying the DROP option. Files that are offline in a standby database are not recovered, and are likely to be unusable if the standby is activated. Note that specifying DROP does not prevent bringing the file online later.
Action: Specify the DROP option or leave the file online.

请先 登录 后评论

1 个回答

小智
ORA-01668:备用数据库需要DROP选项用于脱机数据文件,
.原因:尝试在备用数据库中使数据文件脱机,而不指定DROP选项。在备用数据库中脱机的文件不会恢复,如果激活备用数据库,则可能无法使用。请注意,指定DROP不会阻止以后使文件联机。,
.操作:指定DROP选项或将文件保持联机。,
.
请先 登录 后评论