提取记录以后,我们就可以把内容输出到控制台。
Once the record has been retrieved, we can output the contents to the console.
可以通过提取记录到关系数据库中的XML消息来显示这些消息。
You can display the XML messages logged to the relational database by extracting them. To do this, complete the following steps.
在代码中加入一个记录枚举器的一个最大好处在于枚举器中包含搜索记录存储以及以排序的顺序提取记录的选项。
One of the primary benefits of incorporating a record enumerator into your code is that it includes options for searching the record store, and for retrieving records in sorted order.
如果该子句未指定任何内容,那么可以提取来自实例中任何数据库的审计记录。
If you do not specify anything for this clause, audit records from all databases in the instance are eligible for extraction.
也可以将审计记录提取到定界 ASCII文件中,然后可以将这些文件装载到DB2关系表中,以便进行分析和查询。
You also have the option to extract audit records into delimited ASCII files, which can then be loaded into DB2 relational tables for analysis and querying.
可以将审计记录从该文件提取到一个文本文件中,以便作进一步的分析。
Audit records can be extracted from this file into a text file that can be analyzed further.
监视过程完成之后,您刷新审计缓冲区,将审计记录提取到定界ASCII文件,然后将这些文件装载到db2表中。
After the monitoring period finished, you flushed the audit buffer, extracted the audit records into delimited ASCII files, then loaded the files into DB2 tables.
通过database子句可以限制只提取一个特定数据库中的记录。
The database clause allows you to limit record extraction to a particular database.
可以根据新的数据记录这个模型,或者将模型信息提取到一个表中。
This model can be scored on new data or model information can be extracted into a table.
清单3展示了使用FILE选项提取的审计记录的一个片段。
Listing 3 shows a snippet of audit records that were extracted using the FILE option.
之所以会生成这条记录,是因为审计功能被配置为在发生提取操作时记录所有审计事件。
This additional record was generated because the audit facility was configured to log all audit events at the time the extraction took place.
清单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.
在这篇文章中,我使用PHP将给定页面中的事件记录提取为xml格式。
In this article, I use PHP to extract the event records from a given page into an XML format.
将审计记录提取到定界ASCII文件之后,就可以将ASCII文件的内容装载到db2表中。
Once you have extracted the audit records into delimited ASCII files, you can load the contents of the ASCII files into DB2 tables.
还可以通过分别指定CATEGORY、DATABASE和status子句来限制所提取的审计记录的数量和类型。
You also have the ability to limit the number and type of audit records extracted by specifying the CATEGORY, DATABASE, and STATUS clauses, respectively.
此操作符从XML数据中提取账户id值,并保留完整的XML记录。
This operator extracts the account ID value from the XML data, and it preserves the full XML record.
该操作符将从XML数据提取账户id值,并保留完整的XML记录。
This operator will extract the account ID value from the XML data and preserve the full XML record.
如果该选项未指定内容,则提取所有记录。
If you do not specify anything for this option, all records are eligible for extraction.
科学家们可以提取特殊的记录,例如,过去6个月,年龄在50至60岁之间,被诊断出患了咽喉癌的病人。
Scientists will be able to pull up the records, for example, of men ages 50 to 60 who were diagnosed with throat cancer in the past six months.
还可以将审计记录提取到有分隔符的ASCII文件中,之后可以将该文件装载到DB2关系表中,以便对其进行分析和查询。
They can also be extracted into delimited ASCII files, which can then be loaded into DB2 relational tables for analysis and querying.
例如,假设只需要将AUDIT事件类型的记录提取到以!
For example, suppose you wanted to only extract the AUDIT event type records into a delimited ASCII format using a!
该系统也将自动提取患者的记录并验证房间是否已准备好了手术进行所必需的东西。
This system will also automatically bring up the patient's records and verify that the room is supplied with everything necessary for a planned surgery.
将提取的审计记录装载到db2表中。
为了从db2audit . log文件中将记录提取到定界ASCII文件,以便将这些定界ASCII文件装载到db 2关系表,可以发出以下db2audit命令。
To extract records from the db2audit.log file into delimited ASCII files that you can then load into db2 relational tables, issue the following db2audit command.
然后从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.
这些记录是从提取过程中生成的 audit.del文件中摘录的。
The records were taken from the audit.del file that was generated in the extraction process.
通过在awk语句中使用NOT操作符,可以指定不应该提取哪些记录。
By using the NOT operator with awk, you can specify what records should NOT be extracted from the report.
真正让我们可以按顺序从记录存储中提取数据的是RecordComparator接口。
But it's the RecordComparator interface that lets us actually retrieve records from the record store in sorted order.
这意味着通过提取操作将产生8条合格的记录。
This means that there will be eight qualifying records produced by the fetch operation.
在从db2audit. log文件提取审计记录之前,发出以下命令将缓冲区中的所有审计记录刷新到磁盘。
Before extracting audit records from the db2audit.log file, flush any remaining audit records in the buffer out to disk by issuing the following command.
应用推荐