Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: error in the output

Re: error in the output

From: Brian Peasland <oracle_dba_at_nospam.peasland.net>
Date: Fri, 28 Apr 2006 18:58:17 GMT
Message-ID: <IyG4pA.5Cp@igsrsparc2.er.usgs.gov>


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" - Unknown
Received on Fri Apr 28 2006 - 13:58:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US