Oracle Error : ORA-19905: log_archive_format must contain %%s, %%t and %%r
Cause: log_archive_format is missing a mandatory format element. Starting with Oracle 10i, archived log file names must contain each of the elements %s(sequence), %t(thread), and %r(resetlogs id) to ensure that all archived log file names are unique.
Action: Add the missing format elements to log_archive_format.
Cause: log_archive_format is missing a mandatory format element. Starting with Oracle 10i, archived log file names must contain each of the elements %s(sequence), %t(thread), and %r(resetlogs id) to ensure that all archived log file names are unique.
Action: Add the missing format elements to log_archive_format.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10640532/viewspace-592666/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10640532/viewspace-592666/
本文解决Oracle数据库中归档日志文件名格式缺少必要元素的问题,介绍如何确保所有归档日志文件名唯一的方法。
1856

被折叠的 条评论
为什么被折叠?



