Y
yonip
In my DB layer, I have a monitoring tool. This tool logs every access
to the database, and writes out the SQL and the time it takes to get
the results.
I want to add another important figure: the size of the result. It's
obvious that an answer of one single integer is completely different
from a dataset of thousends of rows with several columns.
So far, I only found the "RowSize" attribute of OracleCommand, which
is not enough for my need.
Any idead how to obtain this data ?
to the database, and writes out the SQL and the time it takes to get
the results.
I want to add another important figure: the size of the result. It's
obvious that an answer of one single integer is completely different
from a dataset of thousends of rows with several columns.
So far, I only found the "RowSize" attribute of OracleCommand, which
is not enough for my need.
Any idead how to obtain this data ?