aiaiDBA

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

13718043309

010-86462881

ORA-38776: cannot begin flashback generation - recovery area is disabled

ORA-38776: cannot begin flashback generation - recovery area is disabled
Cause: During a database mount, the RVWR process discovered that the recovery area was disabled. DB_RECOVERY_FILE_DEST must have been set null or removed from the INIT.ORA file while the database was unmounted.
Action: Flashback database requires the recovery area to be enabled. Either enable the recovery area by setting the DB_RECOVERY_FILE_DEST and DB_RECOVERY_FILE_DEST_SIZE initialization parameters, or turn off flashback database with the ALTER DATABASE FLASHBACK OFF command.

请先 登录 后评论

1 个回答

小智
ORA-38776:无法开始闪回生成 - 恢复区禁用,
.原因:在数据库装入期间,RVWR进程发现恢复区域已禁用。卸载数据库时,DB_RECOVERY_FILE_DEST必须已设置为null或从INIT.ORA文件中删除。,
.操作:闪回数据库要求启用恢复区。通过设置DB_RECOVERY_FILE_DEST和DB_RECOVERY_FILE_DEST_SIZE初始化参数启用恢复区域,或使用ALTER DATABASE FLASHBACK OFF命令关闭闪回数据库。,
.
请先 登录 后评论