Database Error Messages

RMAN-06971

NEWNAME 'string' for tablespace must include %number or %%U format

Cause

The newname in SET NEWNAME FOR TABLESPACE did not include a format specifier to produce different newnames for the data files.


Action

Include %f or %U in the newname or use SET NEWNAME FOR TABLESPACE ... TO NEW to ensure data files get different data file names.