sa_refresh_text_indexes system procedure

Refreshes all text indexes defined as MANUAL REFRESH or AUTO REFRESH.

Syntax
sa_refresh_text_indexes( )
Remarks

The sa_refresh_text_indexes system procedure refreshes all text indexes defined as MANUAL REFRESH or AUTO REFRESH. It does not refresh text indexes defined as IMMEDIATE REFRESH (the default) because changes to those indexes are made when data is changed in the underlying table.

Permissions

DBA authority required

Side effects

Automatic commit

See also
Example

The following statement refreshes all MANUAL and AUTO REFRESH text indexes in the database:

CALL sa_refresh_text_indexes( );