DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: buggy timers

  1. #1
    Join Date
    Mar 2001
    Location
    Cologne, Germany
    Posts
    24

    Question

    Hi there,

    Problem:
    I tried to use the SYS.DBMS_LOCK.SLEEP procedure for longer periods of inactivity. In the spec the parameter is seconds number, with no limit given. If started with 30000-40000 seconds, it sleeps only a few minutes.

    I tried DBMS_ALERT.WAITONE also, which has 17 minutes delay every 12 hours.

    Questions:
    Is the sleep-bug a known one ?
    May the waitone-delay vary on different machines ?
    Which timers are used by oracle ?
    Is there any really exact timer pl/sql can work with ?

    Commit;
    6502


  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    I wouldn't know about the DBMS_ALERT as I never realy used it. But it seems that DBMS_LOCK.SLEEP really gets confused if you use large number in a paramater. I tried it on WinNT, Ora 8.1.5 and observed the same outcome as you described. Which platform and Oracle release are you on? Maybe it is only platform-specific bug....

    I've searched Metalink Bug-database and haven't found this behaviour described. There were some simmilar bugs reported regarding DBMS_LOCK.SLEEP, but they were all platform-specific and all of them covered some different unexpected behaviours. I think you should report this as a new bug.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width