ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
HP-UX Error: 2: No such file or directory

解决方案 »

  1.   

    你在怎么启动数据库呢,
    简单说分3步1、在操作系统命令符下运行svrmgrl
    2、connect internal
    3、startup就可以了。
      

  2.   

    是不是parameter file的位置不对,
    用startup nomount pfile=location of pfile
    alter system open试试
      

  3.   

    在ORACLE用户的命令提示符下
    sqlplus /nolog
    connect sys/yourpassword as sysdba
    startup