I recently found another use for sql_exec_id. It’s also included in v$open_cursor and not null there for the currently executing statements. I used it in a BEFORE DDL trigger to get more information about the triggering statement (via v$sqlarea).
↧
I recently found another use for sql_exec_id. It’s also included in v$open_cursor and not null there for the currently executing statements. I used it in a BEFORE DDL trigger to get more information about the triggering statement (via v$sqlarea).