ORA-01277: file 'string' already exists
What triggered the Error:
An ALTER DATABASE BACKUP CONTROLFILE TO TRACE AS 'filename' command specified a file name which is already in use.What should we do to fix it:
Either specify a different file name, or add the REUSE parameter to the command to overwrite the existing file.