You use the uninstall program SDBUNINST to uninstall all SAP DB software on your server. It is included in the SAP DB software from Version 7.4.
You can use this program to uninstall SAP DB software from Version 7.2.
· One or more SAP DB software versions are installed on your host. There is at least one installation of version 7.4 among these, which contains the SDBUNINST program.
· You have administration rights for your host.
...
1.
On
UNIX/Linux, switch to the
rootshell.
On Microsoft
Windows, open the command prompt on your server.
2.
Stop every
SAP DB database instance on your host with the following command:
dbmcli –d
<database_name> -u <dbm_user>,<password>
db_offline
3.
Delete every
SAP DB database instance on your host with the following command:
dbmcli –d
<database_name> -u <dbm_user>,<password>
db_drop
4.
Call the
uninstall program with the option for uninstalling all SAP DB software:
sdbuninst –all
The system
displays a list of all existing SAP DB software components.
5. Start the uninstallation by entering y.
You see a success message about the uninstallation.
All SAP DB software was deleted from your host.