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

Home -> Community -> Mailing Lists -> Oracle-L -> How to continue monitoring file access (Was: Problem solved, but WHY??? (Long))

How to continue monitoring file access (Was: Problem solved, but WHY??? (Long))

From: yong huang <yong321_at_yahoo.com>
Date: Sat, 11 Nov 2000 16:27:04 -0800 (PST)
Message-Id: <10677.121830@fatcity.com>


I know the command "fuser somefile" reports what processes are accessing somefile. Is there a way to continue monitoring this so it won't exit at the initial detection? I'd like to see the output like "tail -f somelogfile". I don't think wrapping this in a shell infinite loop is an option because (1) if you don't use sleep in the loop, it hogs CPU; (2) if you do, there's too much gap between two fuser calls.

Yong Huang
yong321_at_yahoo.com

Michael Ray wrote:

What process on the server reads the sqlnet.ora file for each connection?



Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/ Received on Sat Nov 11 2000 - 18:27:04 CST

Original text of this message

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