命令行方式处理
1. On UNIX/Linux: Switch to the rootshell.
On Microsoft Windows: Open the command prompt on your server.
2. Stop the database instances on your server one by one with the command:
dbmcli –d <database_name> -u <dbm_user>,
<password> db_offline
dbmcli -d j2e -u control,abcd1234 db_offline
3. Delete the database instances on your server one by one with the command:
dbmcli –d <database_name> -u <dbm_user>,
<password> db_drop
dbmcli -d j2e -u control,abcd1234 db_drop
4. Call the uninstall program with your chosen option:</password>
</dbm_user></database_name></password>
</dbm_user></database_name>
If you want to uninstall all software components, specify the option –all; otherwise, specify your chosen component with the option –package.
本文介绍如何通过命令行操作管理数据库实例,包括切换到根shell环境、启动命令提示符、逐个停止及删除数据库实例的过程,并提供了卸载软件组件的具体选项说明。
69

被折叠的 条评论
为什么被折叠?



