RMAN offers the equivalent of the SQL command alter database backup controlfile to trace.()A、 TrueB、 False

题目

RMAN offers the equivalent of the SQL command alter database backup controlfile to trace.()

  • A、 True
  • B、 False

相似考题
更多“RMAN offers the̳”相关问题
  • 第1题:

    Community college()

    • A、offers bachelor degrees
    • B、offers associate degrees.
    • C、is a two-year college
    • D、Both B and C

    正确答案:D

  • 第2题:

    hich of the following RMAN structures can data from a datafile span?()

    • A、RMAN backup-set pieces spanning backup sets 
    • B、RMAN backup-set pieces within a given backup sets 
    • C、RMAN backups 
    • D、RMAN channels 
    • E、None of the above

    正确答案:B

  • 第3题:

    When you are allowing RMAN to backup your archived redo log files,how does RMAN know which archived redo logs to back up from your archive log destination?()

    • A、RMAN keeps a list of archive logs in a text file.
    • B、The DBA must manually tell RMAN which archive logs to backup.
    • C、RMAN has access to target control file and/or catalog information.
    • D、RMAN looks at the ARCHIVE_LOG_DEST parameter of your target database and backs up all archive logs found.

    正确答案:C

  • 第4题:

    Which of the following RMAN structures can data from a datafile span?()

    • A、 RMAN backup-set pieces spanning backup sets
    • B、 RMAN backup-set pieces within a given backup set
    • C、 RMAN backups
    • D、 RMAN channels
    • E、 None of the above

    正确答案:B

  • 第5题:

    For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files?()

    • A、 RMAN image copies.
    • B、 RMAN database backups.
    • C、 RMAN tablespace backups.
    • D、 User-managed backups placed in the flash recovery area.
    • E、 User-managed backups that have been cataloged with RMAN.
    • F、 User-managed data file backups for which the pull path name is specified.

    正确答案:A,B,C,E

  • 第6题:

    What is the purpose of the RMAN recovery catalog?()

    • A、 Make backups faster
    • B、 Store RMAN metadata
    • C、 Store RMAN scripts
    • D、 Provide the ability to do centralized backup reporting
    • E、 Make recovery faster

    正确答案:B,C,D

  • 第7题:

    单选题
    Assume your situation can be described as follows: x A full backup taken using RMAN is available on disk.  x The current control files were NOT damaged and do not need to be restored.  x All data files are damaged or lost.  x The database is in NOARCHIVELOG mode.  Which RMAN command would be most appropriate to use in line 3 of the following RMAN command set to restore and fully recover your database?() 1. RMAN> STARTUP MOUNT  2. RMAN> RESTORE DATABASE;  3. RMAN> ()  4. RMAN> ALTER DATABASE OPEN;
    A

    RECOVER DATABASE;

    B

    SWITCH DATAFILE ALL;

    C

    RESTORE CONTROL FILE;

    D

    RECOVER DATABASE USING BACKUP CONTROL FILE;


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

  • 第8题:

    单选题
    The EMPLOYEES table is stored in the USERS tablespace. You need to check if the EMPLOYEES table is affected by the block corruption found in the USERS tablespace. Which option would you use?()
    A

    the DBNEWID utility

    B

    the ANALYZE command

    C

    the RMAN LIST command

    D

    the RMAN REPORT command

    E

    the RMAN CROSSCHECK command

    F

    the RMAN BLOCKRECOVER command


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

  • 第9题:

    单选题
    You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository.  Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()
    A

     rman TARGET / NOCATALOG

    B

     rman TARGET sys/password

    C

     rman TARGET sys/password AS SYSDBA

    D

     rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat


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

  • 第10题:

    单选题
    You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files: % rman target / What would be the effect of this command?()
    A

     RMAN would use the current operating system location to place the backup.

    B

     RMAN would use the control file of the target database to maintain the backup.

    C

     RMAN would use the recovery catalog of the target database to maintain the backup.

    D

     RMAN would use the control file of the target database to maintain the backup metadata.

    E

     RMAN would use the recovery catalog of the target database to maintain the backup metadata.


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

  • 第11题:

    单选题
    Which of the following RMAN structures can data from a datafile span?()
    A

     RMAN backup-set pieces spanning backup sets

    B

     RMAN backup-set pieces within a given backup set

    C

     RMAN backups

    D

     RMAN channels

    E

     None of the above


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

  • 第12题:

    单选题
    You have configured the following:  RMAN> CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters:  CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters are successfully stored RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 1; # CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  RMAN> CONFIGURE DEVICE TYPE SET PARALLELISM 5;  RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 5; CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  How many channels are allocated to SBT?()
    A

    0, because channels have not been defined.

    B

    3, as indicated by the degree of parallelism.

    C

    1, the default value when device is configured.

    D

    5, as indicated by the last parallelism command.


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

  • 第13题:

    RMAN provides more granular catalog security through which feature?()

    • A、Virtual private database
    • B、Virtual private catalog
    • C、RMAN virtual database
    • D、RMAN secure catalog
    • E、Oracle Database Vault

    正确答案:B

  • 第14题:

    You can back up the RMAN recovery catalog with RMAN.()

    • A、 True
    • B、 False

    正确答案:A

  • 第15题:

    The EMPLOYEES table is stored in the USERS tablespace. You need to check if the EMPLOYEES table is affected by the block corruption found in the USERS tablespace. Which option would you use?() 

    • A、the DBNEWID utility
    • B、the ANALYZE command
    • C、the RMAN LIST command
    • D、the RMAN REPORT command
    • E、the RMAN CROSSCHECK command
    • F、the RMAN BLOCKRECOVER command

    正确答案:B

  • 第16题:

    You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository.  Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()

    • A、 rman TARGET / NOCATALOG
    • B、 rman TARGET sys/password
    • C、 rman TARGET sys/password AS SYSDBA
    • D、 rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat

    正确答案:B

  • 第17题:

    You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files: % rman target / What would be the effect of this command?()

    • A、 RMAN would use the current operating system location to place the backup.
    • B、 RMAN would use the control file of the target database to maintain the backup.
    • C、 RMAN would use the recovery catalog of the target database to maintain the backup.
    • D、 RMAN would use the control file of the target database to maintain the backup metadata.
    • E、 RMAN would use the recovery catalog of the target database to maintain the backup metadata.

    正确答案:D

  • 第18题:

    单选题
    You are ready to implement RMAN in the backup and recover strategy for your company. Which system privilege must the RMAN user have to be able to connect and execute RMAN commands on a target database?()
    A

    SYSDBA

    B

    SYSOPER

    C

    No system privileges are required for the RMAN user.

    D

    Only SYS user can connect and execute RMAN commands on a target database.


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

  • 第19题:

    多选题
    What is the purpose of the RMAN recovery catalog?()
    A

    Make backups faster

    B

    Store RMAN metadata

    C

    Store RMAN scripts

    D

    Provide the ability to do centralized backup reporting

    E

    Make recovery faster


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

  • 第20题:

    单选题
    You can back up the RMAN recovery catalog with RMAN.()
    A

     True

    B

     False


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

  • 第21题:

    单选题
    RMAN offers the equivalent of the SQL command alter database backup controlfile to trace.()
    A

     True

    B

     False


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

  • 第22题:

    单选题
    RMAN provides more granular catalog security through which feature?()
    A

     Virtual private database

    B

     Virtual private catalog

    C

     RMAN virtual database

    D

     RMAN secure catalog

    E

     Oracle Database Vault


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

  • 第23题:

    单选题
    You are creating a recovery catalog for use with RMAN. You have issued these commands: SQL> CREATE TABLESPACE rman_ts DATAFILE  ’/DISK1/rman_ts01.dbf’ 2> SIZE 20M 3> DEFAULT STORAGE (initial 100K next 100K pctincrease 0); SQL> CREATE USER rman_db01 IDENTIFIED BY rman_db01 2> DEFAULT TABLESPACE rman_ts 3> QUOTA unlimited ON rman_ts;  Which command should you issue next?()
    A

    RESYNC CATALOG;

    B

    REGISTER DATABASE;

    C

    CREATE CATALOG TABLESPACE rman_ts;

    D

    GRANT recovery_catalog_owner TO rman_db01;


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