Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) Part Number E14406-01 |
|
|
Mobi · ePub |
Imports metadata from a Metadata Loader file, or from the default metadata location specified in the module.
Please refer to OMBHELP OMBIMPORT MDL_FILE or OMBHELP OMBIMPORT METADATA_LOCATION.
ImportCommand = OMBIMPORT [ FROM ] ( "mdlImportCommand" | "oracleDBImportCommand" | "odiKMImportCommand" | "mdlRepositoryImportCommand" ) mdlImportCommand = ( MDL_FILE "QUOTED_STRING" [ "noUpgradeClause" ] [ "includeUserDefsClause" ] [ "useModeClause" | "asSnapshotClause" ] [ "matchByClause" ] [ "includeGrantsClause" ] [ "includeCMIDefsClause" ] [ "controlFileClause" ] [ "supportedLangsClause" ] [ "allowDiffBaseLangClause" ] [ "outputLogClause" ] [ "usingCredentialClause" ] [ "netServiceNameClause" ] ) oracleDBImportCommand = ( METADATA_LOCATION [ FOR ] IMPORT_ACTION_PLAN "QUOTED_STRING" [ "setImportOptions" ] ) odiKMImportCommand = ( CT_FILE "QUOTED_STRING" [ "kmNameClause" ] [ "kmModuleClause" ] ) mdlRepositoryImportCommand = ( ENTIRE_REPOSITORY MDL_FILE "QUOTED_STRING" [ "controlFileClause" ] [ "outputLogClause" ] [ "usingCredentialClause" ] [ "netServiceNameClause" ] ) noUpgradeClause = NO_UPGRADE includeUserDefsClause = INCLUDE_USER_DEFINITIONS useModeClause = USE "modeValue" asSnapshotClause = AS SNAPSHOT "QUOTED_STRING" matchByClause = MATCH_BY "matchByValue" includeGrantsClause = INCLUDE_GRANTS includeCMIDefsClause = INCLUDE_CMI_DEFINITIONS controlFileClause = CONTROL_FILE "QUOTED_STRING" supportedLangsClause = SUPPORTED_LANGUAGES "(" "supportedLangsList" ")" allowDiffBaseLangClause = ALLOW_DIFFERENT_BASE_LANGUAGE outputLogClause = OUTPUT LOG [ TO ] "QUOTED_STRING" usingCredentialClause = USING CREDENTIAL "UNQUOTED_STRING" netServiceNameClause = NET_SERVICE_NAME "QUOTED_STRING" setImportOptions = SET OPTIONS "(" "optionNameList" ")" VALUES "(" "optionValueList" ")" kmNameClause = CT_NAME "QUOTED_STRING" kmModuleClause = CT_FOLDER_NAME "QUOTED_STRING" modeValue = ( CREATE_MODE | REPLACE_MODE | UPDATE_MODE | MERGE_MODE ) matchByValue = ( UNIVERSAL_IDENTIFIER | NAMES ) supportedLangsList = "QUOTED_STRING" { "," "QUOTED_STRING" } optionNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" } optionValueList = "optionValue" { "," "optionValue" } optionValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" | "FLOATING_POINT_LITERAL" )
Import metadata from a Metadata Loader file, or from the default metadata location specified in the module.
Specify that MDL files that are not compatible with current repository version should not be automatically upgraded. The default is to automatically upgrade unless this clause is used.
Specify a new snapshot name into which the contents of the MDL file are to be imported. Use this option to import old archive files as snapshots.
Specify whether import should search for already existing objects using universal identifiers or physical names.
Specify a control file with import options not directly supported by the OMBIMPORT command.
Use to specify that MDL files with a different base langugae than that of the import target repository can be imported.
An unquoted string representing the credential in the format username/password@host:port:servicename.
Name assigned to imported code template. A generated name will be used if this is not set.
CT folder used to contain the code template. If the module name is prefaced by "PUBIC_PROJECT/" the importer will create/use the ct module in the public project. If the PUBLIC_PROJECT is not set, the ct module created/used will be in the current project. If CT_FOLDER_NAME is not set, then the importer will use ODI_KM in the current project.
Import mode. Use CREATE_MODE, REPLACE_MODE, UPDATE_MODE, or MERGE_MODE. The default is CREATE_MODE.
CREATE_MODE: create new metadata only
REPLACE_MODE: replace existing objects only
UPDATE_MODE: replace existing objects and create new metadata
MERGE_MODE: merge existing objects and create new metadata