清单4展示了从审计日志提取的相同审计记录的一个片段,这次使用DELASC选项和;字段定界符。
Listing 4 shows a snippet of the same audit records that were extracted from the audit log, this time using the DELASC option with a; field delimiter.
然后从db2audit . log文件将记录提取到定界ASCII文件中,这里以分号作为字段定界符,并且只提取状态为FAILURE的CHECKING事件。
You extract the records from the db2audit.log file into ASCII delimited files using the semicolon as the field delimiter character, while only extracting CHECKING events with a FAILURE status.
应用推荐