Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> ?: Crontab ,HELP!!!
Hello All,
Now my cronjob works fine.Thank you very much for your help.
Regards,
Saroj
-----OE'ffbfZ[fW-----
ol: Michael Henderson [mailto:MHenders_at_tvnz.co.nz]
'-M"Zz: Wednesday, February 07, 2001 PM 01:35
^: Multiple recipients of list ORACLE-L
OE-: Re: Crontab ,HELP!!!
Hi Saroj,
crontab runs within its own environment (ie. it doesn't inherit an environment from any .profile or /etc/profile etc), so you will have to explicitly call them in your crontab job line (eg. . /etc/profile;<script or command> ) or even better declare the variables that the script will need in the beginning of the script and then just have the name of the script at the top.
This one got me too. :-)
Later,
Mike.
Michael Henderson, DBA
http://www.nzoom.com
DDI: +64-9-916 6941 Fax: +64-9-308 9614 Mob: 021-465 466
>>> Saroj.Dash_at_gecapital.com 02/07 5:10 pm >>>
Hello All,
I want to run a Job using crontab scheduling.The job is running but with error like sqlplus and svrmgrl not found.
When I am using the crontab script then it gives some error ,like sqlplus and svrmgrl not found.
But ths same scripts manually working fine .
So please tell me is there any path will setup to run the crontab . I am running the crontab from oracle id ,not from root.
Please tell me what is the problem if i will run in orcale id. Where i will give permission so that it will get the path of sqlplus and svrmgrl .
I am sending the out put of cron .Please see it and tell me.
our "cron" job on JLCSBLU1
/db/oracle/oradata/scripts/SIEBELBKUP/coldbkup
produced the following output:
Started Cold Backup For jlisuser Wed Feb 7 11:05:01 JST 2001 Started Cold Backup For jlisuser Wed Feb 7 11:05:01 JST 2001/db/oracle/oradata/scripts/SIEBELBKUP/coldbkup: sqlplus: not found
/db/oracle/oradata/scripts/SIEBELBKUP/coldbkup: sqlplus: not found
/db/oracle/oradata/scripts/SIEBELBKUP/coldbkup: sqlplus: not found
/db/oracle/oradata/scripts/SIEBELBKUP/coldbkup: sqlplus: not found
Regards,
saroj.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Dash, Saroj (CAP,CEF) INET: Saroj.Dash_at_gecapital.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Michael Henderson INET: MHenders_at_tvnz.co.nz Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Dash, Saroj (CAP,CEF) INET: Saroj.Dash_at_gecapital.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Feb 07 2001 - 01:17:08 CST