OCP 062大量考试新题(2019年)-12

  • Your database is configured in archivelog mode.
  • Examine the RMAN configuration parameters:

    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default

    CONFIGURE BACKUP OPTIMIZATION OFF; # default

    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default

    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO COPY;

    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default

    Examine the command:

    RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

    Which 2 are true?

    A) It fails because the delete input option can be used only with the backup as backupset command.

    B) It falls because the delete input option can be used only with the backup as copy command.

    C) It creates image copies of the archivelogs.

    D) It creates image copies of the database files.

    E) It creates a backupset of archive log files

    Answer:CD

    (解析:实验证明,数据文件和归档日志都是做镜像 copy,因为 rman 的配置指定备份的类型是 copy。来自3组:1015267481)

    原文地址:https://blog.51cto.com/13854012/2385090

    时间: 2024-08-30 13:29:26

    OCP 062大量考试新题(2019年)-12的相关文章

    【第46题】【062题库】2019年OCP认证062考试新题

    46题.choose two Examine this command: SQL> ALTER SYSTEM SET ENABLE_DDL_LOGGING=TRUE; Which two statements are true? A) All DDL statements are logged in to a text file in Automatic Diagnostic Repository (ADR) home. B) The Alert Log still contains some

    【第53题】【062题库】2019年OCP认证062考试新题

    53题.choose two The HR user executes the following query on the EMPLOYEES table but does not issue COMMIT, ROLLBACK, or any data definition language (DDL) command after that: SQL> SELECT job FROM employees WHERE job='CLERK' FOR UPDATE OF empno; HR the

    【第60题】【062题库】2019年OCP认证062考试新题

    60题.choose one When does a database checkpoint occur? A) When there is an online redo log switch. B) When the SHUTDOWN ABORT command is issued. C) When a user session terminates abnormally. D) When a server process terminates abnorthally. Answer:A (解

    【新题】ocp 062 2019年考试新题-3

    3.A database is open read write and the instance has multiple sessions some of which have active transactions. You execute this command: SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION; Which three are true about the active transactions? A) They may cont

    【2019年8月版】OCP 071认证考试原题-第41题

    choose three The ORDERS table has a primary key constraint on the ORDER_ID column. The ORDER_ITEMS table has a foreign key constraint on the ORDER_ID column,referencing the primary key of the ORDERS table. The constraint is defined with on DELETE CAS

    【2019年8月版】OCP 071认证考试原题-第42题

    Choose two Examine this SQL statement: DELETE FROM employees e WHERE EXISTS (SELECT 'dummy' FROM emp_history WHERE employee_id = e.employee_id) Which two are true? A) The subquery is executed for every row in the EMPLOYEES table. B) The subquery is n

    OCP 052考试新题库收集整理-第20题

    20. Which is true about the SYSTEM and SYSAUX tablespaces? A) The SYSAUX tablespace can be made read-only but the SYSTEM tablespace cannot. B) Both tablespaces can be used for temporary storage if no temporary tablespace is defined. C) Only the SYSTE

    【2019年8月版】OCP 071认证考试原题-第40题

    Choose two. Which two statements are true about single row functions? A) CONCAT : can be used to combine any number of values B) MOD : returns the quotient of a division operation C) CEIL : can be used for positive and negative numbers D) FLOOR : ret

    【2019年8月版】OCP 071认证考试原题-第39题

    Choose two Exanine the desatption of the BOOKS_TRANSACTIONS table Name Null? Type TRANSACTION_ID NOT NULL VARCHAR2(6) TRANSACTION_TYPE VARCHAR2(3) BORROWED_DATE DATE BOOK_ID ARCHAR2(6) MEMBER_ID VARCHAR2(6) Examine this partial SQL statement: SELECT