惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Privacy & Cybersecurity Law Blog
V
V2EX
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
MongoDB | Blog
MongoDB | Blog
P
Privacy International News Feed
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
K
Kaspersky official blog
S
Secure Thoughts
T
Tenable Blog
Security Latest
Security Latest
The Cloudflare Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
aimingoo的专栏
aimingoo的专栏
TaoSecurity Blog
TaoSecurity Blog
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
Schneier on Security
Schneier on Security
Webroot Blog
Webroot Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Scott Helme
Scott Helme
IT之家
IT之家
Latest news
Latest news
The Hacker News
The Hacker News
C
Check Point Blog
T
The Exploit Database - CXSecurity.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
N
News | PayPal Newsroom
Forbes - Security
Forbes - Security
P
Palo Alto Networks Blog
S
Security Affairs
S
Securelist
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
A
About on SuperTechFans

博客园 - 塞外风

ORA-01033: ORACLE initialization or shutdown in progress 实用的处理方法 转载“启动\关闭Oracle数据库的多种方法”--来自百度#Oracle - 塞外风 - 博客园 Oracle查询用户权限角色(dba_sys_privs) (转) Oracle各版本之间Dmp文件的导入导出问题 Oracle创建一个用户并赋予其他用户表的访问权限 Microsoft SharePoint Server 2010 产品配置向导注册失败的解决方法 MS SQLServer数据库日志文件丢失的还原方法 千年虫至今还没有消失 Macfee 杀毒软件“签名文件存在8到29天”问题的解决办法! 推荐的firefox扩展 软件推荐-雷鸟 一张图片 美元贬值情景下对人民币升值的看法 Linux下添加HP5500打印机 泰山日出 努力!成功就在眼前! 还是现实点 回来了! 又是一年!
Oracle11G 的dbconsole无法启动的解决办法
塞外风 · 2012-11-17 · via 博客园 - 塞外风

Oracle11G 的dbconsole无法启动的解决办法

Oracle11G 的dbconsole服务没有的解决办法

Oracle11G 执行emca -config dbcontrol db 出错的解决办法

1、无法启动的原因:一般是修改了计算机名称或者是ip地址,或者是其他系统环境变量的原因;

2、解决办法:

第一步:首先查看本机Oracle系统环境变量是否正常 (CMD下执行):

//列出环境变量

set oracle_sid

如果正常会出现:set oracle_sid=“ SID”

//如果没有,首先要建立一个

set ORACLE_SID=ogtdb

(如果没有修改过计算机名称,只是启动不起来,上面步骤之后就可以执行emctl start dbconsole来启动了)

第二步: 修改文件夹名称(修改安装目录下面相应的文件名称就可以):

D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_192.168.0.136_dgtest(更换新IP或机器名)
D:\oracle\product\10.2.0\db_1\asdfjkl_dgtest(更换新IP或机器名)在目錄d:\oracle\product\10.2.0\db_1\install\portlist.ini裡找到EM是使用哪個port 

第三步:就是用网上的办法重新配置DBConsole了:

//执行下面的方法,根据提示执行就可以了

emca -config dbcontrol db

3、备注:

如果是DBConsole无法启动,一般情况下以上几个步骤就可以解决了,如果还是无法解决就直接启动Oracle的 “Database Configuration Assistant”来重新配置EM库了。