Database Administration (MOSC)

MOSC Banner

How to find out if the running java process is having dependency on db?

edited Mar 21, 2011 2:37AM in Database Administration (MOSC) 2 commentsAnswered
 The top -c command shows /usr/jdk/latest/bin/java -version:1.5+ -Djava.library.path=/usr/lib/cc-ccr/lib is taking 50% CPU. If it keeps running like this, the backup will take a very long time.

The /usr/ucb/ps -auxwww | grep java command showed the following results: /usr/jdk/latest/bin/java -version:1.5+ -Djava.library.path=/usr/lib/cc-ccr/lib com.sun.patchpro.cli.PatchServices -l -@ -C patchpro.patchset=current2 -C patchpro.report.motd.messages=false

I am not sure how to find out if this running java process is having any dependency on the oracle database. In other words, I am not sure if it is safe to kill it. Gurus, anyone? Thanks in advance.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center