You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
for p_name. Which is of course correct. But the alternative would be to have a constant for every parameter and variable of interest and in every proc/fkt which is in my opinion huge overkill as demonstrated here:
When using the OraLogger (Link) the following code to append parameters is used often:
logger.append_param(p_params =>l_params, p_name => 'p_param1_todo', p_val => p_param1_todo);This will always give me
for p_name. Which is of course correct. But the alternative would be to have a constant for every parameter and variable of interest and in every proc/fkt which is in my opinion huge overkill as demonstrated here:
And the Logger Text ( logger.log_error('Hardcoded error text'); ) should also be ignored in my opinion.