Loading and Refreshing a Static Cache Group with Autorefresh
If the autorefresh state of a static cache group is PAUSED, the
        autorefresh state is changed to ON after a LOAD CACHE
            GROUP or REFRESH CACHE GROUP statement issued on the cache
        group completes.
               
The following restrictions apply when manually loading or refreshing a static cache group with autorefresh:
- 
                     A LOAD CACHE GROUPstatement can only be issued if the cache tables are empty.
- 
                     The autorefresh state must be PAUSEDbefore you can issue aLOAD CACHE GROUPstatement.
- 
                     The autorefresh state must be PAUSEDbefore you can issue aREFRESH CACHE GROUPstatement.
- 
                     A LOAD CACHE GROUPstatement cannot contain aWHEREclause.
- 
                     A LOAD CACHE GROUPorREFRESH CACHE GROUPstatement cannot contain aWITH IDclause.
- 
                     A REFRESH CACHE GROUPstatement cannot contain aWHEREclause.
- 
                     All tables and columns referenced in a WHEREclause when loading the cache group must be fully qualified. For example:owner.table_nameandowner.table_name.column_name
When an autorefresh operation occurs on a static cache group, all committed inserts, updates and deletes on the cached Oracle Database tables since the last autorefresh cycle are refreshed into the cache tables. New cache instances may be loaded into the cache tables. Cache instances that already exist in the cache tables are updated or deleted if the corresponding rows in the cached Oracle Database tables have been updated or deleted.