码迷,mamicode.com
首页 >  
搜索关键字:_use_adaptive_log_file_sync    ( 3个结果
lgwr的两种模式(post/wait和polling)
11.2之前,oracle的lgwr写入模式为post/wait 11.2之后新增了polling模式,可以与post/wait模式自动切换 通过隐藏参数 _use_adaptive_log_file_sync 参数来控制 查看该隐藏参数的方法: 当参数设置为false时,lgwr还是采用post/ ...
分类:其他好文   时间:2019-01-17 21:52:09    阅读次数:229
参数 _use_adaptive_log_file_sync
Theparameter“_use_adaptive_log_file_sync”wasintroducedin11gR2andcontrolswhetheradaptiveswitchingbetweenpost/waitandpollingisenabled.In11.2.0.1and11.2.0.2thedefaultvaluefortheparameterisfalse.From11.2.
分类:其他好文   时间:2019-01-02 19:27:17    阅读次数:174
oracle 11.2.0.2以后变动的一些隐含参数
1查询隐含参数SELECTx.ksppinmNAME,y.ksppstvlVALUE,x.ksppdescdescribFROMSYS.x$ksppix,SYS.x$ksppcvyWHEREx.inst_id=USERENV(‘Instance‘)ANDy.inst_id=USERENV(‘Instance‘)ANDx.indx=y.indxANDx.ksppinmLIKE‘%&par%‘2_datafile_write_errors_crash_instance11.2.0.2新增..
分类:数据库   时间:2017-10-10 10:07:43    阅读次数:199
3条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!