oracle11g - How to create a scheduler job in oracle 11g with time window -


how create scheduler job stored procedure run every seconds monday till friday , 10 20 clock?

instead of relaunching job every second make more sense have permanent background task polls relevant table once per second. use dbms_lock.sleep(1) achieve necessary wait. (access dbms_lock not granted default need dba grant execute privileges user.)


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -