I am looking as the following article:
I would like to ask about the IMMEDIATE
and the DEFERRED
part. Sorry I am still confuse and not really understand on it.
in the IMMEDIATE
part, it explain that IMMEDIATE is the default, but it requires an instance attachment to be effective.
, what does it means that requires an instance attachment to be effective? I though it should be straight take effect after I run the command?
For example:
db2 update dbm cfg using diaglevel 4 immediate
Does this direct take effect on my db2diag log files?