Entering content frame

 Connecting to the DBM Server of an Existing Database Instance 

Use

For the administration of an existing database instance with Java, you need to connect to the DBM Server that matches the software version of this database instance. To set up the connection, you use the Java method DBM.dbDBM.

This method corresponds to the procedure for opening a DBM Server session
(
dbmcli -n <database_server> -d <database_name>).

See also: Connecting to the Database Manager

When you execute the DBM commands, proceed as described under Executing DBM Commands with Java.

Syntax

import com.sap.dbtech.powertoys.*;

<lvalue> = DBM.dbDBM (<database_server>, <database_name>);

Parameter

Description

lvalue

Expression of the class DBM (such as a variable) to which a value can be assigned

database_server

Name of the database computer

database_name

Name of the database instance

 

See also:

Example for Displaying the Operational State of a Database

 

 

Leaving content frame