易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

Which statement correctly describes the change tracking writer (CTWR) background process?()

A、 It keeps track of changes in the background processes.

B、 It records the system change number (SCN) in the control file.

C、 It writes audit records for user changes to the change tracking file.

D、 It records any changes to the listened configuration in the listener.ora file.

E、 It records any changes to the database parameters in the change tracking file.

F、 It records the physical location of all the changes that are made to the database in the change tracking file.

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 与语句cout<<endl;不等价的是()。

    A.cout<<‘’;

    B.cout<<‘12’;

    C.cout<<‘xA’;

    D.cout<<‘’;

  • 设有两个串p和q,求q在p中首次出现位置的运算称为()。

    A.连接

    B.模式匹配

    C.求子串

    D.求串长

  • View the Exhibit and examine the Flashback SCNs.  A user has inserted wrong department data in the DEPT3 table in the USERS tablespace. You use the Flashback Table functionality to rectify the erroneous inserts. While performing the recovery, you chose 2004343 as the Flashback SCN.  Which two statements are correct in this scenario?()

    A

    Only the row with DEPARTMENT_ID 290 would be flashed back.

    B

    The rows with DEPARTMENT_ID 290 and 300 would be flashed back.

    C

    The rows with DEPARTMENT_ID 290 and 280 would be flashed back.

    D

    You would have taken the USERS tablespace offline before starting the Flashback Table operation.

    E

    You would have enabled row movement for the DEPT3 table before starting the Flashback Table operation.

  • Your production database uses an Automatic Storage Management (ASM) instance to manage its files. You want to add a new disk group to the ASM instance to manage the increased data load. What action would you perform to include the new disk group in the ASM instance without causing any impact on the currently connected users?()

    A、mount the new disk group in the ASM instance

    B、restart the ASM instance and the production database instance

    C、register the new disk groups in the production database instance

    D、restart the ASM instance without restarting the production database instance

    E、include the new disk group in the ASM_DISKSTRING parameter in the parameter file and restart the ASM instance

  • In your database, all the tablespaces are locally managed. You started Recovery Manager (RMAN) using recovery catalog. The following commands are used in the process of recovering the database by using the backup control file:  1.RESTORE CONTROLFILE;  2.RESTORE DATABASE;  3.ALTER DATABASE MOUNT;  4.SQL ALTER TABLESPACE temp ADD TEMPFILE  5.ALTER DATABASE OPEN RESETLOGS;  6.RECOVER DATABASE;  7.STARTUP NOMOUNT;  In what sequence would you use this process to perform the recovery?()

    A、 2, 7, 3, 5, 1, 6, 4

    B、 2, 1, 7, 6, 3, 5, 4

    C、 7, 1, 3, 2, 6, 5, 4

    D、 7, 2, 3, 1, 4, 6, 5

联系客服 会员中心
TOP