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
How delete all data from all tables in sql?
What is compound trigger?
Can a commit statement be executed as part of a trigger?
how to extract a unit value from a date and time? : Sql dba
What is a nested table in word?
differentiate between float and double. : Sql dba
What are the limitations of sql express?
how to convert dates to character strings? : Sql dba
How to load data with sql*loader?
Are subqueries better than joins?
how mysql optimizes distinct? : Sql dba
What is data modelling in sql?
Does truncate table reset auto increment?
Explain the components of sql?
What are sql procedures?