oracle加并行参数PARALLEL

select /*+ PARALLEL(t,4) */ * from table1

原文地址:https://www.cnblogs.com/linn/p/6206930.html