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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -