![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unable to schedule events through cron | rakshit | HP-UX | 7 | 01-31-2008 04:57 AM |
| cron jobs not run | robertsnoog | Linux | 4 | 02-13-2007 12:24 PM |
| How to Schedule job using cron(URGENT) | ravi.sadani19 | Shell Programming and Scripting | 2 | 01-23-2006 07:10 AM |
| cron jobs | rmarral | UNIX for Advanced & Expert Users | 3 | 12-05-2005 11:59 AM |
| Cron to schedule 1st Wednesday of every Month?? | bradtri | Shell Programming and Scripting | 5 | 10-20-2004 12:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
schedule many jobs using cron
HI,
I need to schedule a no.of jobs using the cron facility. I currently do two kinds of scheduling,one based on the database load(after the database is loaded the program will start) and the other is based on time.....(say 10.00a.m daily) the problem is.......... When the database is loaded and the program gets scheduled at 10.am the other ksh (which sechedules at the specific time) is over written and the program doesn't start. Again i need to manually start the cron............ how can i avoid this situation? Please help... |
|
||||
|
You seem to be talking of two executable scripts. How are these two related? From what you describe, the two ksh scripts should run independently - one based on its pre-condition of a table load and the other on a timer in cron. Try to add more details on the scripts.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|