Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: error in the output
Try the same query in SQL*Plus. But before issuing the query, type in
the following:
COLUMN bytes FORMAT 999,999,999,999
Then issue the query:
select sum(BYTES) AS bytes from DBA_DATA_FILES;
If that does not give you the correct result, then please explain what you expect to see...
Cheers,
Brian
-- =================================================================== Brian Peasland oracle_dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Fri Apr 28 2006 - 13:58:17 CDT