ORA-00202: control file
I am restoring the cold backup of one database . I am facing the below error while creating the controlfile . I did check the controlfile is not there in location '/fra03/oradata/HR91SBX/control' before creating the new controlfile. I did change the location of controlfile still facing the same error. Please help.
CREATE CONTROLFILE SET DATABASE "HR9" RESETLOGS ARCHIVELOG
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-00200: control file could not be created
ORA-00202: control file: '/fra03/oradata/HR9/control'
ORA-27038: created file already exists
Additional information: 1
Thanks