Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Create and Run Job in Oracle

Tags: myproc

A job object (job) is a collection of metadata that describes a user-defined task that is scheduled to run one or more times. It is a combination of what needs to be executed (the action) and when (the schedule). CREATE OR REPLACE PROCEDURE Myproc AS BEGIN INSERT INTO MYTEST(CREATED_ON) VALUES (sysdate); commit; END myproc; / […]



This post first appeared on HOW TO CREATE AND RUN JOB IN ORACLE, please read the originial post: here

Share the post

How to Create and Run Job in Oracle

×

Subscribe to How To Create And Run Job In Oracle

Get updates delivered right to your inbox!

Thank you for your subscription

×