Entering content frame

This graphic is explained in the accompanying text db_drop Command: Example Locate the document in its SAP Library structure

1.   Stop the database instance:

dbmcli –d <database_name> <dbm_user>,< password> db_stop

or

dbmcli -d <database_ name> -u <dbm_user>,< password> db_offline

2.   Delete the current database instance from the database server:

dbmcli -d <database_ name> -u <dbm_user>,< password> db_drop

This deletes the database instance’s files.

 

 

Leaving content frame