Oracle8i interMedia Text Migration
Release 2 (8.1.6)

A77061-01

Library

Product

Contents

Index

Prev Up Next

Indexing, 9 of 14


Rebuilding an Index

You can rebuild a valid index using ALTER INDEX. You might rebuild an index when you want to index with a new preference.

See Also:

To learn more about the ALTER INDEX command syntax for rebuilding an index, see the Oracle8i interMedia Text Reference

Example

The following command rebuilds the index, replacing the lexer preference with my_lexer.

ALTER INDEX newsindex rebuild parameters('replace lexer my_lexer');

Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index