Oracle Text Reference
Release 9.0.1

Part Number A90121-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

CTX_DDL Package, 21 of 28


REMOVE_INDEX

Removes the index with the specified column list from a CTXCAT index set preference.


Note:

This procedure does not remove a CTXCAT sub-index from the existing index. To do so, you must drop your index and re-index with the modified index set preference. 


Syntax

CTX_DDL.REMOVE_INDEX(

set_name in varchar2,
column_list in varchar2
language in varchar2 default NULL
);
set_name

Specify the name of the index set

column_list

Specify the name of the column list to remove.


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback