Is it possible to know the size of a dataset returned by a SQL statement in bytes
It would be nice if from the query itself I can get the size of the data. I found something like using SQL Plus, but I could not use that in my Java codes.
I know there maybe ways in doing it Java, can anyone guide me on how can I do that.
Thanks in advance.