Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.relational
Interface IndexPhysicalProperties


public interface IndexPhysicalProperties

IndexPhysicalProperties interface contains the physical property names for IndexPhysicalProperties.


Field Summary
static java.lang.String DEPLOYABLE
          Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true
static java.lang.String INDEX_TABLESPACE
          Tablespace to store Index on Table Constraint
static java.lang.String INDEX_TYPE
          The types of Indexes created on Materialized View are BITMAP, UNIQUE or a non-specific index.
static java.lang.String LOCAL_INDEX
          A local index is constructed so that it reflects the structure of the underlying table.
static java.lang.String LOGGING_MODE
          Recovery requirements for a data warehouse : Logging or not logging to Redo Log File.
static java.lang.String PARALLEL_ACCESS_MODE
          Enables or disables parallel processing when the table is created.
static java.lang.String TABLESPACE
          Use the Tablespace parameter to specify the name of tablespace.
static java.lang.String USING_INDEX
          Use of Index on Table Constraint

 

Field Detail

LOCAL_INDEX

public static final java.lang.String LOCAL_INDEX
A local index is constructed so that it reflects the structure of the underlying table. It is equipartitioned with the underlying table, meaning that it is partitioned on the same columns as the underlying table, creates the same number of partitions or subpartitions, and gives them the same partition bounds as corresponding partitions of the underlying table.
See Also:
Constant Field Values

TABLESPACE

public static final java.lang.String TABLESPACE
Use the Tablespace parameter to specify the name of tablespace.
See Also:
Constant Field Values

LOGGING_MODE

public static final java.lang.String LOGGING_MODE
Recovery requirements for a data warehouse : Logging or not logging to Redo Log File.
See Also:
Constant Field Values

DEPLOYABLE

public static final java.lang.String DEPLOYABLE
Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true
See Also:
Constant Field Values

PARALLEL_ACCESS_MODE

public static final java.lang.String PARALLEL_ACCESS_MODE
Enables or disables parallel processing when the table is created. Also enables or disables parallel processing or access.
See Also:
Constant Field Values

USING_INDEX

public static final java.lang.String USING_INDEX
Use of Index on Table Constraint
See Also:
Constant Field Values

INDEX_TABLESPACE

public static final java.lang.String INDEX_TABLESPACE
Tablespace to store Index on Table Constraint
See Also:
Constant Field Values

INDEX_TYPE

public static final java.lang.String INDEX_TYPE
The types of Indexes created on Materialized View are BITMAP, UNIQUE or a non-specific index.
See Also:
Constant Field Values

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.