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

Views, 3 of 48


CTX_INDEXES

This view displays all indexes that are registered in the Text data dictionary for the current user. It can be queried by CTXSYS.

Column Name  Type  Description 

IDX_ID 

NUMBER 

Internal index id. 

IDX_OWNER 

VARCHAR2(30) 

Owner of index. 

IDX_NAME 

VARCHAR2(30) 

Name of index. 

IDX_TABLE_OWNER 

VARCHAR2(30) 

Owner of table. 

IDX_TABLE 

VARCHAR2(30) 

Table name. 

IDX_KEY_NAME 

VARCHAR2(256) 

Primary key column(s). 

IDX_TEXT_NAME 

VARCHAR2(30) 

Text column name. 

IDX_DOCID_COUNT 

NUMBER 

Number of documents indexed. 

IDX_STATUS 

VARCHAR2(12) 

Status. 

IDX_LANGUAGE_COLUMN 

VARCHAR2(256) 

Name of the language column in base table. 

IDX_FORMAT_COLUMN 

VARCHAR2(256) 

Name of the format column in base table. 

IDX_CHARSET_COLUMN 

VARCHAR2(256) 

Name of the charset column in base table. 


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