Use this to identify all files:

select name from v$controlfile
union all
select member from v$logfile
union all
select name from v$datafile
union all
select name from v$tempfile;

Nobody seemed to mention v$tempfile.
And be careful with the listener. Some other DBs might be using it.