|
![]() |
|
![]() |
You Are Here: SAP DB > 7.3 > Documentation > How To How to work with SAP DB On this page you can find some notes and instructions on how to administer databases.New articles will be published from time to time as a response to frequently asked questions in the community. How to install a database instance How to drop a database instance How to produce number generators How to install a database 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. How to drop a database instance 1. Stop the database instancedbmcli -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. |
|
||||