In Forms, we are using timer using Create_Timer command,
When-Timer_Expired trigger will fire after whatever we have given time duration while creation of timer.
Same process I want to do in PL/SQL. Is it possible in PL/SQL? and How?. Anybody help to give command in PL/SQL.
Vbaskar is absolutely right.
Like in forms if you want any specific task
to execute at a particular time and also wants
to reapeat that task again and again can go for
DBMS_JOB package, which will help you to submit
Your job in the job queue and your job will run
Automatically once it will satisfy when to run your task.
Bookmarks