Example |
 |
A user whose current working directory is just above the sampledb
directory begins a DBE session; the value of the autostart mode
is ON. The PartsDBE DBEnvironment is currently configured to operate
in multiuser mode, so other users can also initiate DBE sessions.
CONNECT TO 'sampledb/PartsDBE'
A second user starts a DBE session from a different directory.
CONNECT TO '../sampledb/PartsDBE'
|
Specifying a connection name
CONNECT TO 'sampledb/PartsDBE' AS 'Parts1'
Parts1 is the connection name to be used with multiconnect
functionality.