__DATA__
[Question 1.10] Which two options will influence the frequency of checkpoints?(Choose two.)
A.the value that is specified for the LOG_CHECKPOINT_TO_ALERT parameter
B.the size of the data files
C.the size of the control file
D.the value that is specified for the PGA_AGGREGATE_TARGET parameter
E.the value that is specified for the FAST_START_MTTR_TARGET parameter
F.the size of redo log files
Correct Answers: E,F
[Question 1.11] Which two statements regarding the database writer (DBWn)
background process are true? (Choose two.)
A.It writes dirty buffers to the data files before the log writer (LGWR)
writes.
B.It is an optional background process.
C.It writes dirty buffers to the data files whenever a transaction
commits.作者: scofieldus 时间: 2009-06-23 22:45
谢谢啦,
能跟我解释一下
$_ = join '', <DATA>;
这一句吗作者: cobrawgl 时间: 2009-06-23 22:53
join EXPR,LIST
Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: