How can we schedule the procedure to run automatically ?

Answers were Sorted based on User's Feedback



How can we schedule the procedure to run automatically ?..

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

How can we schedule the procedure to run automatically ?..

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

How can we schedule the procedure to run automatically ?..

Answer / swapna

We Can Schedule The Procedure Run Automatically By Using
Packages.

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More SQL PLSQL Interview Questions

What is #table in sql?

0 Answers  


Advantages and disadvantages of stored procedure?

0 Answers  


What are the qualities of 2nf?

0 Answers  


What is minus?

0 Answers  


what is transaction? : Sql dba

0 Answers  






in procedure how to return a value

3 Answers   Wipro,


what are the types of join and explain each? : Sql dba

0 Answers  


What are the attributes of SQL*PLUS ?

2 Answers   Dream Careers, Oracle,


What is the use of a view in sql?

0 Answers  


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

0 Answers  


Types of joins ?

11 Answers   Polaris, TCS,


Why should I use postgresql?

0 Answers  


Categories