|
![]() |
|
![]() |
You Are Here: SAP DB > Documentation > How to Install and Drop SAP DB Instances SAP DB is now SAP MaxDB! For more information, visit the SAP MaxDB pages in the SAP Developer Network. How to Install and Drop SAP DB Instances How to install a database instanceHow to drop a database instance How to produce number generators How to backup and recover database with the Database Manager CLI How to install a SAP DB instance First create a new database instance and specify the First Database Manager Operator:dbmcli db_create <database_name> <DBM_user>,<DBM_password>For this step there are several alternatives:
dbmcli -d <database_name> -u <DBM_user>,<DBM_password> (to be edited in a single line) Sample script: param_startsessionSuit the parameter values to your needs. The user SYSDBA is the first Database User. He can define other users for working with the newly created database instance. 1. Stop the database instance dbmcli -d <database_instance> (to be edited in a single line) 2. Delete the database instance on the database server dbmcli -d <database_instance> (to be edited in a single line) Result: The files of the specified database instance have been deleted. |
|
|||
Questions or comments about the Web site? Contact the webmaster. |
|
||||