Home >Database >Mysql Tutorial >oracle中出现http://localhost:5560/isqlplus 打不开的解决方案

oracle中出现http://localhost:5560/isqlplus 打不开的解决方案

WBOY
WBOYOriginal
2016-06-07 17:46:141410browse

本文章介绍一下关于oracle中出现http://localhost:5560/isqlplus 打不开的解决方案 ,有碰到类是问题的同学可参考本文章。

本文章介绍一下关于oracle中出现http://localhost:5560/isqlplus 打不开的解决方案 ,有碰到类是问题的同学可参考本文章。

今天打算复习下oracle,本来oracle是以前安装的,重新安装了系统,大概重新装了系统对其有影响吧,在服务表中发现没有了lister该项。于是为了保险起见重新安装了oracle。配置什么都是正确的,但是通过时,突然发现http://localhost:5560/isqlplus打不开了。

解决方案:

首先进入CMD

1.用命令:netstat -an  查看端口5560是否打开

2.用isqlplusctl start 启动

3.打开IE 输入http://localhost:5560/isqlplus就可以打开了!


我们只要用几条命令就定了,当然大家也可尝试重启电脑哦,试一下哦。

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