Microsoft
Software
Hardware
Network
Question : Need to tie to Oracle tables v$sesstat and v$sqlarea
i need to tie v$sesstat.SPID,PADDR to v$sqlarea.address so I can get the sql_text/sql_fulltext.
Answer : Need to tie to Oracle tables v$sesstat and v$sqlarea
Mike,
probably you need another table to join.
v$session --- sid
v$session -- sql_id
v$sqlarea --- sql_id
v$sesstat --- sid
hopefully this might helpful to you
Random Solutions
Manual sbs03 -> sbs08 Migration
system info via website
No icon on desk top windows XP
Rmail add file attachment how-to ?
recover exchange database from sbs 2008
Riverbed with Cisco GRE Tunnel
windows server 2008 foundation
drivers for my WD Passport Essential SE USB drive for SBS 2008
Removing Duplicate from a Crystal Report
How can I detect a pixel color of an image in Flash using ActionScript 2?