33、WhereIsbackupmetadatastoredforusebyRecoveryManager(RMAN)?A)InthecontrolfileB)IntheSYSAUXtablespaceC)intheSPFILED)intheSYSTEMtablespaceE)InthediagnosticdestinationfliesAnswer:A
分类:
其他好文 时间:
2018-08-03 16:39:35
阅读次数:
186
34、WhichtwocanbebackedupbyusingRMANwhenadatabaseIsopeninARCHIVELOGmode,sothatmediarecoverycanbeperformedIfrequired?A)controlfilesB)passwordfileC)pfileD)onlineredologsE)flashbacklogsF)datafilesAnswer:A
分类:
其他好文 时间:
2018-08-03 16:27:01
阅读次数:
111
控制台终端输入AT命令到smd8,步骤如下: 1. 先执行命令 cat /dev/smd8 & 2. 再执行 echo -e "ati\r\n" > /dev/smd8 已经在quectel 的模块EC20 上试过了,可行 ...
分类:
其他好文 时间:
2018-08-03 11:27:26
阅读次数:
209
工厂方法模式 概要 1. 一个抽象产品类 2. 多个具体产品类 3. 一个抽象工厂 4. 多个具体工厂 每一个具体产品对应一个具体工厂 5. 符合 "OCP开放封闭原则" 优点 1. 降低了代码耦合度,对象的生成交给子类去完成 2. 实现了开放封闭原则 每次添加子产品 不需要修改原有代码 缺点 1. ...
分类:
其他好文 时间:
2018-08-02 19:12:10
阅读次数:
106
32、Examinethesecommandsandtheiroutput:?SQL>SELECT*FROMemp;?ENOENAME?---------?100Adam?101Alan?SQL>INSERTINTOempVALUES(102,‘Ben");?1rowcreated.?SQL>COMMIT;?Commitcompleted.?SQL>UPD
分类:
其他好文 时间:
2018-08-02 12:24:37
阅读次数:
232
31、WhichtwoeventsalwaysrequesttheLGWRtowrite?A)whenLGWRisnotifiedbyaserverprocessthatperformsaCommitorROLLBACKB)WhenPMONrestartsaserverprocessC)whenDBWnwritesdirtybuffersD)whenalogswitchoccursE)whenac
分类:
其他好文 时间:
2018-08-02 12:18:33
阅读次数:
323
30、Whichistruewhenadatabaseinstanceisshutdown?A.Onlytransactionalandnormalmodeswaitforalluncommittedtransactionstocommitorrollbackandthenclosethedatabase.B.Immediate,transactional,andnormalmodesallres
分类:
数据库 时间:
2018-08-01 15:19:34
阅读次数:
162
设计原则指导了类的设计,设计模式则指导的是类的行为的设计。 当我们设计类时使用设计原则作为标尺来衡量我们设计的类是否合理。那么这5个原则的应用场景是什么?什么时候使用? 1.SPR原则:用于类的设计 当我们设计出一个类或类的原型,使用SPR原则来核对类的设计是否符合SPR要求 2.OCP原则:总的指 ...
分类:
其他好文 时间:
2018-08-01 11:40:48
阅读次数:
179
29、Inoneofyourdatabases:ThedatabasedefaulttablespaceisEXAMPLE.Deferred_segment_creationisfalse.Examinethesecommands:SQL>createuseruser1identifiedbyoracle_4upasswordexpire;Usercreated.SQL>alterus
分类:
其他好文 时间:
2018-07-31 15:32:54
阅读次数:
216
29、In one of your databases: * The database default tablespace is EXAMPLE. * Deferred_segment_creation is false. Examine these commands: SQL> create u ...
分类:
其他好文 时间:
2018-07-31 15:32:45
阅读次数:
339