zoukankan      html  css  js  c++  java
  • 053190

    You have control-file autobackups enabled. When starting your database from SQL*Plus, you receive the following error message:
    SQL> startup ORA-01078: failure in processing system parameters LRM-00109:
    could not open parameter file ,,
    C:\ORACLE\PRODUCT\11.1.0\DB_1\DATABASE\INITORCL.ORA Using RMAN,
    how would you respond to this error?
    A. Issue the startup nomount command and then issue the restore parameter file command from the
    RMAN prompt.
    B. Issue the startup nomount command and then issue the restore spfile command from the RMAN
    prompt.
    C. Issue the startup nomount command and then issue the restore spfile from autobackup command from
    the RMAN prompt.
    D. Issue the startup nomount command and then issue the restore spfile from backup command from the
    RMAN prompt.
    E. Issue the restore spfile from autobackup command from the RMAN prompt.

      You would first need to start the database with the startup nomount command
    form the RMAN prompt.Then you restore the spfile using the restore spfile from
    autobackup command.

  • 相关阅读:
    poj 3071 Football (概率dp)
    CF1408G Clusterization Counting
    2-sat
    线段树优化建图
    SP5971 LCMSUM
    [NOI2020]命运
    SP19149 INS14H
    Atcoder ARC-068
    CF908G New Year and Original Order
    (四)、Fiddler打断点
  • 原文地址:https://www.cnblogs.com/Babylon/p/7794096.html
Copyright © 2011-2022 走看看