Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) Part Number E14406-01 |
|
|
alterTimeDimensionCommand = OMBALTER TIME_DIMENSION "TimeDimensionName" ( ( "renameDimensionClause" [ "setPropertiesClause" ] | "setPropertiesClause" ) | "setFiscalPropertyClause" | "renameMapClause" | "useSequenceClause" | ( "addDimensionRoleClause" | DELETE ( "deleteDimensionRoleClause" | "deleteLevelClause" ) | MODIFY ( "modifyDimensionRoleClause" | "modifyLevelClause" ) )+ | ( { "addCalendarHierarchyClause" | "modifyCalendarHierarchyClause" | "addFiscalCalendarHierarchyClause" | "modifyFiscalCalendarHierarchyClause" | "deleteHierarchyClause" } [ "implementationClause" ] [ "populationClause" ] ) ) TimeDimensionName = "QUOTED_STRING" renameDimensionClause = RENAME DIMENSION TO "QUOTED_STRING" setPropertiesClause = SET PROPERTIES "propertyKeyList" VALUES "propertyValueList" setFiscalPropertyClause = "setFiscalPropertiesClause" renameMapClause = RENAME MAPPING TO "QUOTED_STRING" useSequenceClause = SET REF SEQUENCE "QUOTED_STRING" addDimensionRoleClause = ADD DIMENSION_ROLE "roleName" [ "setPropertiesClause" ] deleteDimensionRoleClause = DIMENSION_ROLE "roleName" deleteLevelClause = "levelLocator" modifyDimensionRoleClause = DIMENSION_ROLE "roleName" RENAME TO "roleName" [ "setPropertiesClause" ] modifyLevelClause = "levelLocator" ( "renameClause" [ "setPropertiesClause" ] ) addCalendarHierarchyClause = ADD ( ( NORMAL_CALENDAR HIERARCHY "hierarchyName" [ "setPropertiesClause" ] SET ( REF | REFERENCE ) "normalCalendarLevelList" ) | ( WEEK_CALENDAR HIERARCHY "hierarchyName" [ "setPropertiesClause" ] SET ( REF | REFERENCE ) "weekCalendarLevelList" ) ) modifyCalendarHierarchyClause = MODIFY ( ( NORMAL_CALENDAR "hierarchyLocator" ( [ "renameClause" ] [ "setPropertiesClause" ] SET ( REF | REFERENCE ) "normalCalendarLevelList" ) ) | ( WEEK_CALENDAR "hierarchyLocator" [ "renameClause" ] [ "setPropertiesClause" ] SET ( REF | REFERENCE ) "weekCalendarLevelList" ) ) addFiscalCalendarHierarchyClause = ADD FISCAL_CALENDAR HIERARCHY "hierarchyName" [ "setPropertiesClause" ] SET ( REF | REFERENCE ) "fiscalCalendarLevelList" modifyFiscalCalendarHierarchyClause = MODIFY FISCAL_CALENDAR "hierarchyLocator" [ "renameClause" ] [ "setPropertiesClause" ] SET ( REF | REFERENCE ) "fiscalCalendarLevelList" deleteHierarchyClause = DELETE "hierarchyLocator" implementationClause = IMPLEMENTED BY ( STAR | SNOWFLAKE ) [ USING COMPOSITE_UNIQUE_KEY ] populationClause = POPULATE DATA FROM "calendarYear" FOR "yearCount" YEARS propertyKeyList = "(" "propertyKey" { "," "propertyKey" } ")" propertyValueList = "(" "propertyValue" { "," "propertyValue" } ")" setFiscalPropertiesClause = SET FISCAL_CALENDAR PROPERTIES "propertyKeyList" VALUES "propertyValueList" roleName = "QUOTED_STRING" levelLocator = LEVEL "levelName" renameClause = RENAME TO "QUOTED_STRING" hierarchyName = "QUOTED_STRING" normalCalendarLevelList = "(" ( "normalCalendarLevelType" LEVEL [ "levelName" ] [ "setPropertiesClause" ] ) { "," "normalCalendarLevelType" LEVEL [ "levelName" ] [ "setPropertiesClause" ] } ")" weekCalendarLevelList = "(" ( "weekCalendarLevelType" LEVEL [ "levelName" ] [ "setPropertiesClause" ] ) { "," "weekCalendarLevelType" LEVEL [ "levelName" ] [ "setPropertiesClause" ] } ")" hierarchyLocator = HIERARCHY "hierarchyName" fiscalCalendarLevelList = "(" ( "fiscalCalendarLevelType" LEVEL [ "levelName" ] [ "setPropertiesClause" ] ) { "," "fiscalCalendarLevelType" LEVEL [ "levelName" ] [ "setPropertiesClause" ] } ")" calendarYear = "INTEGER_LITERAL" yearCount = "INTEGER_LITERAL" propertyKey = "UNQUOTED_STRING" propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" | "FLOATING_POINT_LITERAL" ) levelName = "QUOTED_STRING" normalCalendarLevelType = ( DAY | CALENDAR_MONTH | CALENDAR_QUARTER | CALENDAR_YEAR ) weekCalendarLevelType = ( DAY | CALENDAR_WEEK ) fiscalCalendarLevelType = ( DAY | FISCAL_WEEK | FISCAL_MONTH | FISCAL_QUARTER | FISCAL_YEAR )
This clause sets the following properties:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
This clause renames the map that is created by the OMBCREATE TIME_DIMENSION command.
This clause allows to rename the dimension role, or it change the dimension role's properties.
This clause adds a new hierarchy to the time dimension by: renaming the hierarchy, setting of hierarchy properties, or setting level references.
This clause modifies a hierarchy of the time dimension by: renaming the hierarchy, setting of hierarchy properties, or setting level references.
This clause modifies a fiscal hierarchy of the time dimension by: renaming the fiscal hierarchy, setting of fiscal hierarchy properties, or setting fiscal level references.
This clause specifies the starting year and the number of years for which data will be populated.
This clause sets the following properties:
Fiscal types allowed in OWB time dimension. Name: FISCAL_TYPE
Type: STRING
Valid Values: '544', '445'
Default: '544'
Fiscal calendar year start date, it could be any date of a year.
Name: FISCAL_CALENDAR_START_YEAR
Type: STRING
Valid Values: Dates in these format 'DD-MON-YYYY' or 'DD-MM-YYYY'
Default: '01-JAN-2000'
The day of the week when the fiscal year begins.
Name: FISCAL_CALENDAR_START_DAY_OF_WEEK
Type: STRING
Valid Values: 'MONDAY', 'TUESDAY', 'WEDNESDAY', 'THURSDAY', 'FRIDAY', 'SATURDAY', 'SUNDAY'
Default: 'false'
Basic properties for TIME DIMENSION, TIME DIMENSION MAP, DIMENSION_ATTRIBUTE, LEVEL, LEVEL_ATTRIBUTE and HIERARCHY: Basic properties for TIME DIMENSION : Name: BUSINESS_NAME Type: STRING(200) Valid Values: Any valid character string in supported character set. Default: Empty string Business name of the Time Dimension Name: DESCRIPTION Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string Description of the Time Dimension Name: STORAGE Type: STRING Valid Values: 'RELATIONAL', 'AW' Default: 'RELATIONAL' The storage of a dimension can be AW or relational Name: AW_NAME Type: STRING(32) Valid Values: Any valid character string in supported character set. Default: Empty string Set the analytical workspace name where the dimension is implemented Name: AW_DIMENSION_NAME Type: STRING(32) Valid Values: Any valid character string in supported character set. Default: Empty string Set the Analytical Workspace dimension physical object name Basic properties for TIME MAP : Name: BUSINESS_NAME Type: STRING(200) Valid Values: Any valid character string in supported character set. Default: Empty string Business name of the Time Dimension Map Name: DESCRIPTION Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string Description of the Time Dimension Map Basic properties for DIMENSION_ATTRIBUTE: Name: BUSINESS_NAME Type: STRING(200) Valid Values: Any valid character string in supported character set. Default: Empty string Business name of the Dimension_Attribute Name: DESCRIPTION Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string
Type of Normal Calendar Levels: DAY, CALENDAR_MONTH, CALENDAR_QUARTER, CALENDAR_YEAR
Type of Fiscal Calendar Type: DAY, FISCAL_WEEK, FISCAL_MONTH, FISCAL_QUARTER, FISCAL_YEAR
Table 4-63 DIMENSION Object
Property | Type | Choices | Min | Max | Default | Description |
---|---|---|---|---|---|---|
DEPLOYABLE |
BOOLEAN |
true, false |
none |
none |
true |
Warehouse Builder generates a set of scripts to create an object only for those object marked as Deployable = true |
DEPLOYMENT_OPTIONS |
STRING |
DEPLOY_ALL, DEPLOY_DATA_OBJECTS_ONLY, DEPLOY_TO_CATALOG_ONLY |
none |
none |
DEPLOY_DATA_OBJECTS_ONLY |
Warehouse Builder generates a set of scripts for Dimension, they are DDL Scripts for Relational Dimensional or Scripts for ROLAP or or Scripts for AW. |
ENABLE_MV_REFRESH |
BOOLEAN |
true, false |
none |
none |
false |
Enable MV Refresh |
GENERATION_COMMENTS |
STRING |
none |
none |
none |
empty string |
Enter additional comments for the generated code. |
MVCONSTRAINTS |
STRING |
, ENFORCED, TRUSTED |
none |
none |
TRUSTED |
MV Constraints |
NEXTDATE |
STRING |
none |
none |
none |
empty string |
Refresh Next Date |
REFRESH |
STRING |
, COMPLETE, FAST, FORCE |
none |
none |
FORCE |
Refresh Mode |
REFRESH_ON |
STRING |
, DEMAND, ONDATE |
none |
none |
DEMAND |
Refresh On |
STARTWITH |
STRING |
none |
none |
none |
empty string |
Refresh Start Date |
VIEW_NAME |
STRING(30) |
none |
none |
none |
empty string |
Name of the view that is generated to hide the control rows on the dimension implementation table of a star schema. If this field is left blank, the view name will default to '<Name of Dimension>_v' |
VISIBLE |
BOOLEAN |
true, false |
none |
none |
true |
The Dimension is visible to OLAP end user if value is set = true. |