OCP-052考试题库汇总(29)-CUUG内部解答版

简介: When does an incremental checkpoint occur ?A)when an online redo log switch occurs.B)when DBWn writes dirty buffers as part of its normal processing.

When does an incremental checkpoint occur ?

A)when an online redo log switch occurs.

B)when DBWn writes dirty buffers as part of its normal processing.

C)when the ALTER SYSTEM CHECKPOINT statement is executed.

D)when a user tablespace is tabken offline.

Answer: B

CUUG:但从 8i 开始,oracle 在 log switch 的时候做的是增量检查点,但从严格意义上来说并不能完全算是增量检查点,因为在 log switch 的时候,不仅会像增量检查点那样更新控制文件,而且还会像完全检查点那样会更新数据文件头(做过实验,会更新数据文件头,当 switch logfile 的时候)。

冉:A 答案应该换成 B 答案。以文档描述为准。

An incremental checkpoint is a type of thread checkpoint partly intended to avoid writing large numbers of blocks at online redo log switches. DBWn checks at least every three seconds to determine whether it has work to do. When DBWn writes dirty buffers, it advances the checkpoint position, causing CKPT to write the checkpoint position to the control file, but not to the data file headers.

赵:

DBWn 进程触发 4 个条件:

1.每隔 3 秒钟启动一次 DBWn。

2.发生 CKPT 检查点进程(包括增量检查点和完全检查点)。

3.如果脏数据块的总数超过一定的限度。

4.当进程在 LRU 链表上查找可以用得 buffer header 时,扫描到一定限度,会触发 DBWn。

注意:CKPT 与 DBWn 是配合使用

用户 commit 与 rollback 是对 LGWR 起作用。

目录
相关文章
|
SQL
OCP-052考试题库汇总(44)-CUUG内部解答版
Which two are true about external tables? A)They can be stored in an ASM Cluster File System(ACFS). B)They can always be updated using SQL.
8258 0
|
Oracle 关系型数据库 数据库
OCP-052考试题库汇总(45)-CUUG内部解答版
You want to access employee details contained in flat files created by an application. Which two methods will achieve this? A)Use a BFILE column in a table to access the flat file.
1862 0
|
SQL 数据库 关系型数据库
OCP-052考试题库汇总(43)-CUUG内部解答版
Which is true about external tables? A)Segments are allocated for external tables. B)They may have indexes.
2131 0
|
XML SQL 数据库
OCP-052考试题库汇总(41)-CUUG内部解答版
Examine this session output: SQL> connect scott/tiger Connected. SQL>select name,value 2 from v$parameter 3 where name='audit_trail'; NAME VALUE ----...
890 0
|
数据库 关系型数据库 Oracle
OCP-052考试题库汇总(39)-CUUG内部解答版
Which three are true about auditing? A)Auditing is active only when the database is OPEN. B)Audit records are always stored in the database.
732 0
|
SQL 存储 Oracle
OCP-052考试题库汇总(37)-CUUG内部解答版
Examine these facts about objects in the SYSTEM schema: 1.EMP is a table. 2.EMP_PK is a primary key constraint on EMP.
853 0
|
数据安全/隐私保护 关系型数据库 Oracle
OCP-052考试题库汇总(35)-CUUG内部解答版
Which two are true about Oracle Data Pump in Oracle Database 11g Release 2? A)If the directory used in the export operation has existing dump files, it overwrites them.
692 0
OCP-052考试题库汇总(34)-CUUG内部解答版
Where is an expdp operation tracked? A)dump files B)control file C)log files D)Automatic Diagnostic Repository(ADR) E)master table (MT) Answer: E 赵: 题译:哪里有一个 Exdp 操作跟踪? Master table 是一个临时 table,专门为 import pump 和 export pump 创建的,一旦完成就会自动被 drop。
598 0
OCP-052考试题库汇总(27)-CUUG内部解答版
Which two of these must be available READ/WRITE to keep a database open? A)all copies of the control file.
512 0
|
关系型数据库 Oracle 存储
OCP-052考试题库汇总(23)-CUUG内部解答版
11g版本的OCP考试持续了好几年,一直比较稳定,直到2018年4月份左右,052考试不断的出现新的考题,虽然我们收集整理了不少,但新题还是难避免,这样出现一部分新题,我们收集一部分,持续了不短的时间。
1063 0