set echo on
spool datafile_status
desc v$datafile
set head off
select * from v$datafile;
desc dba_data_files
select * from dba_data_files;
exit;
But why would you like to have remove statement for a datafile?
|
Results 1 to 4 of 4
Thread: Read UrgentThreaded View
|
Click Here to Expand Forum to Full Width |