Hi All,
I am using query "Select d.File#, d.name as Data_File_Name,
t.name Tbs_Name, d.Status as File_Status,
d.Enabled, d.bytes
from v$datafile d, v$tablespace t
where d.TS# = t.TS#" with TOracleQuery.
It is taking long time to execute with session which is used for other queries too. In a...