aiaiDBA

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

13718043309

010-86462881

ORA-16093: dependent archive log destination is not LGWR-enabled

ORA-16093: dependent archive log destination is not LGWR-enabled
Cause: An archive log destination contains a dependency to another archive log destination that is not enabled for the LGWR process"
Action: The child archive log destination cannot be dependent on another archive log destination not archived by the LGWR. Use the ALTER SYSTEM command to change the parent archive log to specify the LGWR process.

请先 登录 后评论

1 个回答

小智
ORA-16093:从属存档日志目标不启用LGWR,
.原因:归档日志目标包含对未对LGWR进程启用的另一归档日志目标的依赖性“,
.操作:子归档日志目标不能依赖于LGWR未归档的另一个归档日志目标。使用ALTER SYSTEM命令更改父归档日志以指定LGWR进程。,
.
请先 登录 后评论