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
  • 相关阅读:
    touch:创建文件及修改文件时间戳
    stat:查看文件时间参数
    获取二维数组里面实际存有数据的行数
    Math.Atan2 方法
    c#移位运算符("<<"及">>")
    c# 一维数组和二维数组的几种定义方式<转>
    C#异常处理总结
    C#图片灰度处理(位深度24→位深度8)、C#图片二值化处理(位深度8→位深度1)
    WinForm窗体及其控件的自适应
    C#的WinForm窗体美化
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5393937.html
Copyright © 2011-2022 走看看