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

OMUSTART EXPERT

Purpose

To start running the expert assistant.

Prerequisites

Connect to a repository.

Syntax

parseStartExpertCommand =  OMUSTART ( GUIDED_ASST | EXPERT "QUOTED_STRING" 
          [ "parameterClause" ] )
     parameterClause =  WITH PARAMETERS "(" "parameterNameList" ")" VALUES "(" 
          "parameterValueList" ")"
     parameterNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     parameterValueList =  "parameterValue" { "," "parameterValue" }
     parameterValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

parseStartExpertCommand

Start an expert.

parameterClause

Supply a list of input parameter values to be passed into the expert.

parameterNameList

The list of input parmater names.

parameterValueList

The list of parameter values to be passed in.

parameterValue

A parameter value in quoted string, can be STRING, NUMBER, BOOLEAN or ARRAY.