Home  >  Article  >  Database  >  ip修改后orcale服务无法启动问题解决

ip修改后orcale服务无法启动问题解决

WBOY
WBOYOriginal
2016-06-07 17:55:491187browse

今天配置虚拟机中设计了下ip,使虚拟机和主机处在同一网段,然后使用webservice就成功了就来了,oracle连接不上了,接下来讲提供详细的解决方法

今天配置虚拟机中设计了下ip,使虚拟机和主机处在同一网段,然后使用webservice就成功了,但是新问题就来了,oracle连接不上了。

一查找资料,发现OracleOraDb10g_home1TNSListener服务启动了自动关闭了,再启动怎么也启动不了,想想肯定跟改ip有关,一查果然是这个问题,用了下面方法立马成功了:

1.在cmd环境下运行emca -config dbcontrol db会要求输入数据库SID我的是默认的orcl,监听端口默认1521。然后一步一步配置下去。结束后就可以启动OracleDBConsoleorcl了。
2用orcale自带的应用程序Oracle net configuration assistant来删除原来的监听器,配置新的监听器。方法很简单。OracleOraDb10g_home1TNSListener就可以启动了,数据库恢复正常使用。
Statement:
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