ORA-16070: parameter string contains an invalid REGISTER attribute value ORACLE 报错 故障修复 远程处理
文档解释
ORA-16070: parameter string contains an invalid REGISTER attribute value
Cause: The value for the specified LOG_ARCHIVE_DEST_n (n = 1…31) parameter contained a REGISTER attribute that specified an invalid file name template string. If specified, the REGISTER file name template string must indicate an O/S-specific file path name including thread and log sequence number substitution directives (%t, %T, %s, %S).
Action: Correct the value for the LOG_ARCHIVE_DEST_n parameter.
ORA-16070: parameter string contains an invalid REGISTER attribute value发生该错误,表明在注册一个文件到本地磁盘时,所在的参数不合法。错误信息可分为如下:
官方解释
该错误发生在你尝试使用Register程序注册文件时,此参数意味着你提供的参数名称或路径是不正确的。
常见案例
1.当你尝试注册一个不存在的文件时会报ORA-16070: parameter string contains an invalid REGISTER attribute value错误;
2.当尝试注册的文件或者路径拼写错误时会报ORA-16070: parameter string contains an invalid REGISTER attribute value错误。
一般处理方法及步骤
1.确认文件路径是否正确,确认文件存在;
2.检查Register使用的参数是否正确,拼写是否正确;
3.在没有指定target文件路径的情况下,默认安装路径在$ORACLE_HOME/dbs下。