| OWNER | VARCHAR2(30) | Owner of the rule set | 
| NAME | VARCHAR2(30) | Name of the rule set | 
| CPU_TIME | NUMBER | Total CPU time (in hundredths of a second) spent in evaluation of the rule set | 
| ELAPSED_TIME | NUMBER | Total elapsed time (in hundredths of a second) spent in evaluation of the rule set | 
| FIRST_LOAD_TIME | DATE | First time the current cached copy of the rule set was loaded | 
| LAST_LOAD_TIME | DATE | Last time the current cached copy of the rule set was loaded | 
| LAST_LOADING_TIME | NUMBER | Total elapsed time (in hundredths of a second) spent to load the rule set the last time it was loaded | 
| SHARABLE_MEM | NUMBER | Shared memory (in bytes) used by the rule set | 
| RELOADS | NUMBER | Number of times the rule set object was reloaded in shared memory | 
| INVALIDATIONS | NUMBER | Number of times the rule set object was invalidated | 
| EVALUATIONS | NUMBER | Number of evaluations on the rule set | 
| FIRST_HIT_EVALUATIONS | NUMBER | Number of evaluations on the rule set, with stop_on_first_hitset toTRUE | 
| SIMPLE_RULES_ONLY_EVALUATIONS | NUMBER | Number of evaluations on the rule set, with simple_rules_onlyset toTRUE | 
| SQL_FREE_EVALUATIONS | NUMBER | Number of evaluations on the rule set which did not internally issue SQL to evaluate rules | 
| SQL_EXECUTIONS | NUMBER | Total number of SQL statements executed during evaluation of the rule set | 
| CONDITIONS_PROCESSED | NUMBER | Total number of fast (indexed) conditions processed during evaluation of the rule set | 
| TRUE_RULES | NUMBER | Total number of TRUErules returned during evaluation of the rule set | 
| MAYBE_RULES | NUMBER | Total number of MAYBErules returned during evaluation of the rule set | 
| VARIABLE_VALUE_FUNCTION_CALLS | NUMBER | Total number of calls made to user-defined functions to retrieve variable values (specified by the variable_value_functionfield inRE$VARIABLE_TYPE) made during evaluation of the rule set | 
| VARIABLE_METHOD_FUNCTION_CALLS | NUMBER | Total number of calls made to user-defined functions to retrieve variable method values (specified by the variable_method_functionfield inRE$VARIABLE_TYPE) made during evaluation of the rule set | 
| EVALUATION_FUNCTION_CALLS | NUMBER | Total number of calls made to user-defined evaluation functions (specified as the evaluation_functionargument to theDBMS_RULE_ADM.CREATE_EVALUATION_CONTEXTprocedure) made during evaluation of the rule set |