OMBCREATE OBIEE_BUSINESS_DEFINITION_MODULE

Purpose

To create an Oracle BI business definition module.

Prerequisites

Should be in the context of project.

Syntax

createOBIEEModuleCommand =  OMBCREATE ( OBIEE_BUSINESS_DEFINITION_MODULE 
          "QUOTED_STRING" [ SET ( "setPropertiesClause" [ SET 
          "setReferenceClauseForDataOnlyModule" ] | 
          "setReferenceClauseForDataOnlyModule" ) ] [ 
          "addModuleReferenceLocationClause" ] )
     setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "(" 
          "propertyValueList" ")"
     setReferenceClauseForDataOnlyModule =  ( "setReferenceLocationClause" [ SET
           "setReferenceIconSetClause" ] | "setReferenceIconSetClause" )
     addModuleReferenceLocationClause =  "addReferenceLocationClause" { 
          "addReferenceLocationClause" }
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     setReferenceLocationClause =  ( REFERENCE | REF ) LOCATION "QUOTED_STRING"
     setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
     addReferenceLocationClause =  ADD ( REFERENCE | REF ) LOCATION 
          "QUOTED_STRING" [ SET AS DEFAULT ]
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

createOBIEEModuleCommand

This command creates an Oracle BI business definition module.

QUOTED_STRING

Specify the name of an Oracle BI business definition module to be created.

setPropertiesClause

Associate a set of properties with an Oracle BI business definition module.

getPropertiesClause

Basic properties for OBIEE_BUSINESS_DEFINITION_MODULE:

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: NAME
Business name of a OBIEE business definition module 

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of a OBIEE business definition module

setReferenceClauseForDataOnlyModule

Set data location and/or icon set for the new Oracle BI business definition module.

addModuleReferenceLocationClause

Add data locations to the new Oracle BI business definition module.

propertyNameList

Comma-separated list of property names. Property names are not in quotes.

propertyValueList

Comma-separated list of property values.

setReferenceLocationClause

Set a data location for an Oracle BI business definition module as the new configuration default.

setReferenceIconSetClause

Set icon set for the new Oracle BI business definition module.

addReferenceLocationClause

Add a data location to the new Oracle BI business definition module.

propertyValue

Value for a specified property.

OBIEE_BUSINESS_DEFINITION_MODULE Object

Table 8-59 OBIEE_BUSINESS_DEFINITION_MODULE Object

Property Type Choices Min Max Default Description

DB_LOCATION

STRING

none

none

none

empty string

Location for Business Intelligence Module

DEPLOYABLE

BOOLEAN

true, false

none

none

true

Warehouse Builder generates a set of scripts to create an object only for those objects marked as Deployable = true

MLS_DEPLOYMENT_LANGUAGE

STRING

none

none

none

MLS_BASE_LANGUAGE

MLS Language to be used for deployment