hi,
I am new to unix and trying to connect to oracle from unix.
I typed the below command and the error is sqlplus not found
Code:
$ sqlplus
-ksh: sqlplus: not found [No such file or directory]
can someone please tell me what is missing? I see that oracle is available on this unix box in the path /opt/oracle as a tar file.
thanks!
What is the command to list out all the CRON's running on a UNIX Server
Hi,
Let me just give a background of what the current process is before I proceed with my doubts.
Currently, I have a job in mainframes that is scheduled to run on a particular date and time every month(it is fully automated and no manual intervention is there in running that job).
Dear all,
i am executing the script.
with help of cron job but it is not executing in cron job.
i check owner and chmod and create the file and execute manually it is working fine but in cron job i set below
Crontab -e
8 14 * * * /home/tplinux/webapp/tpadminhost/collect_ejxml/ejrename.sh
wq!
Guy's
I'm facing problem with crontabe in Solaris10
and cron in crontab -e is not running but when I check /var/cron/log
I found all the process running .. !! strange thing !!
please your advice ...
Hi
Can some one please look this over for errors?
HI I am new to unix .
I wanted to create a cron job that runs a script every 10 min .So when I enter
Code:
vi /etc/crontab
I get the following output
Code:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root
On Debian Squeeze, cron stops running.
There is a stub application written in C. Now I want to run this application periodically, say at 11.30am daily. I thought of using the cron process but I dont know how to do it. Please help.
Also I want the cron to periodically check if the application is running normally or not.