美文网首页
oracle10g安装

oracle10g安装

作者: Kosh | 来源:发表于2016-08-01 15:27 被阅读21次

oracle em地址:http://127.0.0.1:1158/em

状态暂挂解决方法:
修改C:\oracle\product\10.2.0\db_1\主机名_orcl\sysman\config\emd.properties

agentTZRegion=Asia/Chungking

cmd 管理员身份运行

set oracle_sid=orcl
emctl stop dbconsole 停止dbconsole服务
emctl config agent getTZ 使更改设置生效
emctl start dbconsole 启动dbconsole服务

环境变量

ORACLE_HOME=C:\oracle\product\10.2.0\db_1
PATH %ORACLE_HOME%\bin

相关文章

网友评论

      本文标题:oracle10g安装

      本文链接:https://www.haomeiwen.com/subject/bvnxsttx.html