ORA-01503: CREATE CONTROLFILE failed
Team,
DB = 10.2.0.1
OS = RHEL AS 4
While im renaming my database name to HRMS by re-creating controlfile, im getting below errors. I'm not sure how to fix this issue.
I have followed all the steps properly but somehow im not achieving this.
fyi..
SYS> @new_controlfile.sql
CREATE CONTROLFILE REUSE SET DATABASE "HRMS" RESETLOGS
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file '/home/oracle/database/HRMS/system01.dbf'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
Could you please help me to fix this issue ?
Thanks,
Harry
0