Sent by: cc:
[EMAIL PROTECTED] Subject:
Never say "never".
The output from "truss" shows all "system calls";
which includes file opens.
Here is an interesting exercise for those on *nix boxes.
>From one window/session do the following ...
$ sqlplus
>From a different window where you are logged onto the system as root
find the pid (pr
Hannah,
I'm no Unix guru either but in this situation I use
'truss', e.g.
truss procname
HTH
Chris
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Sent: 09 August 2002
16:08To: Multiple recipients of list ORACLE-LSubject:
Unix Script Quest : Urge
>
> Sent: Friday, August 09, 2002 11:48 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Unix Script Quest : Urgent
>
> ldd should give you the dependencies.
>
>
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: [EMAIL PROTECT
I think that will give you files that it successfully accessed, but not
the ones that were referenced but not found.
You can do what you're asking on VMS and NT, so it seems like there
should be a way in Unix, although I asked my Unix SA's that same
question a few years back and they said that t
ldd should give you the dependencies.
--- [EMAIL PROTECTED] wrote:
> Is there a way to capture all files hit by a
> process/user in unix (Sun Solaris 9, ksh)? I am
> seeing an OCI file not found on my production box.
> I can't resovle it.
>
> So, I want to run the same process on my develop
> Is there a way to capture all files hit by a process/user in unix (Sun
> Solaris 9, ksh)? I am seeing an OCI file not found on my production box.
> I can't resovle it.
> So, I want to run the same process on my development box (where it works)
> and get a list of files that it is hitting (I ca