![]() |
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 |
| Cron job not working | dkranes | UNIX for Dummies Questions & Answers | 5 | 10-26-2007 11:01 AM |
| Cron not working? | christo16 | UNIX for Dummies Questions & Answers | 5 | 03-09-2007 02:55 AM |
| cron not working | DaleCabell | UNIX for Dummies Questions & Answers | 1 | 07-28-2006 07:16 PM |
| Cron job not working | janavenki | Shell Programming and Scripting | 7 | 03-10-2004 12:36 PM |
| CRON - How to tell it's working? | jaffy1229 | UNIX for Dummies Questions & Answers | 7 | 04-15-2002 12:09 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Cron not working
I created a file in /u01/oradata directory as cronjb.ksh which contains following script
30 12 * * * /export/home/oracle/u01/oradata/rman.ksh '/export/home/oracle' is my root directory. I then moved cronjb.ksh file to my '/export/home/oracle' directory. i typed crontab cronjb.ksh. However my cronjob named cronjb.ksh does not run. I typed mail and i dont see any email. Below is my rman.ksh script. is there any command to findout why my cronjob not working? [b]exec>/u01/oradata/bkup_$$.log 2>&1 ORACLE_HOME=/u01/app/oracle/product/10.2; export ORACLE_HOME ORACLE_SID=SEED; export ORACLE_SID PATH="$PATH:$ORACLE_HOME/bin" rman target=/<< EOF run{ SHUTDOWN IMMEDIATE STARTUP MOUNT ALLOCATE CHANNEL ch1 device type disk FORMAT '/u01//oradata/ora/%U'; BACKUP AS COMPRESSED BACKUPSET DATABASE PLUS ARCHIVELOG; SQL 'ALTER DATABASE OPEN';} EXIT ; EOF[/B |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|