oracle processes with SOCKT in glance command....reason?


 
Thread Tools Search this Thread
Operating Systems HP-UX oracle processes with SOCKT in glance command....reason?
# 1  
Old 05-10-2011
oracle processes with SOCKT in glance command....reason?

Hi Friends,

I could see following oracle process in the glance command. i see nothing running in the database although. I tried google it but no success. Another team ,which needs all the processes on the server is complaining. Can someone help me what exactly are these sessions/ how to find out the original place where these are emerging ?
++++++++++++++++++
Code:
oracleDNDTT1       18335 oracle        2.7     1   0.0   254.5mb  257.7mb SOCKT
oracleDNDTT1       21435 oracle        1.9     1   0.0   254.5mb  257.7mb SOCKT
oracleDNDTT1       22836 oracle        1.7     1   0.0   253.6mb  255.3mb SOCKT
oracleDNDTT1       21155 oracle        1.5     1   0.0   254.5mb  257.7mb SOCKT
oracleDNDTT1       22500 oracle        1.5     1   0.0   254.5mb  258.4mb SOCKT
oracleDNDTT1       21934 oracle        0.8     1   0.0   254.5mb  258.4mb SOCKT
oracleDNDTT1       18159 oracle        0.8     1   0.0   254.5mb  257.7mb SOCKT
oracleDNDTT1       18307 oracle        0.8     1   0.0   254.5mb  257.7mb SOCKT
oracleDNDTT1       23495 oracle        0.8     1   0.0   254.4mb  258.3mb SOCKT
oracleDNDTT1       22084 oracle        0.6     1   0.0   254.5mb  257.7mb SOCKT
oracleDNDTT1       18439 oracle        0.6     1   0.0   254.5mb  257.7mb SOCKT
oracleDNDTT1       18150 oracle        0.6     1   0.0   254.7mb  257.9mb SOCKT
oracleDNDTT1       21128 oracle        0.4     1   0.0   253.7mb  256.9mb SOCKT
oracleDNDTT1       21546 oracle        0.4     1   0.0   254.5mb  258.4mb SOCKT
oracleDNDTT1       21347 oracle        0.4     1   0.0   253.7mb  258.4mb SOCKT
oracleDNDTT1       23605 oracle        0.4     1   0.0   253.7mb  258.3mb SOCKT
oracleDNDTT1       21240 oracle        0.2     1   0.0   254.5mb  258.4mb SOCKT

++++++++++++++++++
regds,
Kunwar

Last edited by pludi; 05-11-2011 at 04:10 AM..
# 2  
Old 05-12-2011
Open files?
Sockets used between different oracle servers (daemons).
If you are sure you have no more oracle running, then do an
Code:
# ipcs -a

If you see anything oracle still, then you have rubbish to be removed manually, look at ipcrm man pages
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. OS X (Apple)

What's the reason behind having -n option for mv command?

Sorry for a question that may seem dumb but learning UNIX basics I still can not grasp benefits of using mv -n source file target file I can understand the need for cp -n source file target file when you get a copy with contents untouched but the former baffles me. I know that this about... (8 Replies)
Discussion started by: scrutinizerix
8 Replies

2. Shell Programming and Scripting

command to show stats of multiple processes

I am looking for a command that will show me the memory, CPU and I/O usage of multiple Process IDs ps v <pid> shows for one process ID is there something similar for multiple Process Ids? ---------- Post updated at 05:43 PM ---------- Previous update was at 05:41 PM ---------- No I am... (2 Replies)
Discussion started by: ajc212
2 Replies

3. HP-UX

glance adviser suppress newline in print command

Hi, I have a glance adviser, the highlights below. The problem that i have is that every time glance finds process name "abc" it write the memory region data in a new line. My question is if i have a way to print without newline? The output line for process abc looks something like this:... (0 Replies)
Discussion started by: yochaia01
0 Replies

4. UNIX for Dummies Questions & Answers

Need Unix command to get all processes running on a port

Hi, Can someone provide me the Linux command to get the list of all processes running on a particular port. Thanks, Sandy (1 Reply)
Discussion started by: sandy8765
1 Replies

5. HP-UX

Glance command Usage

Hello We have used Glance command to check Cpu Uage , bit new to Glance command , HP-UXdev # glance B3692A GlancePlus C.03.71.00 18:21:16 nedunix2 9000/800 Current Avg High -------------------------------------------------------------------------------- CPU Util S SN NU | 43% 59%... (1 Reply)
Discussion started by: lukas_pise
1 Replies

6. UNIX for Dummies Questions & Answers

How do you wait for command substitution processes to complete?

When running a command using the >(cmd) syntax in bash how do you wait for the command to complete before moving on in your script? Here is a simple example: zcat largefile.gz | tee >(wc && echo “HELLO”) > /dev/null # I tried wait, here but it doesn't wait for the process in the subshell.... (8 Replies)
Discussion started by: mrvwman
8 Replies

7. UNIX for Advanced & Expert Users

Help! imapd is spawning multiple processes, all of a sudden, for no reason!

Hi All, I need some assistance, if possible... Our IMAP server has recently (as of 10:30 GMT today) started spawning multiple processes for no reason! This is causing the mail server's load average to increase continually until the whole machine grinds to a halt. Here is a typical... (0 Replies)
Discussion started by: fishsponge
0 Replies

8. SuSE

oracle background processes

I have installed oracle 10g on suse sles9. I do not see oracle background processes. ps -ef|grep ora_ gives me environment variables junk. ps -ef|grep smon does not show anything however database is up and running. Any idea how to tweak that? (1 Reply)
Discussion started by: vijayasawant
1 Replies

9. Solaris

I want a command in solaris equivalent to glance in HP-UX

Hi, C an someone help me out in getting the command to get system statistics like CPU, DISK and I/O utilization in a single command instead of mpstat,vmstat and iostat. When i give sar, getting the following error, bash-3.00# sar sar: can't open /var/adm/sa/sa15 No such... (6 Replies)
Discussion started by: grrajeish
6 Replies
Login or Register to Ask a Question