Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> No data in the sql_address column of v$session
Hi Gurus,
Is anybody facing this weird problem shown as below in
10.1
SID SQL_ADDRESS EVENT
---------- ---------------- -----------------------
5068 C00000052B3E9BC8 log file sync 5074 00 SQL*Net message from client 5075 00 log file sync 5106 C00000055EF8B650 db file sequential read 5149 C00000053A3D8AA8 db file sequential read 5194 00 SQL*Net message from client 5223 C0000005543B1868 queue messages 5258 C00000055F9A7170 db file sequential read 5378 00 SQL*Net message fromclient
I am querying the v$session to get the sql_address of
some sessions who are generating high redo.but before
even going there i am seeing this weird output from
v$session where there is no value in sql_address and
henceforth i cannot know what sql these sessions are
running.
Is anybody facing this kind of an issue?
If yes do you have any solutions for this. Please do
let me know
I am also seeing sometimes there are no values in
event column of v$session_wait nor v$session (Well
based on what i have worked all these years i know
that a session should wait on an event no matter what
he is doing).
if you have any solutions let me know
thanks in advance
Arun