WhichtwoaretrueaboutLGWR?A)LGWRalwayswritestotheredologseachtimeaCOMMIToccurs.B)LGWRalwayswritestotheredologseachtimeaROLLBACKoccurs.C)LGWRneverwritesasingleCOMMITtotheredologs.D)LGWRmaywritetotheredo
分类:
其他好文 时间:
2019-08-05 12:23:56
阅读次数:
102
WhichthreeeventsalwaysresultinawriterequestmadetotheLGWRprocess?A)afterundoisappliedbyPMONduringproce***ecoveryB)whendirtybuffersarefoundduringtheprocessingofacheckpointC)whenthepasswordfileisupdatedD
分类:
其他好文 时间:
2019-08-05 11:10:41
阅读次数:
170
P1201题库链接:https://www.luogu.org/problem/P1201 难度:普及- 算法标签:模拟 1.map映射模拟 O(np*m) 得分100 由于最近做的map题比较多,所以马上就想到了map做法,嗑了快一个小时,终于写出了正解,输入时用s数组记录人名的顺序,方便输出,并 ...
分类:
其他好文 时间:
2019-08-03 11:21:28
阅读次数:
126
P3984题库链接:https://www.luogu.org/problem/P3984 难度:普及- 算法标签:模拟 1.map模拟 O(n*t) 得分60 看过题后想到了利用map容器来记录高兴天的天号,并将所持续天数的map增加,最后高兴的天数即为map的元素个数 2.朴素模拟 O(n) 得 ...
分类:
其他好文 时间:
2019-08-02 23:00:51
阅读次数:
200
WhichtwoeventsalwaysrequesttheLGWRtowrite?A)WhenDBWnwritesdirtybuffers.B)Whenalogswitchoccurs.C)Whenacheckpointoccurs.D)WhenLGWRisnotifiedbyaserverprocessthatperformsaCOMMITorROLLBACK.E)WhenPMONrestar
分类:
其他好文 时间:
2019-08-02 14:47:05
阅读次数:
98
WhichfouraretrueabouttheAutomaticWorkloadRepository(AWR)?A)AWRdatacanberetainedforamonth.B)Itincludesstatisticsonthenumberofcolumnsineachview.C)AutomaticAWRsnapshotscanbewrittenonceperhour.D)Itinclude
分类:
其他好文 时间:
2019-08-02 12:48:53
阅读次数:
80
P1102题库链接:https://www.luogu.org/problem/P1102 1.朴素 O(n^2) 得分76 将输入所有的数依次作为被减数,除此数外其他数依次作为减数,每当有一组的差为1时,方案数ans + 1 2.桶优化 O(n) 得分84 输入一个数,对应的桶增加,因为A - B ...
分类:
其他好文 时间:
2019-08-01 23:58:46
阅读次数:
203
WhichtwoaretrueaboutAWRsnapshots?A)TheyarestoredintheSYSAUXtablespace.B)Theyarealwayscreatedautomatically.C)Theycanberetainedforever.D)TheycanbemodifiedbyusingDMLs.E)TheyarenotgeneratedifSTATISTICS_LE
分类:
其他好文 时间:
2019-08-01 11:50:17
阅读次数:
113
WhichthreearetrueabouttheAutomaticWorkloadRepository(AWR)?A)AWRdataisstoredintheSYSTEMtablespace.B)Bydefault,AWRsnapshotsaretakenevery60minutes.C)Itisthefoundationfortheself-managinginfrastructure.D)T
分类:
其他好文 时间:
2019-07-31 11:09:27
阅读次数:
87