01 2020 档案
摘要:Oracle 12c 新特性 分区表的局部索引 全局的部分索引:只对那些需要索引的分区创建索引,别的分区不会创建。 本地索引:如果对表分区打开索引,则索引分区可用,否则不可用。 您可以通过在索引或索引分区级别指定USABLE / UNUSABLE来覆盖此行为。 这个功能不支持唯一索引,full是默认
阅读全文
摘要:以补丁的形式,将hint 打入到指定SQL 也可以参考sqlt 下面的coe_gen_sql_patch.sql 常用的HINT : hint_text (一般是bind_aware/monitor/) 注意: bind_aware/monitor /gather_plan_statistics
阅读全文
摘要:Database hang with gc index operation while doing DML on LOB object (Doc ID 2441744.1) APPLIES TO:Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies...
阅读全文