alexeionin

Results 4 comments of alexeionin

The logger should not interfere with the application's transaction management logic under any circumstances. We must not create a new transaction! If the application hasn't opened a new transaction yet,...

I would like to see in the new column simply the current value dbms_transaction.local_transaction_id, so that I can track the moment when transaction management actions have taken place inside the...

If we store values inside a JSON object instead of columns, which will be stored in a separate VARCHAR2 column in logger_logs table, we will lose by the amount of...

Is it better to use logger.log_error procedure instead of logger.log to save the error? I suggest adding a detection of the presence of an error in the logger.log and if...