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


Please Help Members By Posting Answers For Below Questions

what is bcp? When does it used? : Sql dba

1065


Does group by remove duplicates?

1121


how many tables will create when we create table, what are they? : Sql dba

1156


How do I remove duplicates in two columns?

1202


Can we rollback truncate?

1083


what is collation? : Sql dba

1242


If a cursor is open, how can we find in a pl/sql block?

1252


What is the current version of sql?

1106


What is the current version of postgresql?

1188


Can delete statement be rollbacked?

1065


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

2102


Is primary key clustered index?

1028


how to start mysql server? : Sql dba

1279


what is dbms? : Sql dba

1070


what is schema? : Sql dba

1164