Connor McDonald
Connor McDonald
I found that enumerating the symbols in advance, and exchanging the MOD for subtraction gives a little perf boost. Around 15% on my machine. ``` create or replace function basex2...
Valid point, but two things 1) its pretty selective because it limits the usage to 19.10 or greater 2) that does introduce the potential of performance overheads because we don't...
Hi Ottmar, Thanks firstly for catching the varchar2(10). Obviously I've never hit anyone with any large schema names :-) Whilst I like the idea of only logging a row if...
Anything the "increases suppressed" suggests an update to me...and update means increased risk of contention. In particular, in a typical mid-tier environment, you'd expect HOST/OS_USER to be fixed for many...
MODULE and ACTION are already captured in AUDIT_HEADER. I'll keep you posted on thoughts/progress.