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: disk space trending into table....

Re: disk space trending into table....

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Sun, 23 Jul 2006 17:38:31 GMT
Message-ID: <pan.2006.07.23.17.38.31.18691@sbcglobal.net>


On Sun, 23 Jul 2006 16:57:08 +0000, Brian Peasland wrote:

> sql = "INSERT INTO infoctr.df_temp VALUES (?)";

I'm not a Java programmer, but am I correct in interpreting your code in such a way that the whole output of "df -k" is inserted into the database, line by line? Your insert has only a single value. If my interpretation of your code is correct, how useful is that for trending?

-- 
http://www.mgogala.com
Received on Sun Jul 23 2006 - 12:38:31 CDT

Original text of this message

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