Oracle Hint 用法
摘要:正确的语法是:select /*+ index(x idx_t) */ * from t x where x.object_id=123/*+ */ 和注释很像,比注释多了一个“+”,这就是Hint上面这个hint的意思是让Oracle执行这个SQL时强制走索引。如果hint的语法有错误,Orac...
阅读全文
posted @ 2014-07-24 21:53
posted @ 2014-07-24 21:53
posted @ 2014-07-11 10:47
posted @ 2014-07-10 17:58