Entering content frame

Syntax documentation DBM Options Locate the document in its SAP Library structure

You can use the following DBM options in the Database Manager CLI (see also: Command Structure):

Creating or Changing XUSER Entries

-us

Logging On to the XUSER Program

-ux

Displaying XUSER Data

-ul

Opening a Database Session

-uDBS

Opening a Service Session

-uSRV

Installation Directory of the Database Instance

-R <inst_path>

Indicate as DBM Command

-c

Deleting XUSER Entries

-ud

Name of the Output File

-o <file_name>

Name of the Database Instance

-d <database_name>

Name of the Log File

-t <file_name>

Name of the Database Server

-n <database_server>

Name of the Input Script

-i <file_name> | -ic <file_name>

Version of the Database Manager

-V

XUSER Key

-uk

 

You can enter parameters for the individual DBM options. If you do not specify a parameter, the default values are used.

To prevent the Database Manager from interpreting the start of the next DBM command as a parameter of the previous DBM option, you identify the start of the DBM command using the DBM option –c.

See also:

Displaying a List of the DBM Options

 

Example

Logging on to the database manager CLI as operator DBM with password DBM, displaying the content of database table domains for the database instance HOTELDB without specifying a particular user (the Database Manager uses the data for the DBM operator currently logged on):

dbmcli –d HOTELDB –u DBM,DBM –uSQL -c sql_execute SELECT * FROM domains

OK

END

'DBA';'CATALOG_IDENTIFIER';'CHAR';'ASCII';32;(null);(null);(null);'CREATE DOMAIN

 CATALOG_IDENTIFIER CHAR(32)';'20040721';'00145510';(null)

'DBA';'CATALOG_OBJECTID';'CHAR';'BYTE';8;(null);(null);(null);'CREATE DOMAIN CAT

ALOG_OBJECTID CHAR(8) BYTE';'20040721';'00145510';(null)

...

...

 

 

Leaving content frame