OMBCONN CONTROL_CENTER

Purpose

To connect to a Control Center.

This command can either be used when you are already connected to a workspace on the Design Repository or it can be used independently of a workspace on the Design Repository.

With Design Repository connection:

This command will connect you to the Control Center that is associated with the current Active Configuration.

If this is the DEFAULT_CONTROL_CENTER and it does not have a user and password specified, then you will be connected to the Control Center as the currently connected Design Repository User. This is the typical out-of-the-box scenario. If the DEFAULT_CONTROL_CENTER has a user specified then you will be connected as that user. Note in this case you may have to provide a password.

If this is not the DEFAULT_CONTROL_CENTER, then you will either connect as the user specified against the Control Center or you will have to provide a user with this command. Note that in this situation you will probably have to supply a password.

Without Design Repository connection:

This command can be used to connect to a Control Center independently of a workspace on Design Repository. For example, you may want to OMBDEPLOY a deployment specification that had been previously deployed to the file system or OMBSTART a job. In this case you will have to provide the complete connection details.

Prerequisites

With Design Repository connection:

A Design Repository connection, at least a PROJECT context and the Active Configuration's Selected CONTROL_CENTER must be defined.

Without Design Repository connection:

There must not be a Design Repository connection whenever this method is used.

Syntax

parseConnectRuntimeCommand =  ( ( OMBCONNECT | OMBCONN ) CONTROL_CENTER [ (
           USE "QUOTED_STRING" ) | ( "UNQUOTED_STRING" USE ( REPOSITORY | REPOS 
          | WORKSPACE ) "QUOTED_STRING" ) ] )

Parameters

parseConnectRuntimeCommand

Specify Control Center connect command.

QUOTED_STRING

Specific Control Center:

OMBCONNECT CONTROL_CENTER USE 'scott/tiger'

OMBCONNECT CONTROL_CENTER

Control Center Only:

OMBCONNECT CONTROL_CENTER RepositoryUserName/RepositoryUserPassword@HostName:PortNumber:OracleServiceName' USE REPOSITORY 'RepositorySchema'