多选题ASM supports all but which of the following file types?()ADatabase filesBSpfilesCRedo-log filesDArchived log filesERMAN backup setsFPassword filesGinit.ora files

题目
多选题
ASM supports all but which of the following file types?()
A

Database files

B

Spfiles

C

Redo-log files

D

Archived log files

E

RMAN backup sets

F

Password files

G

init.ora files


相似考题
更多“多选题ASM supports all but which of the following file types?()ADatabase filesBSpfilesCRedo-log filesDArchived log filesERMAN backup setsFPassword filesGinit.ora files”相关问题
  • 第1题:

    You have recovered your Oracle Database 10g by using the control file backup because all copies of the current control file have been lost due to a media failure. You open your database by using the following statement:       SQL>ALTER DATABASE OPEN RESETLOGS;   Which of the following options is true about using the RESETLOGS option?()

    • A、 The log sequence is reset to 0.
    • B、 All the online redo logs are deleted.
    • C、 All the archived redo logs from a previous incarnation become useless.
    • D、 The full database backup taken from a previous incarnation can be used in future.
    • E、 Only the control file and online redo log files are updated with a new RESETLOGS SCN and time stamp.

    正确答案:D

  • 第2题:

    ASM supports all but which of the following file types?()

    • A、 Database files
    • B、 Spfiles
    • C、 Redo-log files
    • D、 Archived log files
    • E、 RMAN backup sets
    • F、 Password files
    • G、 init.ora files

    正确答案:F,G

  • 第3题:

    Which two statements about Automatic Storage Management (ASM) are true?()

    • A、ASM provides mirroring on file by file basis.
    • B、ASM provides automatic load balancing across all ASM disks.
    • C、ASM supports the Oracle database and operating system files.
    • D、ASM can be used to store trace files, alert log files, and the server parameter file (SPFILE).

    正确答案:A,B

  • 第4题:

    Which three types of files can be automatically placed in the flash recovery area fast recovery area in 11g Release 2?()

    • A、 Alert log file
    • B、 Archived redo log files
    • C、 Control file autobackups
    • D、 Server Parameter file (SPFILE)
    • E、 Recovery Manager (RMAN) backup piece

    正确答案:B,C,E

  • 第5题:

    多选题
    View the Exhibit.You executed the following command to perform a backup of the USERS tablespace: RMAN> BACKUP TABLESPACE USERS;  Which three types of files are backed up? ()
    A

    all the data files belonging to the USERS tablespace

    B

    password file

    C

    online redo log files

    D

    the current control file

    E

    archived redo log files

    F

    the current server parameter file

    G

    data files belonging to the USERS tablespace and all the default tablespaces


    正确答案: G,F
    解析: 暂无解析

  • 第6题:

    多选题
    Which of the following backup types will reset the archive bit on files backed up?()
    A

    Copy

    B

    Full

    C

    Snapshot

    D

    Incremental

    E

    Differential


    正确答案: D,B
    解析: 暂无解析

  • 第7题:

    多选题
    The RMAN BACKUP command using the DELETE INPUT option can be used with which three types of files? ()
    A

    data files

    B

    backup sets

    C

    control files

    D

    archived redo log files


    正确答案: D,A
    解析: 暂无解析

  • 第8题:

    单选题
    You are using RMAN to backup your ARCHIVELOG mode database. You have enabled control-file autobackups. Which files are not backed up during the RMAN backup?()
    A

    Database Datafiles 

    B

    Database Control Files 

    C

    Online redo logs

    D

    Archived redo logs 

    E

    The database SPFILE 

    F

    None of the above, all these files are backed up. 


    正确答案: D
    解析: 暂无解析

  • 第9题:

    多选题
    The loss of which two types of files may require a recovery with the RESETLOGS option?()
    A

    control files

    B

    password file

    C

    archived log files

    D

    system-critical data files for which all the redo entries are present

    E

    non-system-critical data files for which all the redo entries are present


    正确答案: B,C
    解析: 暂无解析

  • 第10题:

    单选题
    Which type of database file is spread across all disks in a disk group?()
    A

     All types of files are spread across all disks in the disk group.

    B

     Datafiles

    C

     Redo log files

    D

     Archived redo log files

    E

     Control files


    正确答案: C
    解析: 暂无解析

  • 第11题:

    多选题
    Which three types of files can be automatically placed in the flash recovery area (fast recovery area in 11g Release 2)?()
    A

    Alert log file

    B

    Archived redo log files

    C

    Control file autobackups

    D

    Server Parameter file (SPFILE)

    E

    Recovery Manager (RMAN) backup piece


    正确答案: B,C,E
    解析: 暂无解析

  • 第12题:

    多选题
    Which files are required for a full recovery of the database in ARCHIVELOG mode?()
    A

    Database datafiles

    B

    Online redo logs

    C

    Archived redo logs

    D

    Backup control file

    E

    Control file from a backup


    正确答案: C,A
    解析: 暂无解析

  • 第13题:

    You are using an Automatic Storage Management (ASM) instance to manage the files of your production database. While studying the parameter file of the ASM instance, you find the following entry:  ASM_DISKSTRING = /devices/*  What could be the reason for this setting?()

    • A、to enable the ASM instance to identify the alert log file
    • B、to enable the ASM instance to identify the server parameter file
    • C、to enable the ASM instance to define the locations for Oracle Managed Files (OMF)
    • D、to enable the ASM instance to identify all disks that can be accessed by it in the /devices directory

    正确答案:D

  • 第14题:

    Which type of database file is spread across all disks in a disk group?()

    • A、 All types of files are spread across all disks in the disk group.
    • B、 Datafiles
    • C、 Redo log files
    • D、 Archived redo log files
    • E、 Control files

    正确答案:A

  • 第15题:

    Which three types of files can be automatically placed in the flash recovery area (fast recovery area in 11g Release 2)?() (Choose three.)

    • A、Alert log file
    • B、Archived redo log files
    • C、Control file autobackups
    • D、Server Parameter file (SPFILE)
    • E、Recovery Manager (RMAN) backup piece

    正确答案:B,C,E

  • 第16题:

    View the Exhibit.You executed the following command to perform a backup of the USERS tablespace: RMAN> BACKUP TABLESPACE USERS;  Which three types of files are backed up? ()

    • A、 all the data files belonging to the USERS tablespace
    • B、 password file
    • C、 online redo log files
    • D、 the current control file
    • E、 archived redo log files
    • F、 the current server parameter file
    • G、 data files belonging to the USERS tablespace and all the default tablespaces

    正确答案:A,D,F

  • 第17题:

    多选题
    Which two statements about Automatic Storage Management (ASM) are true?()
    A

    ASM provides mirroring on file by file basis.

    B

    ASM provides automatic load balancing across all ASM disks.

    C

    ASM supports the Oracle database and operating system files.

    D

    ASM can be used to store trace files, alert log files, and the server parameter file (SPFILE).


    正确答案: D,C
    解析: 暂无解析

  • 第18题:

    多选题
    Which three types of files can be automatically placed in the flash recovery area (fast recovery area in 11g Release 2)?() (Choose three.)
    A

    Alert log file

    B

    Archived redo log files

    C

    Control file autobackups

    D

    Server Parameter file (SPFILE)

    E

    Recovery Manager (RMAN) backup piece


    正确答案: B,A
    解析: 暂无解析

  • 第19题:

    多选题
    When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUPcommand? ()
    A

    data file

    B

    password file

    C

    archivelog file

    D

    temporary file

    E

    online redo log file

    F

    the current control file

    G

    the tnsnames.ora file

    H

    current server parameter file


    正确答案: E,B
    解析: 暂无解析

  • 第20题:

    多选题
    ASM supports all but which of the following file types?()
    A

    Database files

    B

    Spfiles

    C

    Redo-log files

    D

    Archived log files

    E

    RMAN backup sets

    F

    Password files

    G

    init.ora files


    正确答案: D,C
    解析: 暂无解析

  • 第21题:

    单选题
    You issued the following commands to configure setting in RMAN; Then you issued the following command to take the backup: RMAN> BACKUP DATABASE PLUS ARCHIVELOG; Which statement is true about the execution of the above command?()
    A

    The backup will terminate because the FORMAT clause was not configured for the channel

    B

    It backs up two copies of data files to tape and disk, and two copies of archived log file on tape

    C

    It backs up the data files and archived log files to disk, making two copies of each data file and archived log file

    D

    It backs up the data files and archived log files to tape, making two copies of each data file and archived log file


    正确答案: D
    解析: 暂无解析

  • 第22题:

    多选题
    Which two file types must be included in a closed database backup taken with operating system commands?()
    A

    data files

    B

    control file

    C

    password file

    D

    online redo log files

    E

    initialization parameter file


    正确答案: D,E
    解析: 暂无解析

  • 第23题:

    多选题
    Which of the following files cannot be backed up by RMAN? ()(Choose all that apply.)
    A

    Database datafiles

    B

    Control files

    C

    Online redo logs

    D

    Database pfiles

    E

    Archived redo logs


    正确答案: A,C
    解析: 暂无解析

  • 第24题:

    多选题
    When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUP command?()
    A

    data file

    B

    password file

    C

    archivelog file

    D

    temporary file

    E

    online redo log file

    F

    the current control file

    G

    the tnsnames.ora file

    H

    current server parameter file


    正确答案: B,A
    解析: 暂无解析