对于,归档模式下合非归档模式下好像不一样。 非归档:insert /*+append PARALLEL(A,8) */ into A select /*+ parallel (B,10)*/ * from B; 归档 ...