try this --
SELECT T.SQL_TEXT FROM V$SQLTEXT T, V$SESSION S WHERE S.SID = 100 AND S.SQL_ADDRESS=T.ADDRESS ORDER BY T.PIECE
If you don't know the SID, you will have to use the username etc. to filter.
- Rajeev
|
Results 1 to 10 of 13
Thread: v$sqlareaThreaded View
|
Click Here to Expand Forum to Full Width |