aiaiDBA

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

13718043309

010-86462881

ORA-16178: Cannot specify remote destinations in manual archiving mode

ORA-16178: Cannot specify remote destinations in manual archiving mode
Cause: The database is operating in manual archiving mode. Remote archivelog destinations are not allowed in this mode.
Action: Use the ALTER DATABASE ARCHIVELOG command to place the database in automatic ARCHIVELOG mode, or defer the archivelog destinations that specify the SERVICE= attribute.

请先 登录 后评论

1 个回答

小智
ORA-16178:在手动归档模式下无法指定远程目标,
.原因:数据库在手动归档模式下运行。在此模式下不允许远程存档目标。,
.操作:使用ALTER DATABASE ARCHIVELOG命令将数据库置于自动ARCHIVELOG模式,或延迟指定SERVICE =属性的存档日志目标。,
.
请先 登录 后评论