Explain the steps needed to create the scheduled job?
Answer / 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 |
Which data type is a composite type?
What is the process of copying data from table a to table b?
What is lexical units in pl sql?
how to create a primary key with out creating an index?
what are all the common sql function? : Sql dba
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is cascade in sql?
What is TABLE SPACE?
Can we rename a column in the output of sql query?
What is a .db file?
What are the types of join in sql?
What is sql clause?
Oracle (3253)
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)