Entering content frame

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

1.   Stopping the database instance:

   dbmcli -d <database_name> -u <dbm_user>,<dbm_user_password> db_offline

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

   dbmcli -d <database_name> -u <dbm_user >,<dbm_user_password> db_drop

This deletes the files for the database instance.

 

 

Leaving content frame