niusouti.com

多选题You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()ARestore t

题目
多选题
You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()
A

Restore the lost data file from the backup, and then flash back the database.

B

Restore the data file pertaining to index tablespace, and then recover the tablespace.

C

Restore all the data files, and then perform an incomplete recovery to get the tablespace back.

D

Restore all the data files, and then perform an incomplete recovery using the backup control file.

E

Drop and re-create the index tablespace, and then re-create all of the indexes in that tablespace.


相似考题
更多“多选题You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()ARestore t”相关问题
  • 第1题:

    Your database is open and running in ARCHIVELOG mode. You take RMAN full backups every Sunday night. On Monday morning, while querying the user1.employees table, you receive the following error message:  01578: ORACLE data block corrupted (file # 5, block # 51) ORA-01110: data file 5:  ’/u01/app/oracle/oradata/orcl/example01.dbf’  You need to rectify the corruption while ensuring the following: The data file should remain online.  The mean time to recover (MTTR) should be minimal.  You are not using a backup control file, and all the archived logs are accessible.   Which option would you choose?()

    • A、flash back the corrupted blocks
    • B、use the DBMS_REPAIR package
    • C、use the RMAN TSPITR command
    • D、use the RMAN BLOCKRECOVER command
    • E、use the RESTORE DATABASE and RECOVER DATABASE commands
    • F、investigate the time at which the corruption occurred and perform a point-in-time recovery

    正确答案:D

  • 第2题:

    You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database.  Which method would you use to recover the data file?()

    • A、Restore all the data files and open the database
    • B、Create the data file and performtablespacerecovery
    • C、No need to restore any file, just recover the database
    • D、Restore only the system data file and recover the database
    • E、Restore only lost date file and performtablespacerecovery

    正确答案:A

  • 第3题:

    The database is running in NOARCHIVELOG mode. A data file is lost. Which two are valid options for recover?()

    • A、Restore the data file and perform incomplete recovery.
    • B、Restore the data file and perform point-in-time recover.
    • C、Drop the tablespace and lose all data in the tablespace.
    • D、Restore the database and lose all data since the last backup.

    正确答案:C,D

  • 第4题:

    Your database operates in ARCHIVELOG mode and all the tablespaces are online. Due to a user error, you decided to perform an incomplete recovery.  Which two tasks would you be required to perform in the recovery process? ()

    • A、open the database with the RESETLOGS option
    • B、open the database with the RESTRICTED option
    • C、recover all the data files to the same system change number (SCN)
    • D、recover to the required SCN only that data file in which the error occurred

    正确答案:A,C

  • 第5题:

    You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()

    • A、 Restore the lost data file from the backup, and then flash back the database.
    • B、 Restore the data file pertaining to index tablespace, and then recover the tablespace.
    • C、 Restore all the data files, and then perform an incomplete recovery to get the tablespace back.
    • D、 Restore all the data files, and then perform an incomplete recovery using the backup control file.
    • E、 Drop and re-create the index tablespace, and then re-create all of the indexes in that tablespace.

    正确答案:B,E

  • 第6题:

    You work as a database administrator for Supportcenter.cn. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database. Which method would you use to recover the data file?()

    • A、Restore all the data files and open the database
    • B、Create the data file and perform tablespace recovery
    • C、No need to restore any file, just recover the database
    • D、Restore only the system data file and recover the database
    • E、Restore only lost date file and performtablespacerecovery

    正确答案:A

  • 第7题:

    多选题
    The database is running in NOARCHIVELOG mode. A data file is lost. Which two are valid options for recover?()
    A

    Restore the data file and perform incomplete recovery.

    B

    Restore the data file and perform point-in-time recover.

    C

    Drop the tablespace and lose all data in the tablespace.

    D

    Restore the database and lose all data since the last backup.


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

  • 第8题:

    单选题
    You work as a database administrator for Supportcenter.cn. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database. Which method would you use to recover the data file?()
    A

    Restore all the data files and open the database

    B

    Create the data file and perform tablespace recovery

    C

    No need to restore any file, just recover the database

    D

    Restore only the system data file and recover the database

    E

    Restore only lost date file and performtablespacerecovery


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

  • 第9题:

    单选题
    Your Certkiller .com database is in ARCHIVELOG mode. The data file that belongs to the SYSTEMtablespacehas become corrupted. Up to what point can you recover the database?()
    A

    Until last commit

    B

    Until the time you perform recovery

    C

    Until the time the date file got corrupted

    D

    Until the point where the last transaction begun

    E

    You cannot recover the SYSTEMtablespaceand must re-create the database.


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

  • 第10题:

    单选题
    A data file become corrupted in your database due to bad sectors on the disk. Because of corruption, you lost all the important tables in that data file. Which method would you use for recovery?()
    A

     Flash back all the tables in the data file, one by one.

    B

     Restore the data file to a new location and perform a media recovery.

    C

     Flash back the database, there is no need to restore the data file.

    D

     Restore the data file from the most recent backup and flash the database.


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

  • 第11题:

    多选题
    Your database operates in ARCHIVELOG mode and all the tablespaces are online. Due to a user error, you decided to perform an incomplete recovery. Which two tasks would you be required to perform in the recovery process?()
    A

    open the database with the RESTRICTED option

    B

    open the database with the RESETLOGS option

    C

    recover to the required SCN only that data file in which the error occurred

    D

    recover all the data files to the same system change number (SCN)


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

  • 第12题:

    单选题
    There is a problem with one of the disks used for your database and your system administrator informs you that the disk needs to be replaced. The replacement disk will not be available until tomorrow.  There was only one data file on this disk; it belongs to the USERS tablespace in your PROD database. Your PROD database runs in ARCHIVELOG mode and nightly online backups are taken. The users need to be able to access the data in the USERS tablespace before the replacement disk arrives. You have already taken the USERS tablespace offline and have restored the data file from last night’s backup to a new disk. Which additional steps are required in order to make the USERS tablespace available?()
    A

    Only bring the tablespace back online.

    B

    Only recover the tablespace and then bring the tablespace back online.

    C

    Shut down the database, recover the data file and then start up the database.

    D

    Issue the ALTER DATABASE RENAME FILE command, recover the tablespace, and then bring the tablespace online.

    E

    Recover the tablespace, issue the ALTER DATABASE RENAME FILE command, and then bring the tablespace online.


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

  • 第13题:

    Your Supportcenter.cn database is in ARCHIVELOG mode. The data file that belongs to the SYSTEM tablespace has become corrupted. Up to what point can you recover the database?()

    • A、Until last commit
    • B、Until the time you perform recovery
    • C、Until the time the date file got corrupted
    • D、Until the point where the last transaction begun
    • E、You cannot recover the SYSTEMtablespaceand must re-create the database.

    正确答案:A

  • 第14题:

    Your database is in NOARCHIVELOG mode. After which two operations you should take the backup of control file?()

    • A、adding a new user to the database
    • B、dropping a user from the database
    • C、dropping a table from the database
    • D、dropping a data file from a tablespace
    • E、adding a new tablespace to the database

    正确答案:D,E

  • 第15题:

    A data file become corrupted in your database due to bad sectors on the disk. Because of corruption, you lost all the important tables in that data file. Which method would you use for recovery?()

    • A、 Flash back all the tables in the data file, one by one.
    • B、 Restore the data file to a new location and perform a media recovery.
    • C、 Flash back the database, there is no need to restore the data file.
    • D、 Restore the data file from the most recent backup and flash the database.

    正确答案:B

  • 第16题:

    Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel/x7fbased recovery?()

    • A、You find that one of the redo log members in each redo log group is lost.
    • B、You find that a data file that belongs to the USERS tablespace is damaged.
    • C、You find that a data file that belongs to the SYSTEM tablespace is damaged.
    • D、You find that the current redo log group is damaged and is not available for recovery.
    • E、You realized while performing a recovery that an archived redo log file needed for recovery is lost.

    正确答案:D,E

  • 第17题:

    There is a problem with one of the disks used for your database and your system administrator informs you that the disk needs to be replaced. The replacement disk will not be available until tomorrow.  There was only one data file on this disk; it belongs to the USERS tablespace in your PROD database. Your PROD database runs in ARCHIVELOG mode and nightly online backups are taken. The users need to be able to access the data in the USERS tablespace before the replacement disk arrives. You have already taken the USERS tablespace offline and have restored the data file from last night’s backup to a new disk. Which additional steps are required in order to make the USERS tablespace available?()

    • A、Only bring the tablespace back online.
    • B、Only recover the tablespace and then bring the tablespace back online.
    • C、Shut down the database, recover the data file and then start up the database.
    • D、Issue the ALTER DATABASE RENAME FILE command, recover the tablespace, and then bring the tablespace online.
    • E、Recover the tablespace, issue the ALTER DATABASE RENAME FILE command, and then bring the tablespace online.

    正确答案:D

  • 第18题:

    多选题
    Your database operates in ARCHIVELOG mode and all the tablespaces are online. Due to a user error, you decided to perform an incomplete recovery.  Which two tasks would you be required to perform in the recovery process? ()
    A

    open the database with the RESETLOGS option

    B

    open the database with the RESTRICTED option

    C

    recover all the data files to the same system change number (SCN)

    D

    recover to the required SCN only that data file in which the error occurred


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

  • 第19题:

    多选题
    Your database is in NOARCHIVELOG mode. After which two operations you should take the backup of control file?()
    A

    adding a new user to the database

    B

    dropping a user from the database

    C

    dropping a table from the database

    D

    dropping a data file from a tablespace

    E

    adding a new tablespace to the database


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

  • 第20题:

    单选题
    You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database.  Which method would you use to recover the data file?()
    A

    Restore all the data files and open the database

    B

    Create the data file and performtablespacerecovery

    C

    No need to restore any file, just recover the database

    D

    Restore only the system data file and recover the database

    E

    Restore only lost date file and performtablespacerecovery


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

  • 第21题:

    多选题
    Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel-based recovery? ()
    A

    You find that one of the redo log members in each redo log group is lost.

    B

    You find that a data file that belongs to the USERS tablespace is damaged.

    C

    You find that a data file that belongs to the SYSTEM tablespace is damaged.

    D

    You find that the current redo log group is damaged and is not available for recovery.

    E

    You realized while performing a recovery that an archived redo log file needed for recovery is lost.


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

  • 第22题:

    多选题
    You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()
    A

    Restore the lost data file from the backup, and then flash back the database.

    B

    Restore the data file pertaining to index tablespace, and then recover the tablespace.

    C

    Restore all the data files, and then perform an incomplete recovery to get the tablespace back.

    D

    Restore all the data files, and then perform an incomplete recovery using the backup control file.

    E

    Drop and re-create the index tablespace, and then re-create all of the indexes in that tablespace.


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

  • 第23题:

    单选题
    Your Supportcenter.cn database is in ARCHIVELOG mode. The data file that belongs to the SYSTEM tablespace has become corrupted. Up to what point can you recover the database?()
    A

    Until last commit

    B

    Until the time you perform recovery

    C

    Until the time the date file got corrupted

    D

    Until the point where the last transaction begun

    E

    You cannot recover the SYSTEMtablespaceand must re-create the database.


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

  • 第24题:

    多选题
    You noticed that the index tablespace in your database requires a recovery. However, instead of performing a media recovery, you decided to re-create the indexes in a new tablespace. Which two options would you use to reduce the time it takes to re-create the indexes?()
    A

    ONLINE

    B

    REVERSE

    C

    PARALLEL

    D

    COMPRESS

    E

    NOLOGGING

    F

    COMPUTE STATISTICS


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