1827401 Members
5436 Online
109965 Solutions
New Discussion

cron message

 
SOLVED
Go to solution
kacou
Regular Advisor

cron message

i saw this message (below) in my /var/adm/cron.
is it an error message or not? or what does it mean
-------------------------------
/appl/oracle/expTA.sh 1>>/appl/oracle/expTA.log 2>>/appl/oracle/expTA.err
-------------------------------
3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: cron message

Have a look in

appl/oracle/expTA.err

if there are messages.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
kacou
Regular Advisor

Re: cron message

yes there is an error message
---------------------------------
Export terminated unsuccessfully
-----------------------------------

thanks
Torsten.
Acclaimed Contributor

Re: cron message

This is what happens:

/appl/oracle/expTA.sh => the script that was called

1>>/appl/oracle/expTA.log => re-direct the standard output and append to file /appl/oracle/expTA.log

2>>/appl/oracle/expTA.err => redirect the error output and append to file /appl/oracle/expTA.err


Have a look into both files for complete output.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!