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 ANALYZE_ACTION_PLAN

Purpose

To retrieve a profile action plan.

Prerequisites

An action plan for profiling must already exist.

Syntax

RetrieveActionPlanCommand =  ( OMBRETRIEVE ( ( DEPLOYMENT_ACTION_PLAN | 
          ANALYZE_ACTION_PLAN | CORRECTION_SCHEMA_ACTION_PLAN | 
          CORRECTION_MAPS_ACTION_PLAN ) ) "QUOTED_STRING" ) ( "getActionsClause"
           | "retrieveActionClause" )
     getActionsClause =  GET ACTIONS
     retrieveActionClause =  ACTION "QUOTED_STRING" ( GET ( 
          "getPropertiesClause" | "getReferenceClause" ) )
     getPropertiesClause =  PROPERTIES "(" "propertyNameList" ")"
     getReferenceClause =  ( REF | REFERENCE )
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }

Parameters

RetrieveActionPlanCommand

Retrieve a profile action plan

getActionsClause

Get a list of actions from an action plan.

retrieveActionClause

Retrieve a set of properties or the associated object of an action.

QUOTED_STRING

Action name

getPropertiesClause

Retrieve a set of properties that is associated with an action.

getReferenceClause

Retrieve the object associated with an action.

propertyNameList

Comma separated list of property names. Property names are unquoted.