Hello,
Just a quick qu.
whats the easiest way to find the total datafile space used?
thanks
RJ
Printable View
Hello,
Just a quick qu.
whats the easiest way to find the total datafile space used?
thanks
RJ
Hi
Use the table dba_data_files and dba_free_space and add all the bytes. And you should get it.