Governor Question Iddle

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • matias.cornejo@gmail.com

    Governor Question Iddle

    I put the next lines in the overnor configuration file to force the
    sessions ir there are more than 15 minutes doing nothing but it's not
    working. I need some help.

    =============== =============== =============== =============

    desc "Restriccio n 15 Minutes"
    setlimit idle 900
    action force
    ;

    desc "users with no restriction"
    authid fnmr, db2inst1
    setlimit
    cpu -1
    locks -1
    uowtime -1
    idle -1
    rowsread -1
    rowssel -1
    ;

    desc "test1 "
    authid jperf
    setlimit rowssel 10
    action force
    ;

    desc "test2"
    authid jperf
    setlimit idle 3
    action force
    ;

    =============== =============== =============== =============


    Thanks in advance

  • matias.cornejo@gmail.com

    #2
    Re: Governor Question Iddle

    I solve the problem changin the Database System Monitor to ON

    On Jun 12, 9:32 am, matias.corn...@ gmail.com wrote:
    I put the next lines in the overnor configuration file to force the
    sessions ir there are more than 15 minutes doing nothing but it's not
    working. I need some help.
    >
    =============== =============== =============== =============
    >
    desc "Restriccio n 15 Minutes"
    setlimit idle 900
    action force
    ;
    >
    desc "users with no restriction"
    authid fnmr, db2inst1
    setlimit
    cpu -1
    locks -1
    uowtime -1
    idle -1
    rowsread -1
    rowssel -1
    ;
    >
    desc "test1 "
    authid jperf
    setlimit rowssel 10
    action force
    ;
    >
    desc "test2"
    authid jperf
    setlimit idle 3
    action force
    ;
    >
    =============== =============== =============== =============
    >
    Thanks in advance

    Comment

    Working...