Oracle8i interMedia Text Reference
Release 2 (8.1.6)

Part Number A77063-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

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.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index