Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Crontab ,HELP!!!

Re: Crontab ,HELP!!!

From: Michael Henderson <MHenders_at_tvnz.co.nz>
Date: Tue, 06 Feb 2001 20:51:53 -0800
Message-ID: <F001.002AD21B.20010206203526@fatcity.com>

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
/db/oracle/oradata/scripts/SIEBELBKUP/coldbkup: /bin/svrmgrl: 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).
Received on Tue Feb 06 2001 - 22:51:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US