Re: strace & lsof during an application JDBC issue - simple questions at the end

From: Philip Jones <phil_at_phillip.im>
Date: Fri, 22 Mar 2013 08:18:43 +0000
Message-Id: <C23FD897-F5CC-421D-A02C-6CEA3FFAE6C3_at_phillip.im>



Hi,

The number at the end of the line is the return value from the C system call, which in this case is read(). You can look at the man page for each call ("man 3 read", for example) to see what the parameters and return values are.

Cheers,

Phil

On 22 Mar 2013, at 07:30, <Christopher.Taylor2_at_parallon.net> wrote:

>
> QUESTIONS:
> Is the 864 at the end of the read line the number of SECONDS it took to complete that operation?
> Is a READ across a network link back to serverA a READ for more data - like a SQLNET SQL*Net message from client event in the database?
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 22 2013 - 09:18:43 CET

Original text of this message