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

OMBDESCRIBE MODEL

Purpose

To describe a model. A model is usually composed of types and relationships among them. The only model currently supported is 'OWB'. Using this command you can introspect 'OWB' model to list classes and other type definitions, association definitions and domain definitions.

Prerequisites

Must be connected to a workspace.

Syntax

parseDescribeModelCommand =  OMBDESCRIBE "modelClause" GET ( [ USER_DEFINED
           ] ( [ FIRST_CLASS_OBJECT | SECOND_CLASS_OBJECT | FOLDER | MODULE ] 
          CLASS_DEFINITIONS | ( COMPONENT_DEFINITIONS | FOLDER_DEFINITIONS ) ) |
           TYPE_DEFINITIONS | DOMAIN_DEFINITIONS | ASSOCIATION_DEFINITIONS | 
          PRIMITIVE_TYPES )
     modelClause =  ( MODEL "QUOTED_STRING" | PLATFORM "QUOTED_STRING" | 
          CONFIGURATION_TEMPLATE "QUOTED_STRING" ( ON | OF ) PLATFORM 
          "QUOTED_STRING" )

Parameters

parseDescribeModelCommand

Describe a model. The only model currently supported is 'OWB'.