8.197 V$RULE_SET
V$RULE_SET displays rule set statistics. This view has a row for every rule set loaded into shared memory.
               
Note:
Querying the V$RULE_SET view may have a negative impact on performance if a database has a large library cache.
                     
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Owner of the rule set | 
| 
 | 
 | Name of the rule set | 
| 
 | 
 | Total CPU time (in hundredths of a second) spent in evaluation of the rule set | 
| 
 | 
 | Total elapsed time (in hundredths of a second) spent in evaluation of the rule set | 
| 
 | 
 | First time the current cached copy of the rule set was loaded | 
| 
 | 
 | Last time the current cached copy of the rule set was loaded | 
| 
 | 
 | Total elapsed time (in hundredths of a second) spent to load the rule set the last time it was loaded | 
| 
 | 
 | Shared memory (in bytes) used by the rule set | 
| 
 | 
 | Number of times the rule set object was reloaded in shared memory | 
| 
 | 
 | Number of times the rule set object was invalidated | 
| 
 | 
 | Number of evaluations on the rule set | 
| 
 | 
 | Number of evaluations on the rule set, with  | 
| 
 | 
 | Number of evaluations on the rule set, with  | 
| 
 | 
 | Number of evaluations on the rule set which did not internally issue SQL to evaluate rules | 
| 
 | 
 | Total number of SQL statements executed during evaluation of the rule set | 
| 
 | 
 | Total number of fast (indexed) conditions processed during evaluation of the rule set | 
| 
 | 
 | Total number of  | 
| 
 | 
 | Total number of  | 
| 
 | 
 | Total number of calls made to user-defined functions to retrieve variable values (specified by the  | 
| 
 | 
 | Total number of calls made to user-defined functions to retrieve variable method values (specified by the  | 
| 
 | 
 | Total number of calls made to user-defined evaluation functions (specified as the  | 
| 
 | 
 | Number of result cache hits across all the sessions evaluating this rule set | 
| 
 | 
 | Indicates whether this rule set result can be cached ( | 
| 
 | 
 | Number of elements cached within the result cache | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_RULE_ADM.CREATE_EVALUATION_CONTEXT procedure