|
select * from v $ sql; or select sql_text from v $ sqlarea;
Also:
You can use P6SPY + SQLProfiler, P6SPY + IronEye SQL in our J2EE application to get all the SQL requests issued by the J2EE application.
If anyone is interested in P6SPY + SQLProfiler, P6SPY + IronEye SQL (both open source projects), please contact me. |
|