TimesTen Error Messages

TT-08265

To use AUTOREFRESH, all the tables in the cache group must be READONLY or all the tables in the cache group must be PROPAGATE


Cause

You cannot specify AUTOREFRESH with propagation disabled (NOT PROPAGATE). A cache group that is using AUTOREFRESH must be marked either PROPAGATE or READONLY. By default, cache tables are marked NOT PROPAGATE.


Action

If the cache group is not READONLY, you must explicitly mark each table either PROPAGATE or READONLY. This is to avoid overwriting changes during the next C operation. For more information about propagation, see PROPAGATE Cache Table Attribute in Oracle TimesTen In-Memory Database Cache Guide. For more information about AUTOREFRESH cache groups, see Automatically Refreshing a Cache Group in the Oracle TimesTen In-Memory Database Cache Guide.


Additional Information

TimesTen cannot complete the operation.