Oracle Error ORA-19711: cannot use RENORMALIZEALLFILENAMES while database is open

Oracle Error Message

ORA-19711: cannot use RENORMALIZEALLFILENAMES while database is open

Reason for the Error

An attempt was made to re-normalize all the file names in the control file while the database is open.

Solution

Close the database before using the RENORMALIZEALLFILENAMES procedure.