How can we schedule the procedure to run automatically ?
Answer Posted / mahesh
By using dbms_job (buitin package upto oracle 9i)
and using dbms_scheduler (oracle 10G onwrds)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is materialized view in sql?
What is the requirement of self-join?
Is crud a cuss word?
Which is faster count (*) or count 1?
What is hibernate and its relation to sql?
What are synonyms in sql?
Explain cursor types?
What is the difference between delete, truncate and drop command?
Show code of a cursor for loop.
What is application trigger?
What is record type in pl sql?
What is difference between db2 and sql?
What is sql select statement?
What is trigger explain with example?
What is right join sql?