zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-77题

    77.You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance.

    At the end of the day, while all three production database instances are running, you execute the following

    command on the ASM instance :

    SQL> shutdown immediate;

    What is the result of executing this command?

    A. The ASM instance is shut down, but the other instances are still running.

    B. It results in an error because other database instances are connected to it.

    C. All the instances, including the ASM instance, are shut down in the IMMEDIATE mode.

    D. HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is

    shut down in the IMMEDIATE mode.

    Answer: B

    答案解析:

    参考:http://blog.csdn.net/rlhua/article/details/12972983


    有连接的RDBMS 实例时,不应用NORMAL、IMMEDIATE和 TRANSACTIONAL形式的关闭,而将返回下面的错误:
    SQL> shutdown
    ORA-15097: cannot SHUTDOWN ASM instance with connected client (process 14372)

  • 相关阅读:
    Filter&Listener
    jsp&mvc开发模式&jstl标签&三层架构
    Tomcat&Servlet
    xml
    SpringMVC
    io流-缓冲流
    io流-文件流节点流
    Io流
    JAVA中反射机制
    IDEA 将web项目部署到tomcat中运行
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316772.html
Copyright © 2011-2022 走看看