重启电脑后Oracle 没有自动启动,在shell 中输入以下命令:
[soft@localhost ~]$ dbstart
要关闭则输入“dbshut”。
该版本的“Enterprise Console”用网页管理,启动网页服务可输入以下命令:
[soft@localhost ~]$ emctl start dbconsole
停止则输入:
[soft@localhost ~]$ emctl stop dbconsole
[soft@localhost ~]$ dbstart
要关闭则输入“dbshut”。
该版本的“Enterprise Console”用网页管理,启动网页服务可输入以下命令:
[soft@localhost ~]$ emctl start dbconsole
停止则输入:
[soft@localhost ~]$ emctl stop dbconsole
本文介绍了如何在Linux环境下使用命令行操作来启动与关闭Oracle服务及网页管理控制台。对于启动服务,可以通过输入'dbstart'命令实现;关闭服务则使用'dbshut'命令。启动网页管理控制台需使用'emctl start dbconsole',关闭时使用'emctl stop dbconsole'。

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



