adspace
Explain the steps needed to create the scheduled job?
Answer Posted / Sumit Rajput
1. Create a PL/SQL block or procedure with the necessary logic for the job. 2. Register the PL/SQL block or procedure as a DBMS_SCHEDULER job using the ADD_JOB function. 3. Define a job chain or schedule to run the job using the ADD_JOB_CHAIN or CREATE_JOB_SCHEDULE functions. 4. Enable the job and start the execution using the START_JOB or RUN_JOB_NOW functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
Does group by remove duplicates?
how many tables will create when we create table, what are they? : Sql dba
How do I remove duplicates in two columns?
Can we rollback truncate?
what is collation? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is the current version of sql?
What is the current version of postgresql?
Can delete statement be rollbacked?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key clustered index?
how to start mysql server? : Sql dba
what is dbms? : Sql dba
what is schema? : Sql dba