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")
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.
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
It's ridiculous the PLD does not have this feature PLUS "Named SQL" (right now it takes a plug-in) built in.