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 |
What is a unique key?
Can you alter start with clause?
How to convert comma separated string to array in pl/sql?
What is pl sql code?
What is the usage of sql functions?
how to debugg a procedure or package using dbms_output.put_line in plsql
define join and explain different type of joins? : Sql dba
How many triggers can be implemented for a table?
What is structural independence and why is it important?
Why truncate is faster than delete?
What is difference sql and mysql?
What is integrity constraints?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)