How to spool the file_name that has the bisggest size ?
select file_name from dba_data_files where sum(bytes)=max(bytes);
*
ERROR at line 1:
ORA-00934: group function is not allowed here
*
ERROR at line 1:
ORA-00934: group function is not allowed here
0