分类分类
2015-06-28 00:00作者:网管联盟
查看oem状态
emctl status dbconsole
停止oem
emctl stop dbconsole
启动oem
emctl start dbconsole
如果装有多个版本的Oracle,则emctl使用绝对路径。
重新配置OEM步骤:
查看listener的状态, 如果listener没有启动,使用lsnrctl start启动
lsnrctl status
启动OEM
emctl start dbconsole
重新配置OEM方式一
emca -config dbcontrol db -repos recreate
重新配置OEM方式二
emca -deconfig dbcontrol db -repos drop emca -config dbcontrol db -repos create
相关文章