Refresh Cache (EXT)
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Forces the data in the cache for the specified remote table to be refreshed.
Syntax
REFRESH CACHE ON {remote_table | ALL} [CLEAN]
where:
- remote_table
- is the name of the remote table cache to be refreshed. The remote table name can be a two-part name: schemaname.tablename. When specifying a two-part name, the specified remote table must be mapped in the specified schema, and you must have the privilege to insert, update, and delete objects in the specified schema.
- ALL
- forces all caches to be refreshed.
- CLEAN
- is optional and discards the data in the cache for the specified table or view, or all
cache data if
ALLis specified, and repopulates the cache with the data in the remote table or view.
Notes
- Caches on views are not supported.