DETERMINE THE LOCATION OF ALL THE CONTROLFILE COPIES

4. Determine the location of all the controlfile copies. Use two techniques:

select * from v$controlfile;

select value from v$parameter where name='control_files';