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

B12155-01

oracle.owb.dimensional
Interface DimensionPhysicalProperties


public interface DimensionPhysicalProperties

DimensionPhysicalProperties interface contains the physical property names for DimensionPhysicalProperties.


Field Summary
static java.lang.String ANALYZE_TABLE_ESTIMATE_PERCENT
          Value represents the sample size as a percentage of total rows.
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 GENERATE_DIMENSION
          Generate script to create the dimension object.
static java.lang.String GENERATE_TABLE
          Generate a script to create the dimension table.
static java.lang.String HASH_PARTITION_TABLESPACE_LIST
          A comma separated list of tablespaces to use for [sub]partition storage.
static java.lang.String HASH_SUBPARTITION_NUMBER
          To create Hash partition, specify the number of Hash subpartition
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.

 

Field Detail

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

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

GENERATE_DIMENSION

public static final java.lang.String GENERATE_DIMENSION
Generate script to create the dimension object. Set this parameter to true only when the warehouse requires the hierarchy and level information.
See Also:
Constant Field Values

GENERATE_TABLE

public static final java.lang.String GENERATE_TABLE
Generate a script to create the dimension table.
See Also:
Constant Field Values

HASH_SUBPARTITION_NUMBER

public static final java.lang.String HASH_SUBPARTITION_NUMBER
To create Hash partition, specify the number of Hash subpartition
See Also:
Constant Field Values

ANALYZE_TABLE_ESTIMATE_PERCENT

public static final java.lang.String ANALYZE_TABLE_ESTIMATE_PERCENT
Value represents the sample size as a percentage of total rows. When set to a nonzero value, Builder generates a DDL script to analyze the table.
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

HASH_PARTITION_TABLESPACE_LIST

public static final java.lang.String HASH_PARTITION_TABLESPACE_LIST
A comma separated list of tablespaces to use for [sub]partition storage.
See Also:
Constant Field Values

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.