Bypassed Subquery Unnesting for Anti Join
Columns instead of constants in the SELECT clause of a NOT EXISTS subquery can lead to bad execution plans. Continue Reading
Columns instead of constants in the SELECT clause of a NOT EXISTS subquery can lead to bad execution plans. Continue Reading
Performance issue in the Avaloq backend/frontend interface Continue Reading
A custom OJDBC driver can break patching Continue Reading
Older JDBC versions causing TNS-12599: TNS:cryptographic checksum mismatch Continue Reading
While analyzing complex problems and researching internals in Oracle database, I’ve often had to observe process interaction in slow motion. This requires temporarily suspending a process until another process finishes a relevant chunk of work, and then resume the suspended… Continue Reading
Unaccounted database time in ASH caused by fbar timer wait event. Continue Reading
A hidden dependency in emcli Continue Reading
A fully-fledged gdb script for tracing library cache locks Continue Reading
Library cache lock allocations aren’t instrumented in Oracle database, but we can extract this information with debugger. Continue Reading
A frequently executed SQL causes problems with the initial incremental statistics calculation. Continue Reading