Oracle® Warehouse Builder OMB*Plus Command Reference 11g Release 2 (11.2) E14406-01 |
|
|
Mobi · ePub |
mdlImportCommand = ( MDL_FILE "QUOTED_STRING" [ "noUpgradeClause" ] [ "includeUserDefsClause" ] [ "useModeClause" | "asSnapshotClause" ] [ "matchByClause" ] [ "includeGrantsClause" ] [ "includeCMIDefsClause" ] [ "controlFileClause" ] [ "supportedLangsClause" ] [ "allowDiffBaseLangClause" ] [ "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" modeValue = ( CREATE_MODE | REPLACE_MODE | UPDATE_MODE | MERGE_MODE ) matchByValue = ( UNIVERSAL_IDENTIFIER | NAMES ) supportedLangsList = "QUOTED_STRING" { "," "QUOTED_STRING" }
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.
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