How can we schedule the procedure to run automatically ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nakul.v
We can Schedule a Stored Procedure to run automatically
once we attach the Procedure to a Package and use the
Built – In DBMS_JOB Package.
DBMS_JOB.SUBMIT & DBMS_JOB.RUN will help us to Schedule a
Stored Procedure
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / swapna
We Can Schedule The Procedure Run Automatically By Using
Packages.
Is This Answer Correct ? | 6 Yes | 5 No |
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
Which command is used to call a stored procedure?
How many types of relationship are there?
What are triggers, and when would you use them?
Define select, insert, create, delete, update, drop keywords
What does where 1/2 mean in sql?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
define sql
What is trigger types of trigger?
How to find string or key value using pl/sql code?
What are the different types of database management systems?
what are the advantages of cursors than procedures?