发布时间:2016-03-23 14:15:17
In this DocumentSymptomsCauseSolutionReferencesAPPLIES TO:Oracle Database - Enterprise Edition - Version 11.2.0.1.0 and laterInformation in this document.........【阅读全文】
发布时间:2016-03-02 11:23:20
一个开发同事遇到一条慢SQL,大概需要1分钟执行完毕,SQL目的是通过wmsys.wm_concat实现列转行。这条SQL如果把wmsys.wm_concat函数去掉,耗时只需3秒钟。可见,性能瓶颈来自于这wmsys.wm_concat函数。通过查找,发现了它的替代函数listagg,且性能好于wmsys.wm_concat。列转行函数有两种:wmsys.wm_conc.........【阅读全文】
发布时间:2016-03-01 12:23:06
In this DocumentGoalSolutionAPPLIES TO:Oracle GoldenGate - Version 11.2.1.0.3 to 11.2.1.0.4 [Release 11.2]Information in this document applies to any platform.GOALHow to handle OGG processes during DataGuard Switc.........【阅读全文】
发布时间:2016-02-24 15:00:33
转载:http://blog.csdn.net/robinson1988/article/details/7836338性能优化最好的书就是官方文档。官方文档每一句话都值得引起我们深思。Allocation UnitsWhen you create a disk group, you can set the Oracle ASM allocation unit size withthe AU_SIZE disk group attribute. The values can be 1, 2,.........【阅读全文】
发布时间:2016-02-19 14:25:27
昨天,一个朋友需要修改Oracle所在服务器的系统时间,问我是否需要重启oracle。我也拿不准,专门去MOS查了查,确实需要重启数据库,不然对sysdate和调度job都有影响。What is the Impact on the Database When Modifying the OS Date? (文档 ID 559660.1)APPLIES TO:Oracle Database - Enterprise Edition - Vers.........【阅读全文】