473,405 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

process serial number: serial# in v$process

Niy
what does that mean? what for? I searched a lot but
failed to find explanation.

Sometimes I really have difficulty finding documentation
for some views.
Jul 19 '05 #1
3 13916
ni***@hotmail.com (Niy) wrote in message news:<55**************************@posting.google. com>...
what does that mean? what for? I searched a lot but
failed to find explanation.

Sometimes I really have difficulty finding documentation
for some views.


Niy, all the v$ views are documented in the Oracle version# Reference
Manaual.

PID NUMBER Oracle process identifier
SPID VARCHAR2(12) Operating system process identifier

Serial# is in v$session. It is an Oracle generated value used in
combination with the SID to create a unique session identifier.

HTH -- Mark D Powell --
Jul 19 '05 #2
Niy
Ma*********@eds.com (Mark D Powell) wrote in message news:<26**************************@posting.google. com>...
ni***@hotmail.com (Niy) wrote in message news:<55**************************@posting.google. com>...
what does that mean? what for? I searched a lot but
failed to find explanation.

Sometimes I really have difficulty finding documentation
for some views.


Niy, all the v$ views are documented in the Oracle version# Reference
Manaual.

PID NUMBER Oracle process identifier
SPID VARCHAR2(12) Operating system process identifier

Serial# is in v$session. It is an Oracle generated value used in
combination with the SID to create a unique session identifier.

HTH -- Mark D Powell --


Thanks for the reply, Mark.

Just as you said, serial# in v$session is used to identify unique
session combined with sid, but is this serial# in v$session same
meaning as serial# in process?

From the reference 9.2, serial# in v$process is:
Process serial number

That's equal to say: this boy is his dad's son.
Unfortunately many documentation for views is just like this.
Jul 19 '05 #3
ni***@hotmail.com (Niy) wrote in message news:<55**************************@posting.google. com>...
Ma*********@eds.com (Mark D Powell) wrote in message news:<26**************************@posting.google. com>...
ni***@hotmail.com (Niy) wrote in message news:<55**************************@posting.google. com>...
what does that mean? what for? I searched a lot but
failed to find explanation.

Sometimes I really have difficulty finding documentation
for some views.


Niy, all the v$ views are documented in the Oracle version# Reference
Manaual.

PID NUMBER Oracle process identifier
SPID VARCHAR2(12) Operating system process identifier

Serial# is in v$session. It is an Oracle generated value used in
combination with the SID to create a unique session identifier.

HTH -- Mark D Powell --


Thanks for the reply, Mark.

Just as you said, serial# in v$session is used to identify unique
session combined with sid, but is this serial# in v$session same
meaning as serial# in process?

From the reference 9.2, serial# in v$process is:
Process serial number

That's equal to say: this boy is his dad's son.
Unfortunately many documentation for views is just like this.

1 select s.sid, s.serial# "Session", p.serial# "Process"
2 from v$session s, v$process p
3 where s.paddr = p.addr
4* and s.username = 'MPOWEL01'
SQL> /

SID Session Process
---------- ---------- ----------
18 8219 68

No, they are not the same. The first is the session serial no and the
second is the process serial no and othewise the two column have
nothing to do with each other.

HTH -- Mark D Powell --
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: tom | last post by:
Hi, How do I get the serial number of the harddisk in .NET? I want this to be the same number even if the user has reformatted, so I do not want the volume serial number. Thanx, t
5
by: | last post by:
Hi, Do memory sticks have serial numbers like harddrives? If so how can I get this, I want to uniquely identify a memory stick (removable drive) for authentication. Thanks
79
by: Klaus Bonadt | last post by:
In order to protect software from being copied without licence, I would like to use something like a key, which fits only to the current system. The serial number of the CPU or the current...
77
by: Charles Law | last post by:
Hi guys I have a time critical process, running on a worker thread. By "time critical", I mean that certain parts of the process must be completed in a specific time frame. The time when the...
18
by: jas | last post by:
Hi, I would like to start a new process and be able to read/write from/to it. I have tried things like... import subprocess as sp p = sp.Popen("cmd.exe", stdout=sp.PIPE)...
3
by: Stewart Allen | last post by:
Hi there I'm trying to find part serial numbers between 2 numbers. The user selects a part number from a combo box and then enters a range of serial numbers into 2 text boxes and the resulting...
9
by: Nebojsa4 | last post by:
Hi. First, sorry on my weak English to all. Qusetion: How to read (in VB) Manufacturer serial number of Hard disk drive? Not volume/serial number of C:, D:, etc. partitons. For reading...
3
by: Niy | last post by:
what does that mean? what for? I searched a lot but failed to find explanation. Sometimes I really have difficulty finding documentation for some views.
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.