Prerequisites
You must not be connected to a design repository. If connected, then use OMBDISCONNECT to disconnect.
This command only supports an exported entire repository metadata loader file. Importing an entire repository requires the OWBSYS credentials.
Syntax
mdlRepositoryImportCommand = ( ENTIRE_REPOSITORY MDL_FILE "QUOTED_STRING"
[ "controlFileClause" ] [ "outputLogClause" ] [
"usingCredentialClause" ] [ "netServiceNameClause" ] )
controlFileClause = CONTROL_FILE "QUOTED_STRING"
outputLogClause = OUTPUT LOG [ TO ] "QUOTED_STRING"
usingCredentialClause = USING CREDENTIAL "UNQUOTED_STRING"
netServiceNameClause = NET_SERVICE_NAME "QUOTED_STRING"
Parameters
mdlRepositoryImportCommand
Import an entire repository from a metadata loader file.
QUOTED_STRING
Enclose the name of the imported repository file in single quotes.
controlFileClause
Specify a control file with import options not directly supported by the OMBIMPORT command.
QUOTED_STRING
Enclose the control file name in single quotes.
outputLogClause
Log file for import messages and statistics.
QUOTED_STRING
Enclose the log file name in single quotes.
usingCredentialClause
Specify the credential string which is used to connect to the repository.
UNQUOTED_STRING
An unquoted string representing the credential in the format username/password@host:port:servicename.
netServiceNameClause
Specify the net service name which is used to connect to the repository.
QUOTED_STRING
Enclose the net service name in single quotes.