Search Results

Search: Posts Made By: d3xt3r
6,793
Posted By d3xt3r
hi mcknz, here is a simple script. this will...
hi mcknz, here is a simple script. this will check if oracle database is running.

db_stat=`ps -ef|grep ${ORACLE_SID}|grep pmon|wc -l`
if [[ $db_stat = 1 ]] ;
then
echo "running"
else
echo...
11,658
Posted By d3xt3r
hi zaxxon, finally i made it this script will...
hi zaxxon, finally i made it this script will send email once and does not resend it once it is done sending an email. I just want to share it with everybody.

#!/bin/bash
email_stat=stat.txt...
Showing results 1 to 2 of 2

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