GeekArticles
FAQ
Oracle FAQscheduler-calling shell script
Author: asktom.oracle.com |
Published: 27th Jan 2008 |
Visited: 42 times |
Add CommentFiled in: Oracle FAQI have created a job in oracle 10.2.0.1.0 /linux
BEGIN
dbms_scheduler.CREATE_JOB (
job_name => 'TEST_JOB',
job_type => 'EXECUTABLE',
job_action => '/tmp/test1.sh',
start_date => '01-jan-08 05:51:00 PM US/Pacific',
repeat_interval => ...
Read Article Sponsored Links
Related Articles
• Speeding Up Post Load Script Post-load script maybe one of the most challenging tasks for developers especially those that use a framework for building an Ajax application. In a framework setting, developers will always work in a setting wherein JavaScript is involved.
When post load happens, developers will be limited in thei ...
• SQL Agent: A Job Scheduler Framework An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much m ...
• JavaFX Script on Java ME Cell Phone Hinkmond Wong previews one of the demos for the 2008 JavaOne Conference: in his blog, he shows JavaFX Script Player running on a Java ME stack, on a Pantech Duo C810 cell p ...
• Screencast: Intro to JavaFX Script At the last JavaPolis, JavaFX Script expert Jim Weaver gave an hourlong introduction to JavaFX Script presentation, which is now available onli ...