Skip Headers
Oracle® Warehouse Builder OMB*Plus Command Reference
11g Release 2 (11.2)

Part Number E14406-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
Mobi · ePub

OMBRETRIEVE OBIEE_BUSINESS_DEFINITION_MODULE

Purpose

Retrieve details of the Oracle BI business definition module.

Prerequisites

Should be in the context of a project or use the full path.

Syntax

retrieveOBIEEModuleCommand =  OMBRETRIEVE OBIEE_BUSINESS_DEFINITION_MODULE 
          "QUOTED_STRING" ( "getPropertiesClause" | "getReferenceLocationClause"
           | "getReferenceDefaultLocationClause" | "getReferenceIconSetClause" |
           "getReferenceLocationsClause" )
     getPropertiesClause =  GET PROPERTIES "(" "propertyNameList" ")"
     getReferenceLocationClause =  GET ( REF | REFERENCE ) LOCATION
     getReferenceDefaultLocationClause =  GET ( REF | REFERENCE ) DEFAULT 
          LOCATION
     getReferenceIconSetClause =  GET ( REF | REFERENCE ) ICONSET
     getReferenceLocationsClause =  GET ( REF | REFERENCE ) LOCATIONS
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }

Parameters

retrieveOBIEEModuleCommand

This command retrieves the details of a Oracle BI business definition module.

QUOTED_STRING

Name of the existing Oracle BI business definition module or path to the Oracle BI business definition module.

getPropertiesClause

Retrieve a set of properties associated with a 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

getReferenceLocationClause

Retrieve the new configuration default data location referenced by this module. This clause is synonymous with getReferenceDefaultLocationClause.

getReferenceDefaultLocationClause

Retrieve the new configuration default data location referenced by this module. This clause is synonymous with getReferenceLocationClause.

getReferenceIconSetClause

Retrieve the icon set referenced by this Oracle BI business definition module.

getReferenceLocationsClause

Retrieve all of the data locations referenced by this module.

propertyNameList

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

OBIEE_BUSINESS_DEFINITION_MODULE Object

Table 19-61 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


See Also

OMBRETRIEVE