error in the output



Hi,

I'm new to the oracle world and trying to find out the size of my
oracle database. I ran the query as below and not getting the correct
result back. Any pointer please??

SVRMGR> select sum(BYTES) from DBA_DATA_FILES;
SUM(BYTES)
----------
4.2001E+10
1 row selected.

.