tmuth/Logger---A-PL-SQL-Logging-Utility

Event Level Identifier (from click to database)

theplaceboeffect opened this issue · 2 comments

What is the best way to create an identifier that can be carried over from a click on the database through all the relevant logging that was triggered by that click?

The easiest way would be to set the session's client identifier and filter on logger_logs.client_identifier. Note: if the "click" is done in APEX, don't set the client identifier as it will already be set for you.

This article describes how to set a client identifier: http://www.talkapex.com/2013/05/logger-200-enable-session-specific.html It also highlights how to define session specific logging.

This issue was moved to OraOpenSource#53