zoukankan      html  css  js  c++  java
  • ORA01078: failure in processing system parameters

    [oracle@oracle111 bin]$ sqlplus "/ as sysdba"

    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 3 09:36:07 2012

    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Connected to an idle instance.

    SQL> select instance_name from v$instance;

    select instance_name from v$instance

    *

    ERROR at line 1:

    ORA-01034: ORACLE not available

    SQL> startup

    ORA-01078: failure in processing system parameters

    LRM-00109: could not open parameter file '/oracle/app/product/10.2.0/db_1/dbs/initCMS.ora'

    SQL> exit

    Disconnected

    [oracle@oracle111 dbs]$ cp /oracle/app/admin/cms/pfile/init.ora.229201284028 /oracle/app/product/10.2.0/db_1/dbs/initCMS.ora

    [oracle@oracle111 dbs]$ sqlplus "/ as sysdba"

     

    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 3 09:42:45 2012

     

    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

     

    Connected to an idle instance.

    SQL> select instance_name from v$instance;

    select instance_name from v$instance

    *

    ERROR at line 1:

    ORA-01034: ORACLE not available

    SQL> startup;

    ORACLE instance started.

    Total System Global Area  599785472 bytes

    Fixed Size                  2022600 bytes

    Variable Size             163578680 bytes

    Database Buffers          427819008 bytes

    Redo Buffers                6365184 bytes

    Database mounted.

    Database opened.

  • 相关阅读:
    Yii2的深入学习--事件Event
    PHP的学习--可变函数
    PHP的学习--可变变量
    Yii2的深入学习--yiiaseObject 类
    xdotool模拟击键和鼠标移动
    Yii2的深入学习--继承关系
    Yii2的深入学习--自动加载机制
    用Qt写软件系列五:一个安全防护软件的制作(1)
    TinyOS和Deluge的安装模拟(二)
    TinyOS和Deluge的安装模拟(一)
  • 原文地址:https://www.cnblogs.com/uniqueness/p/3047253.html
Copyright © 2011-2022 走看看