Home > Contents > Index >
ics:flushcatalog
Flushes the internal memory cache for a table (known previously as a "catalog" in earlier verisions of the product).
Syntax
<ics:flushcatalog catalog="some table"/>Parameters
catalog (required)
- Name of the table to be flushed.
Description
The
ics:flushcatalog
command flushes the internal memory cache for a table (known previously as a "catalog" in earlier verisions of the product). Use this command if you want to clear a table's cache after a table update using a non-Sites mechanism.
ics:flushcatalog
can also force cache clearing when the SQL used to select against a table has performed a join with other catalogs and the system may hold the cached information for either table.Error Numbers
The possible values of
errno
include:
Value Description -105 Database error.Example
The following example flushes the table for the
Article
table<ics:flushcatalog catalog="Article"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.