• LRM-00109: could not open parameter file


    [oracle@pxc2 ~]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.4.0 Production on Wed Sep 8 23:38:28 2021

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

    Connected to an idle instance.

    SQL> startup;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/opt/oracle/product/11.2.4/db_1/dbs/initipap.ora'

    换了sid后 startup 启动报错

    通过oraenv  输入新的sid名称。

    [oracle@pxc2 dbs]$ source oraenv
    ORACLE_SID = [ipap] ? orcl2
    The Oracle base remains unchanged with value /opt/oracle
    [oracle@pxc2 dbs]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.4.0 Production on Wed Sep 8 23:51:15 2021

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


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

    SQL> startup;
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> show parameter name ;

    NAME TYPE VALUE
    ------------------------------------ ----------- ------------------------------
    cell_offloadgroup_name string
    db_file_name_convert string
    db_name string orcl2
    db_unique_name string orcl2
    global_names boolean FALSE
    instance_name string orcl2
    lock_name_space string
    log_file_name_convert string
    processor_group_name string
    service_names string orcl2
    SQL>

  • 相关阅读:
    LeetCode 368Largest Divisible Subset
    macbook 源码安装 redis6.2.6
    macbook 源码安装 nginx1.20.1
    MySQL总结
    DataWork之 MaxComputer的使用
    Spring的IOC源码分析
    Spring Bean的生命周期
    SpringMVC工作原理
    Spring全家桶(二)之SpringMVC总结
    (已经成功部署)配置vue+nginx+uwsgi luffy项目
  • 原文地址:https://www.cnblogs.com/vzhangxk/p/15247036.html
Copyright © 2020-2023  润新知