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
  • 相关阅读:
    类似最长递增子序,记忆化DP—— Codeforces Beta Round #4 (Div. 2 Only)D Mysterious Present
    最小逆序数对——hdu1394
    区间更新 求总区间——hdu1754
    抽象类 虚函数实现
    poj2271
    poj2246
    poj2410
    poj2567
    poj2247
    Integration Services 学习(7):包部署 (转自游子吟)
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5393937.html
Copyright © 2011-2022 走看看