Oracle8i interMedia Text Reference
Release 2 (8.1.6)

A77063-01

Library

Product

Contents

Index

Prev Up Next

CTX_DDL Package, 23 of 24


SYNC_INDEX

Synchronizes the index to process inserts, updates, and deletes. This is the same as synchronizing with ALTER INDEX.

Syntax

ctx_ddl.sync_index(idx_name  in  varchar2 default NULL); 
idx_name

Specify the name of the index.

Example

begin
ctx_ddl.sync_index(myindex);
end;

Related Topics

ALTER INDEX in Chapter 2.


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index