zoukankan      html  css  js  c++  java
  • 053(十九)

    91、

    91.Your database interface is running. A user SCOTT starts a SQL *Plus session, and issues the following query:
    SQL> SELECT * FROM sales;
    Which process would retrieve the result from the database and return it to the client program?
    A. User process
    B. Server process
    C. System Monitor (SMON)
    D. Process Monitor (PMON) 
    E. Checkpoint process (CKPT)
    Answer: B 
    View Code

    92、You observed the following output for a user session:

    What do you infer from the preceding output?
    A. Resumable set for session with sid 18
    B. The user session has entered into a deadlock
    C. The database instance is enabled to use asynchronous commit
    D. The threshold warning limit is exceeded for the tablespace that is used by the user session
    Answer: A
    View Code

    93、

    93.The database is configured in ARCHIVELOG mode and regular complete database backups are taken. 
    The loss of which two types of files may require a recovery with the RESETLOGS option? (Choose two)
    A. Control files
    B. Password files
    C. Inactive online redo log file
    D. Archived log files required to perform recovery
    E. Newly created tablespace which is not backed up
    Answer: AD 
    View Code

    94、Multiple RMAN sessions are connected to the database instance.

    Examine the following output when backup commands are running in server sessions: What could have helped you to correlate server sessions with channels?

    A. Implement RMAN multiplexing
    B. Set the DEBUG ON in the RMAN script
    C. Specify the command ID in the RMAN script
    D. Use a tag with the RMAN BACKUP command

    95、

    95.Examine the following scenario: 
    The target database instance is running. The most recent backup available for the target database was taken two days ago. 
    Log files switches have occurred in last two days. 
    The target database is duplicated on the same host, using the Recovery Manager (RMAN) duplicate command as follows:
    RMAN> RUN { ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK;
    DUPLICATE TARGET DATABASE TO auxdb; }
    Which statement is true about the duplicate database in this scenario?
    A. It contains data till the last backup
    B. It contains all data from target database until the current time
    C. It contains all data from only the committed transactions in the target database
    D. It contains all data except that which is used by the transactions in the current online redo file of target database
  • 相关阅读:
    spring(二) AOP之AspectJ框架的使用
    spring(一) IOC讲解
    struts2(六) 文件上传和下载
    导入Excel后绑定GridView实例
    类型“GridView”的控件必须放在具有 runat=server 的窗体标记内?
    只能在执行 Render() 的过程中调用 RegisterForEventValidation
    C# 连接SQL Server数据库的几种方式--server+data source等方式
    C#未将对象引用设置到对象的实例
    代码保存好
    在选定的数据源上未找到名为“TitleSub”的字段或属
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5393937.html
Copyright © 2011-2022 走看看