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!

Identify a job history through SID and Serial Number

CharlovJul 5 2010 — edited Jul 5 2010
Hey,

I ran the following select statement on the DB

SELECT
a.USERNAME, a.serial#, a.sid, a.STATUS, b.sql_text, b.SQL_ID
FROM V$SESSION a INNER JOIN V$SQLAREA b
ON a.SQL_ADDRESS= b.ADDRESS;

and there's one select statement with Serial# and SID 52596,141 that has been running for a while now.
Any idea how I can tell how long it has been running?

Oracle Rac 10G running on Linux
This post has been answered by rajeysh on Jul 5 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2010
Added on Jul 5 2010
4 comments
2,186 views