Re: QUESTION: Latest CPU thinks I have a db running



So, it's not merely a check against the init.ora, it's a match for the
processes running against the init.ora that belongs to it!

The way my server is set up, the init. file sits in an 'admin'
directory specific to the db; instead of having the file in the /dbs
directory, what is actually there is a symlink to the real file.

I have multiple homes, therefore multiple dbs directories, and
therefore multiple symlinks pointing to one db's init file. I also do
have oracle processes running, but not under _this_ home.

I talked to Oracle, and their guess is that there's some kind of file
handle open against the init file, and that's what the code looks for.
So the fact that we use symlinks was effectively a 'false positive'. I
renamed my symlinks in the dbs directory of the home I was patching,
and the patch went in clean.

Turns out that was the tech's first guess before he called me - that I
was using symlinks; and he was about to recommend just what I ended up
doing.

I think next time I'll just trust my process, and if I am sure the home
I'm patching is not active, I'll ignore those errors. ;)

.



Relevant Pages

  • Re: QUESTION: Latest CPU thinks I have a db running
    ... The way my server is set up, the init. ... I have multiple homes, therefore multiple dbs directories, and ... have oracle processes running, ... So the fact that we use symlinks was effectively a 'false positive'. ...
    (comp.databases.oracle.server)
  • Re: Service monitoring daemon
    ... tools that keep other processes running - init and daemontools ... To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list ...
    (Fedora)
  • [PATCH 11/36] Driver core: convert vc code to use struct device
    ... everything show up properly in /sys/devices/ with symlinks from the ... int __init vcs_init ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)