Log EVERY SINGLE SQL/PLSQL Sent

RobertK

Member³
Is there a way to ensure the logging of every single SQL/PLSQL sent to Server, in my version or newer version ?
(regradless of which application "window")

 
Last edited:
If you're trying to debug a problem, there's the "debugsql" parameter. Alternatively you can use a program like Wireshark to capture all Sql*Net traffic.
 
Worker said:
If you're trying to debug a problem,

No, No just pure and simple thing - logging/recording ALL SQL/PL-SQLs sent --- that's all.
I don't know why the AA guys don't f-ing get it.
scratch.gif

Some of us do nothing but run all sorts of queries all day long y'know and just want to keep track of them....

Thanks for the suggestion
 
Last edited:
patch said:
You can find a (freeware) tool for this at TOADWorld.

Oh, yes, I tried this some months ago. Stopped using it because:
1) Must launch it separately
2) it logs PLSQLDevelopers queries too, absolutely everything --- too much data :eek:

It's ridiculous the PLD does not have this feature PLUS "Named SQL" (right now it takes a plug-in) built in.
 
Last edited:
Back
Top