检查以确保主机已启动或数据库侦听器在该主机上 运行

Check to make sure the host is up or that the database listener is running on that host

我在尝试安装 Oracle Interprise Manager Cloud Control 12c 时遇到问题

我检查过它是开放的enter image description here

我现在该怎么办

  1. 从命令行使用 "lsnrctl status" 检查网络侦听器并确保它是 运行(它将在 Windows 上有自己的服务),并且数据库已注册 带有它的服务名称。
  2. 如果侦听器已启动并且 运行 正确,请确保没有系统防火墙阻止对端口 1521 的访问。
  3. 尝试使用主机的 IP 地址而不是主机名,或者如果同一系统上的一切都是 运行,则切换到 "localhost"。