DBA Data[Home] [Help] [Dependency Information]


TABLE: OKI.OKI_DBI_INDEXES

Object Details
Object Name: OKI_DBI_INDEXES
Object Type: TABLE
Owner: OKI
Subobject Name:
Status: VALID


Table that stores the MV I_SNAP index and regular column indexes. This table is only used by MV that are refreshed after having dropped their indexes


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKI_DBI_INDEXES_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnINDEX_NAME
Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (50) Yes Materilaized View name of indexes
INDEX_NAME VARCHAR2 (200) Yes Index name of the materialized view
CREATE_STMT VARCHAR2 (4000)
Statement to create the INdex
CREATION_DATE DATE

creation date
CREATED_BY NUMBER (15)
Standard who columns
LAST_UPDATE_DATE DATE

Standard who columns
LAST_UPDATED_BY NUMBER (15)
Standard who columns
LAST_UPDATE_LOGIN NUMBER (15)
Standard who columns
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TABLE_NAME
,      INDEX_NAME
,      CREATE_STMT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OKI.OKI_DBI_INDEXES;

Dependencies

[top of page]

OKI.OKI_DBI_INDEXES does not reference any database object

OKI.OKI_DBI_INDEXES is referenced by following:

SchemaAPPS
SynonymOKI_DBI_INDEXES