The real details are as follows.
Shutdown the Oracle Database. shutdown immediate;
Startup the Oracle Database in a NOMOUNT State. startup nomount;
Alter system set control_files '<full OS file path and filename1>', '<full OS file path and filename2>' scope=spfile;
Copy or Move (Rename) control files, carefully from the OS level.
Startup mount force;
Alter database open;