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

OMBIMPORT METADATA_LOCATION

Purpose

Import metadata from the default metadata location specified in the module. Currently we only support tables/views/sequences for Oracle/Gateway/SAP/MIV modules.

Prerequisites

Must be connected to the repository where the import is to be performed.

Syntax

oracleDBImportCommand =  ( METADATA_LOCATION [ FOR ] IMPORT_ACTION_PLAN 
          "QUOTED_STRING" [ "setImportOptions" ] )
     setImportOptions =  SET OPTIONS "(" "optionNameList" ")" VALUES "(" 
          "optionValueList" ")"
     optionNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     optionValueList =  "optionValue" { "," "optionValue" }
     optionValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

oracleDBImportCommand

To import from the default metadata location based on the import action plan.

QUOTED_STRING

The name of the transient action plan.

setImportOptions

Currently no import options are available to be set.

optionNameList

Comma separated list of option names for import.

UNQUOTED_STRING

An unquoted string representing the name of a option.

optionValueList

Comma separated list of option values for import.

optionValue

The value of an import option.

See Also