OMBCONNECT

Purpose

To connect to a OWB workspace.

Prerequisites

Must not be connected to another OWB workspace. If connected to another workspace, use OMBDISCONNECT to disconnect first.

Syntax

parseConnectCommand =  ( ( OMBCONNECT | OMBCONN ) "UNQUOTED_STRING" [ USE (
           REPOSITORY | REPOS | WORKSPACE ) "QUOTED_STRING" ] [ USE ( 
          SINGLE_USER_MODE | MULTIPLE_USER_MODE ) ] )

Parameters

parseConnectCommand

Specify connect command.

UNQUOTED_STRING

Specify the connection string to the database, in the format: username/password@host:port:service name

QUOTED_STRING

Optionally, specify the name of a workspace to work on. If not provided, the default workspace will be used.

SINGLE_USER_MODE

If specified, the user will use the workspace exclusively.

MULTIPLE_USER_MODE

If specified, more than one session can work on the same workspace at the same time. This is the default mode.

See Also

OMBDISCONNECT