What command would you issue to enable automated backups of control files?()  A、 alter database controlfile autobackup onB、 alter system controlfile autobackup onC、 configure controlfile autobackup onD、 enable controlfile autobackup

题目

What command would you issue to enable automated backups of control files?()  

  • A、 alter database controlfile autobackup on
  • B、 alter system controlfile autobackup on
  • C、 configure controlfile autobackup on
  • D、 enable controlfile autobackup

相似考题
更多“What command would you issue to enable automated backups of control files?()  A、 alter database controlfile autobackup onB、 alter system controlfile autobackup onC、 configure controlfile autobackup onD、 enable controlfile autobackup”相关问题
  • 第1题:

    ou are implementing control file multiplexing. Which of the following choices identifies the method you can use in order to generate the control file copies that Oracle will maintain?()

    • A、Issue ALTER DATABASE BACKUP CONTROLFILE TO filename
    • B、Make a copy of the control file with the database shut down
    • C、Issue ALTER DATABASE BACKUP CONTROLFILE TO trace
    • D、Make a copy of the control file with the database still running 

    正确答案:B

  • 第2题:

    You issued the following RMAN command:  RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;     What is NOT an impact of using the above command?()

    • A、 When a successful backup is recorded in the RMAN repository, then a backup of the current control file is performed.
    • B、 When a structural change is made to the database, then a backup of the current control file is performed.
    • C、 When a successful backup is performed in the RMAN repository, then a backup of the spfile is performed.
    • D、 When a structural change is made to the database, then a backup of the alert log file will be performed.

    正确答案:D

  • 第3题:

    In Recovery Manager (RMAN), you have set control file autobackup to ON by using the following command: CONFIGURE CONTROLFILE AUTOBACKUP ON; Which two events would cause the control file to be backed up automatically? ()

    • A、 A tablespace is taken offline.
    • B、 The database instance is restarted.
    • C、 A new data file is added to an existing tablespace.
    • D、 A successful backup is recorded in the RMAN repository.
    • E、 The RMAN connection is disconnected from the target database.

    正确答案:C,D

  • 第4题:

    What command would you issue to enable automated backups of control files? ()

    • A、alter database controlfile autobacku on
    • B、alter system controlfile autobackup on 
    • C、configure controlfile autobackup on 
    • D、enable controlfile autobackup

    正确答案:C

  • 第5题:

    You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP;  How does RMAN find the control file autobackup?()

    • A、by using the trace file
    • B、by using the alert log file
    • C、by using the database ID
    • D、by using the server parameter file
    • E、by using the V$CONTROLFILE view
    • F、by using the autobackup format configuration setting

    正确答案:C,F

  • 第6题:

    You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact.  Which of the following is true regarding your recovery?()  

    • A、 You will need to open the database with the resetlogs command.
    • B、 All you need to do is execute the trace file from SQL*Plus and it will perform the recovery for you.
    • C、 You will use the resetlogs version of the create controlfile command.
    • D、 You will use the noresetlogs version of the create controlfile command.
    • E、 You will use the trace file to create a backup control file, and then you will recover the database with the recover database using backup controlfile command

    正确答案:D

  • 第7题:

    多选题
    Your database is up and running and one of your three control files is accidentally erased. You start RMAN and run the following command:   RESTORE CONTROLFILE FROM AUTOBACKUP;   Which of the following statements is true?()
    A

    The command restores only the missing control file.

    B

    The command restores all the control files.

    C

    The command fails because the database is running.

    D

    This is the correct way to address this problem.

    E

    This is not the correct way to address this problem.


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

  • 第8题:

    单选题
    Which command will result in a trace file being created with the create controlfile command contained in it?()
    A

     alter database backup controlfile

    B

     alter database backup controlfile to trace

    C

     alter database controlfile backup

    D

     alter database controlfile backup to ’/ora01/oracle/ctrl_backup.ctl’

    E

     alter database begin controlfile backup


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

  • 第9题:

    多选题
    In Recovery Manager (RMAN), you have set control file autobackup to ON by using the following command:  CONFIGURE CONTROLFILE AUTOBACKUP ON;  Which two events would cause the control file to be backed up automatically? ()
    A

    a tablespace is taken offline

    B

    the database instance is restarted

    C

    a new data file is added to an existing tablespace

    D

    a successful backup is recorded in the RMAN repository

    E

    the RMAN connection is disconnected from the target database


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

  • 第10题:

    多选题
    Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt:     RMAN> CONFIGURE CONTROLFILE AUTOBACKUP OFF;   RMAN> BACKUP DATABASE;   Which files from the database will be backed up as a result of this BACKUP command?()
    A

    control file

    B

    all datafiles

    C

    password file

    D

    online redo log file

    E

    archive redo log file

    F

    server parameter file

    G

    only the SYSTEM datafile


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

  • 第11题:

    单选题
    What command would you issue to enable automated backups of control files? ()
    A

    alter database controlfile autobacku on

    B

    alter system controlfile autobackup on 

    C

    configure controlfile autobackup on 

    D

    enable controlfile autobackup


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

  • 第12题:

    单选题
    You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact.  Which of the following is true regarding your recovery?()
    A

     You will need to open the database with the resetlogs command.

    B

     All you need to do is execute the trace file from SQL*Plus and it will perform the recovery for you.

    C

     You will use the resetlogs version of the create controlfile command.

    D

     You will use the noresetlogs version of the create controlfile command.

    E

     You will use the trace file to create a backup control file, and then you will recover the database with the recover database using backup controlfile command


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

  • 第13题:

    Your database is running in the ARCHIVELOG mode. You have configured RMAN for backup and recovery operations. You execute the following command from the RMAN prompt:   RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;   After executing this command, in which of the following cases will RMAN make an auto-backup of the control file? ()

    • A、 when you change the name of a datafile
    • B、 when you drop a table from the database
    • C、 when you take an export of the database
    • D、 when you back up the database using OS utilities
    • E、 when you issue an ALTER SYSTEM SWITCH LOGFILE statement
    • F、 when you issue a BACKUP command from inside the RMAN run block

    正确答案:A,E,F

  • 第14题:

    You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP;   How does RMAN find the control file autobackup?()

    • A、 By using the trace file.
    • B、 By using the alert log file.
    • C、 By using the database ID
    • D、 By using the server parameter file.
    • E、 By using the V$CONTROLFILE view.
    • F、 By using the autobackup format configuration setting.

    正确答案:C,F

  • 第15题:

    You are maintaining the PROD database for NetFx Corporation. You have configured controlfile autobackup in your database. At 6:00 P.M. on Monday, you issue the following command:       RMAN>BACKUP DATABASE;  At 8:00 A.M. on Tuesday, you are unable to start the database because all the control files are missing. You decide to restore the control files from the backup by using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command. Which operation should you perform before using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command?()

    • A、 Start the database in the MOUNT stage.
    • B、 Back up the control file to trace.
    • C、 Set the DBID
    • D、 Issue the RECOVER DATABASE command.

    正确答案:C

  • 第16题:

    Which command will result in a trace file being created with the create controlfile command contained in it?()  

    • A、 alter database backup controlfile
    • B、 alter database backup controlfile to trace
    • C、 alter database controlfile backup
    • D、 alter database controlfile backup to ’/ora01/oracle/ctrl_backup.ctl’
    • E、 alter database begin controlfile backup

    正确答案:B

  • 第17题:

    When CONFIGURE CONTROLFILE AUTOBACKUP is set to ON, RMAN automatically performs a control file autobackup in which three situations?()

    • A、At the end of every RUN block. 
    • B、After every SET CONTROLFILE AUTOBACKUP FORMAT command. 
    • C、After every BACKUP or COPY command issued at the RMAN prompt. 
    • D、At the end of every RUN block if the last command in the block was either BACKUP or COPY. 
    • E、Whenever a BACKUP or COPY command within a RUN block is followed by a command that is neither BACKUP nor COPY. 
    • F、After every BACKUP or COPY command within a RUN block that is followed by the CONFIGURE CONTROLFILE AUTOBACKUP FORMAT command.

    正确答案:C,D,E

  • 第18题:

    多选题
    Your database is running in the ARCHIVELOG mode. You have configured RMAN for backup and recovery operations. You execute the following command from the RMAN prompt:   RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;   After executing this command, in which of the following cases will RMAN make an auto-backup of the control file? ()
    A

    when you change the name of a datafile

    B

    when you drop a table from the database

    C

    when you take an export of the database

    D

    when you back up the database using OS utilities

    E

    when you issue an ALTER SYSTEM SWITCH LOGFILE statement

    F

    when you issue a BACKUP command from inside the RMAN run block


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

  • 第19题:

    多选题
    You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP;   How does RMAN find the control file autobackup?()
    A

    By using the trace file.

    B

    By using the alert log file.

    C

    By using the database ID

    D

    By using the server parameter file.

    E

    By using the V$CONTROLFILE view.

    F

    By using the autobackup format configuration setting.


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

  • 第20题:

    多选题
    In Recovery Manager (RMAN), you have set control file autobackup to ON by using the following command: CONFIGURE CONTROLFILE AUTOBACKUP ON; Which two events would cause the control file to be backed up automatically? ()
    A

    A tablespace is taken offline.

    B

    The database instance is restarted.

    C

    A new data file is added to an existing tablespace.

    D

    A successful backup is recorded in the RMAN repository.

    E

    The RMAN connection is disconnected from the target database.


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

  • 第21题:

    单选题
    You issued the following RMAN command:  RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;     What is NOT an impact of using the above command?()
    A

     When a successful backup is recorded in the RMAN repository, then a backup of the current control file is performed.

    B

     When a structural change is made to the database, then a backup of the current control file is performed.

    C

     When a successful backup is performed in the RMAN repository, then a backup of the spfile is performed.

    D

     When a structural change is made to the database, then a backup of the alert log file will be performed.


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

  • 第22题:

    多选题
    You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP;  How does RMAN find the control file autobackup?()
    A

    by using the trace file

    B

    by using the alert log file

    C

    by using the database ID

    D

    by using the server parameter file

    E

    by using the V$CONTROLFILE view

    F

    by using the autobackup format configuration setting


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

  • 第23题:

    单选题
    What command would you issue to enable automated backups of control files?()
    A

     alter database controlfile autobackup on

    B

     alter system controlfile autobackup on

    C

     configure controlfile autobackup on

    D

     enable controlfile autobackup


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