Christo Kutrovsky
Member³
I am saying sever as there's no other indication that something is wrong, then common sense.
I knew it could not be only 7 Gb's because I know my database, remembering by date experience, i tried with "a____" ... and I was right.
This is very severe, as could mislead some people into doing something terribly wrong.
Code:
SQL> select sum(bytes) from user_segments where segment_type = 'TABLE';
SUM(BYTES)
----------
7166514790
Executed in 0.703 seconds
SQL> select sum(bytes) as a________________________ from user_segments where segment_type = 'TABLE';
A________________________
-------------------------
71665147904
This is very severe, as could mislead some people into doing something terribly wrong.