Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple Spid(s) for a single SID

Aditya RFeb 23 2014 — edited Feb 26 2014

Below are the details:

Database Version - 11.2.0.3

4 node RAC

EBS Version - 12.1.3

OS - AIX

Below are the details of a session for which we see multiple os process ids. Can someone please explain why multiple spid for the same sid, serial# combination.

SID SERIAL# USERNAME            INST_ID OSUSER      SPID

------- ------- -------------------- ---------- --------------- --------

   3651   60283 APPS                      4             12320914
   3651   60283 APPS                      4             15861340
   3651   60283 APPS                      4             4326126

NOTE - When I try to get the sid from the above spid (s) I get the output only for one of them.

SQL> @pid

SQL> set echo off

Enter Unix process id: 12320914

Enter instance id: 4

=====================================================================

1 sessions were found with 12320914 as their unix process id for the instance number 4

=====================================================================

SID/Serial  : 3651,60283

Foreground  : PID: 1234 -

Shadow      : PID: 12320914 - oracle@extendp

SQL> @pid

SQL> set echo off

Enter Unix process id: 15861340

Enter instance id: 4

=====================================================================

0 sessions were found with 15861340 as their unix process id for the instance number 4

=====================================================================

0 sessions were found with 15861340 as their unix process id for the instance number 4

Please scroll up to see details of all the sessions.

=====================================================================

SQL>

SQL> @pid

SQL> set echo off

Enter Unix process id: 4326126

Enter instance id: 4

=====================================================================

0 sessions were found with 4326126 as their unix process id for the instance number 4

=====================================================================

0 sessions were found with 4326126 as their unix process id for the instance number 4

Please scroll up to see details of all the sessions.

=====================================================================

Regards,

Aditya.

This post has been answered by Hemant K Chitale on Feb 23 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2014
Added on Feb 23 2014
9 comments
1,315 views