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.

  • 相关阅读:
    JAVA之数组
    Linux之判断字符串是否为空
    Python之操作HBASE数据库
    【转】Linux之crontab定时任务命令
    Python之shutil模块(复制移动文件)
    JAVA之列表集合ArrayList
    Python之多线程多进程
    前端之Javascript
    前端之DOM操作
    【转】写一个简单的爬虫来批量爬取新浪网的新闻
  • 原文地址:https://www.cnblogs.com/uniqueness/p/3047253.html
Copyright © 2011-2022 走看看