解决ora-01034:oracle not available问题

解决ora-01034:oracle not available问题,阅读解决ora-01034:oracle not available问题,当遇到Oracle出现下面提示时: ora-01034:oracle not available ora-27101:shared mermory realm does not exist 可以这样解决;

方法1: 1.输入:connect/as sysdba; 2.

    

当遇到Oracle出现下面提示时:

ora-01034:oracle not available

ora-27101:shared mermory realm does not exist

可以这样解决;

方法1:

1.输入:connect/as sysdba;

2.重起计算机就OK了;

方法2:

在命令行中输入

C:>svrmgrl

Oracle Server Manager Release 3.1.7.0.0 - Production

Copyright (c) 2000, Oracle Corporation. All Rights Reserved.

Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production

With the Partitioning option

JServer Release 8.1.7.0.0 - Production

SVRMGR> connect internal/oracle

连接成功。

SVRMGR> startup

startup后再连接数据库应该没有问题了。

原文地址:https://www.cnblogs.com/wuxi/p/3396545.html