Oracle 12g - 数据库服务不再可用

时间:2017-08-22 12:48:45

标签: oracle

出于某种原因,在Linux 6上运行的12.1.0.4数据库的Oracle服务不再响应。我跑的时候:

<!DOCTYPE html>
<html>

  <head>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
  </head>

  <body>
    
    <svg id="svg-sprite">
      <symbol viewBox="0 0 42 60" id="map_pointer"><title>map_pointer</title><path d="M21 .254C9.52.254.178 9.594.178 21.076c0 11.153 19.208 37.167 20.026 38.27.187.25.483.4.796.4.313 0 .61-.15.796-.4.818-1.103 20.026-27.117 20.026-38.27C41.822 9.596 32.482.254 21 .254zM21 30c-4.92 0-8.924-4.003-8.924-8.924 0-4.92 4.003-8.923 8.924-8.923 4.92 0 8.924 4.002 8.924 8.923C29.924 25.996 25.92 30 21 30z"/></symbol>
    </svg>
    
    <p>SVG icon should be positioned in centre of rectangle. In Firefox this is not the case</p>
    
    <div class="rect">
      <svg class="icon"><use xlink:href="#map_pointer" /></svg>
      
      <div class="circle"></div>
      
      <svg class="square" width="200" height="200">
        <rect width="200" height="200" />
      </svg>
    </div>
  </body>

</html>

没有任何回报。没错。没有任何形式的消息。 当我尝试启动或停止服务时,它是相同的:

srvctl status service -d <DBNAME>

同一主机上的其他数据库看起来不错。这是以前的工作。有什么想法会发生什么?我该如何解决这个问题?

非常感谢

1 个答案:

答案 0 :(得分:0)

在这种情况下,需要使用以下命令(重新)创建/添加服务:srvctl add service -db db_unique_name -service service_name
然后开始:srvctl启动服务-d DBNAME