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
Can variables be used in sql statements?
What do you mean by dbms? What are its different types?
What is trigger explain with example?
What is auto increment?
If a cursor is open, how can we find in a pl/sql block?
what is 'mysqlshow'? : Sql dba
Explain what is a subquery ?
What is type and rowtype in pl sql?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Can we use update in sql function?
What does rownum mean in sql?
Show how functions and procedures are called in a pl/sql block.
What is cursor in pl sql?
What is the difference between a query and a report?
Does user triggers have entry for trigger with compilation errors?