Oracle 视图 V$SECUREFILE_TIMER 官方解释,作用,如何使用详细说明
本站中文解释
V$SECUREFILE_TIMER视图用于查看Oracle服务器的安全文件计时器的状态。它显示了服务器上每个安全文件之间的时间差异,包括服务器上存在的安全文件的总数以及每个安全文件正确完成在哪一次时间节点发生事件。客户可以使用V$SECUREFILE_TIMER视图检查服务器上每个安全文件之间的时间差异,以确定服务器上安全文件的准确性和可靠性。它显示的信息可帮助系统管理员了解并检查服务器上每个安全文件的状态,检查系统的安全性和权限,并检查安全文件的完整性。
要使用V$SECUREFILE_TIMER视图,只需打开Oracle数据库控制台,输入:select * from v$securefile_timer;
将显示服务器上所有安全文件的状态。查看每个安全文件的完成时间,只需要select 文件名/filename, completion_time from v$securefile_timer;
此外,可以使用where子句来查找特定安全文件的信息,例如select * from v$securefile_timer where file_name=’filename.txt’;
官方英文解释
V$SECUREFILE_TIMER
displays information about time taken (in microseconds) by functions of SecureFiles. These timer values are collected per session.
Column | Datatype | Description |
---|---|---|
|
|
Name of the function |
|
|
ID of the layer that the function belongs to:
|
|
|
Total time taken by the function |
|
|
Maximum time taken by a single call |
|
|
Minimum time taken by a single call |
|
|
Number of times the function was invoked |
|
|
Name of the layer to which the function belongs |
|
|
The ID of the container to which the data pertains. Possible values include:
|