We will demonstrate how to change control files location.
1-Query the V$CONTROLFILE view to find the control files location.
2-When we are moving control files we have to alter their location using the values stored in the control_files parameter. To find it's values use the following syntax:
3-Shutdown your database.
4-Start up your database in mount mode.
5-Move your control files to the new location.
5-Alter the control_files parameter so that will match the new control_files location.
6-Bounce your database and check your control_files location.