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 does an execution block start and end in pl sql?
how can we know the number of days between two given dates using mysql? : Sql dba
Can a composite key be null?
what is sp_pkeys? : Transact sql
What are some predefined exceptions in pl/sql?
Why self join is used in sql?
What is normalization? How many normalization forms are there?
Advantages and disadvantages of stored procedure?
Why do we use procedures in sql?
What is the difference between delete and truncate statement in sql?
What are different types of functions in sql?
Which language is used in sql?
Does sql profiler affect performance?
How do you identify a primary key?
what is 'mysqlcheck'? : Sql dba