How can we schedule the procedure to run automatically ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is implicit cursor in pl sql?

739


What is cte sql?

718


Is it possible to create the following trigger: before or after update trigger for each row?

924


How to take user input in pl sql?

889


Mention what does the hierarchical profiler does?

733






Give the order of sql select?

829


what is the difference between inner and outer join? Explain with example. : Sql dba

726


How many unique keys can a table have?

738


What is index example?

749


Is sql harder than python?

819


What is clustered and nonclustered index in sql?

695


define sql delete statement ? : Sql dba

745


how to write date and time literals? : Sql dba

698


Can two tables have same primary key?

729


What is sql not null constraint?

775