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 | VARCHAR2(50) | Name of the function | 
| LAYER_ID | NUMBER | ID of the layer that the function belongs to: 
 | 
| OWNTIME | NUMBER | Total time taken by the function | 
| MAXTIME | NUMBER | Maximum time taken by a single call | 
| MINTIME | NUMBER | Minimum time taken by a single call | 
| INVOCATIONS | NUMBER | Number of times the function was invoked | 
| LAYER_NAME | VARCHAR2(50) | Name of the layer to which the function belongs |