zoukankan      html  css  js  c++  java
  • 并行进程问题

    SQL> select * from v$mystat where rownum<2;

           SIDSTATISTIC#    VALUE

    ---------- ---------- ----------

           858     0        0

    SQL> select /*+ parallel(t 4)*/ count(*),agmt_id fromF_AGT_COMR_INTDIST_H t group by agmt_id;


    出现9个进程

    SQL> select * from v$mystat whererownum<2;

          SID STATISTIC#        VALUE

    ---------- ---------- ----------

          860        0            0

    SQL> select /*+ parallel(t 4)*/count(*),agmt_id from F_AGT_COMR_INTDIST_H t group by agmt_id order by agmt_id;


    出现9个进程



  • 相关阅读:
    pycharm路径
    git常用命令
    分页
    router
    视图集
    Leanring TypeScript 中文版
    RXJS 系列 04
    RXJS 系列 03
    RXJS 系列 02
    RXJS 系列 01
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13352358.html
Copyright © 2011-2022 走看看