How to find out if the running java process is having dependency on db?
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.