Skip Headers
Oracle® Warehouse Builder OMB*Plus Command Reference
11g Release 2 (11.2)

Part Number E14406-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
Mobi · ePub

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