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 rowtype?
Which operator is used in query for pattern matching?
Explain the update statement in sql
What is ON DELETE CASCADE?
What is scalar function in sql?
How many null values can be inserted in a coulmn whihc is unique constraint
What is difference between joins and union?
What is embedded sql in db2?
There is a table, In one column it has implemented a index, but the index is disturbed by the regular dml statements.. but still we need to keep the index. how it is possible?
How do I view tables in mysql?
How many parts of a pl sql block are optional?
what is difference b/w pravite procedures and public procedures?
3 Answers Steria, Wipro, Zensar,
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)