Reset Autorefresh State
Incremental autorefresh does not work if the TRUNCATE
statement is used on an Oracle database base table. If TRUNCATE
is used on an Oracle database base table, then you must reset autorefresh by using the ALTER CACHE GROUP
statement to set the autorefresh state to OFF
followed by another ALTER CACHE GROUP
to reset the autorefresh state to ON
.