aiaiDBA

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

13718043309

010-86462881

RMAN-06971: NEWNAME 'string' for tablespace must include %f or %U format

RMAN-06971: NEWNAME 'string' for tablespace must include %f or %U format
Cause: The newname in SET NEWNAME FOR TABLESPACE did not include a format specifier to produce different newnames for the datafiles.
Action: Include %f or %U in the newname or use SET NEWNAME FOR TABLESPACE ... TO NEW to ensure datafiles get different datafile names.

请先 登录 后评论

1 个回答

小智
RMAN-06971:NEWNAME' 串 '对表空间必须包含%F或%U格式,
.原因: SET NEWNAME FOR TABLESPACE中的新名称不包括为数据文件生成不同新名称的格式说明符。,
.操作:在新名称中包含%f或%U,或者使用SET NEWNAME FOR TABLESPACE ... TO NEW,以确保数据文件获取不同的数据文件名称。,
.
请先 登录 后评论