Search Results

Search: Posts Made By: abdul bari
4,605
Posted By abdul bari
Script to get hung jobs in cron service.
Hi
I want to have a list of hung jobs in crontab .
e.g
The below output gives a list of hung jobs including the running one.

"
USER1] ps -ef | grep 22345
root 22345 1 0 Nov 10 ? 0:09...
Forum: Infrastructure Monitoring 06-15-2010
83,400
Posted By abdul bari
The script looks like below. if [ -z...
The script looks like below.

if [ -z "$tnsping ora_tns_name |grep TNS- "]; then
echo "Listener and TNS are working";
else
echo "Listener and TNS are not working";
fi

if tns is...
Forum: Infrastructure Monitoring 06-15-2010
83,400
Posted By abdul bari
Test if Oracle listener is running
Hi All ,

I am new to shall scripting, i want write an script for oracle tns and listener.

If tns working i want o/p as "Listener and TNS are working"
else o/p should be ""Listener and TNS...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy