aiaiDBA

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

13718043309

010-86462881

RMAN-05540: no archived logs found in repository for database string

RMAN-05540: no archived logs found in repository for database string
Cause: Recovery catalog did not have archived log records for the specified database. If database is running in NOARCHIVELOG mode, then specify NOREDO.
Action: Specify NOREDO for NOARCHIVELOG databases. Cannot duplicate an ARCHIVELOG database unless the recovery catalog or target database control file has archived redo log information about it.

请先 登录 后评论

1 个回答

小智
RMAN-05540:在存储库中找不到数据库字符串的归档日志,
.原因:恢复目录没有指定数据库的归档日志记录。如果数据库正在NOARCHIVELOG模式下运行,则指定NOREDO。,
.操作:为NOARCHIVELOG数据库指定NOREDO。无法复制ARCHIVELOG数据库,除非恢复目录或目标数据库控制文件已存档有关它的重做日志信息。,
.
请先 登录 后评论