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

OMBCOMPILE

Purpose

This command compiles an repository object. The results are generated in a file in a user defined directory.

Prerequisites

In the context of a Oracle Module.

Syntax

parseCompileCommand =  OMBCOMPILE ( ( EXPERT | EXPERT_MODULE | CT | 
          CT_FOLDER | TABLE | VIEW | SEQUENCE | MATERIALIZED_VIEW | DIMENSION | 
          CUBE | DATA_AUDITOR | MAPPING | REAL_TIME_MAPPING | 
          TRANSPORTABLE_MODULE | BUSINESS_DEFINITION_MODULE | 
          OBIEE_BUSINESS_DEFINITION_MODULE | EXTERNAL_TABLE | OBJECT_TYPE | 
          NESTED_TABLE | VARYING_ARRAY | COLLECTION | CONNECTOR | 
          ALTERNATIVE_SORT_ORDER | LIST_OF_VALUES | DRILL_TO_DETAIL | 
          BUSINESS_AREA | CATALOG_FOLDER | DRILL_PATH | ITEM_FOLDER | 
          LOGICAL_TABLE | REGISTERED_FUNCTION | PACKAGE | FUNCTION | PROCEDURE |
           TABLE_FUNCTION | PLSQL_RECORD_TYPE | PLSQL_TABLE_TYPE | 
          PLSQL_REF_CURSOR_TYPE | ADVANCED_QUEUE | QUEUE_TABLE | 
          QUEUE_PROPAGATION | PROCESS_FLOW_PACKAGE | PROCESS_FLOW_MODULE | 
          CALENDAR | CALENDAR_MODULE | FOLDER | WEB_SERVICE | 
          APPLICATION_SERVER_MODULE | WEB_SERVICE_PACKAGE ) "QUOTED_STRING" [ 
          "getOutputValidationResults" ] [ "getOutputGeneratedScripts" ] [ 
          "getReadableOutputGeneratedScripts" ] )
     getOutputValidationResults =  OUTPUT [ VALIDATION_RESULT ] TO ( 
          "QUOTED_STRING" | ( FILE "QUOTED_STRING" ) ) WRITE ( ( "(" ( ( SUCCESS
           | WARNING | ERROR ) [ "," ] )+ ")" ) | ALL | SUCCESS | WARNING | 
          ERROR )
     getOutputGeneratedScripts =  OUTPUT GENERATION_SCRIPTS TO ( "QUOTED_STRING"
           | ( FILE "QUOTED_STRING" ) )
     getReadableOutputGeneratedScripts =  OUTPUT READABLE GENERATION_SCRIPTS TO 
          "QUOTED_STRING"

Parameters

parseCompileCommand

This command compiles a repository object.

QUOTED_STRING

The name of the object.

getOutputValidationResults

This clause outputs the validation results to one or more files in the specified folder.

QUOTED_STRING

A file or directory where validation results are stored.

getOutputGeneratedScripts

This clause outputs the generated scripts for an object to one or more files in specified folder.

QUOTED_STRING

A file or directory where generated scripts are stored.

getReadableOutputGeneratedScripts

This clause outputs all the readable scripts contained in the generated file (such as an EAR file) for an object to one or more files in specified folder.

QUOTED_STRING

A file or directory where generated scripts are stored.

See Also

OMBVALIDATE