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

B12155-01

oracle.owb.relational
Interface MaterializedViewPhysicalProperties


public interface MaterializedViewPhysicalProperties

MaterializedViewPhysicalProperties interface contains the physical property names for MaterializedViewPhysicalProperties.


Field Summary
static java.lang.String BASE_TABLES
          Comma separated list of base tables.
static java.lang.String BUILD
          Immediate : populates the view when it is created.
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 HASH_PARTITION_TABLESPACE_LIST
          A comma separated list of tablespaces to use for [sub]partition storage.
static java.lang.String HASH_SUBPARTITION_NUMBER
          Hash SubPartition Number
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 QUERY_REWRITE
          Enable marks the View eligible for query rewrite and disable marks the View ineligible for query rewrite
static java.lang.String REFRESH
          Complete : specifies the complete refresh method implemented by executing the query of the view.
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

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

TABLESPACE

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

QUERY_REWRITE

public static final java.lang.String QUERY_REWRITE
Enable marks the View eligible for query rewrite and disable marks the View ineligible for query rewrite
See Also:
Constant Field Values

HASH_SUBPARTITION_NUMBER

public static final java.lang.String HASH_SUBPARTITION_NUMBER
Hash SubPartition Number
See Also:
Constant Field Values

BASE_TABLES

public static final java.lang.String BASE_TABLES
Comma separated list of base tables.
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

REFRESH

public static final java.lang.String REFRESH
Complete : specifies the complete refresh method implemented by executing the query of the view. Fast : specifies the incremental refresh method which refreshes the view according to changes that have occurred to the master tables. Force : specifies that when a refresh occurs, Oracle performs a fast refresh if possible or a complete refresh otherwise.
See Also:
Constant Field Values

BUILD

public static final java.lang.String BUILD
Immediate : populates the view when it is created. Deferred : delays population until the next refresh operation.
See Also:
Constant Field Values

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.