Home > Database > Mysql Tutorial > body text

x64安装Oracle 10.2.0.4无法启动EM dbconsole问题解决

WBOY
Release: 2016-06-07 17:02:45
Original
751 people have browsed it

oracle 10.2.0.1升级到10.2.0.4之后,会出现EM控制台出错的情况,这是由于enterprise manager database control组件的跟CA证书授

Oracle 10.2.0.1升级到10.2.0.4之后,会出现EM控制台出错的情况,这是由于enterprise manager database control组件的跟CA证书授权过期,官方的解决方案是打Patch 8350262

1、设置ORACLE_HOME和ORACLE_SID变量;

如果在oracle用户环境变量已设置,则无需再次通过set path设置。

2、下载 8350262 补丁

免费下载地址在

用户名与密码都是

具体下载目录在 /pub/2011/07/19/oracle8350262/

3、安装补丁

unzip -q p8350262_10204_Generic.zip

cd 8350262

$ORACLE_HOME/OPatch/opatch apply

x64安装Oracle 10.2.0.4无法启动EM dbconsole问题解决

4、重新启动em控制台

emctl start dbconsole

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!