Trying to know which tables are executed in the oracle external application
问题 I wonder if this could be possible or not. I am using TOAD, connected to an oracle database (11g) and i have access to the oracle E-BUSINESS-SUITE application. Basically, i want Toad to trace what sql are being executed by the oracle E-BUSINESS-SUITE application I have this query: SELECT nvl(ses.username,'ORACLE PROC')||' ('||ses.sid||')' USERNAME, SID, MACHINE, REPLACE(SQL.SQL_TEXT,CHR(10),'') STMT, ltrim(to_char(floor(SES.LAST_CALL_ET/3600), '09')) || ':' || ltrim(to_char(floor(mod(SES.LAST