Search Results

Search: Posts Made By: user__user3110
3,246
Posted By user__user3110
Thanks, i shall try that. meanwhile if anyone has...
Thanks, i shall try that. meanwhile if anyone has any other suggestions or script pls let me know.
3,246
Posted By user__user3110
Script to Monitor windows process
Hi Guys,

I'm looking for a script( preferably perl script) which should monitor a application service and alert me when it goes down. application is installed in windows NT.

Scenario: I have...
2,407
Posted By user__user3110
Tailing last modified part of log file
I have a log file which contains data like this


This log file is updated twice a day at 7am and 6pm,
I want a script(which i will make run at 7:10am and 6:10pm) which should fetch only the last...
2,031
Posted By user__user3110
Hi Anbu, nawk worked !!!! excellent ~ ...
Hi Anbu,

nawk worked !!!! excellent ~

Thank you all for helping...!!!
2,031
Posted By user__user3110
When i leave space like that it is given this...
When i leave space like that it is given this error message..
2,031
Posted By user__user3110
AWK error
This is my disk space on solaris box and i wrote a simple script which identifies mount points which crosses 90% or above.
But the AWK part is throwing some error and im unable to debug..
mzaheer @...
1,353
Posted By user__user3110
Guys.. Thank You.. It worked...!! Much...
Guys.. Thank You.. It worked...!!
Much Appreciated !!
1,353
Posted By user__user3110
Shell Script- Need Help Please
The above script will display disk space which is greated then or equal to 70.
I'm trying to write a script which should have the qualification of >=70 and <=89

I tryed to write something like...
1,304
Posted By user__user3110
Excellent !! Thank You ... it worked....
Excellent !! Thank You ... it worked....
1,304
Posted By user__user3110
Shell Script- Need Help Please
Hi guys, we all know that the above script will display "message 1" if and only if it encounters used space value exactly equal to 70%, i would like to display "message 1" with condition equal to or...
Forum: Programming 07-14-2008
5,856
Posted By user__user3110
Hi, yes your exectly right.. im trying to...
Hi,
yes your exectly right.. im trying to execute OS command inside pl/sql.
and therez the error occurs..i dnt know how to do it.
The link u have given is not working for me.

Thanks
Zaheer
Forum: Programming 07-14-2008
5,856
Posted By user__user3110
Host command NOT getting executed in Hot backup script.
Hi All,
i have problem in the following Sql Script.
problem is : HOST (!) command is not getting executed.pls de-bugg this HoTBackup Script......
Most urgent...!
Thank You very Much !!

SQL>...
4,294
Posted By user__user3110
Hi Methyle and All, if u execute the following...
Hi Methyle and All,
if u execute the following code:


i get the following error:

$ l.sh
l.sh: test: argument expected

Please HELP
4,294
Posted By user__user3110
Hi namishtiwari, If i remove set im getting...
Hi namishtiwari,

If i remove set im getting the error..
and if i put "set" it's executing wrong loop...Oh God.

code:
egrep '(Latch Hit)...' /oracle/zaheer/parts/part4 | awk '{print "Latch Hit...
4,294
Posted By user__user3110
Hi namishtiwari and zaxxon and all, I really...
Hi namishtiwari and zaxxon and all,
I really appreciate your patience...

Thank You ur code worked.

but it was just a sample code given.my actuall program is NOT working.
i wanted/used the...
4,294
Posted By user__user3110
Hi Zaxxon, Still im not getting the desired...
Hi Zaxxon,
Still im not getting the desired output..
here is the code
#!/bin/sh
value1=90
value2=70
if (( ${value1} > ${value2})); then
echo "${value1} is normal"
else
echo...
4,294
Posted By user__user3110
Hi zaxxon and namishtiwari thanks for your quick...
Hi zaxxon and namishtiwari thanks for your quick turn over,

For namishtiwari
If I edit code as per u say... im getting the following output:
$ value_test.sh
Is normal.

Here it's executing...
4,294
Posted By user__user3110
Simple program but problem-pls Help
Hi All,
I have problem in the following shell script (problem in 2and3 line i guess)
#!/bin/sh
set value1 = 90;
set value2 = 70;
if [ $value1 > $value2 ]; then
echo "$value1 is normal"
else...
5,189
Posted By user__user3110
hay it's not working.. please give me full...
hay it's not working.. please give me full code......
5,189
Posted By user__user3110
egrep problem | printing next line?????
Hi !!! Dear People,
Please help me with the following problem.
consider this output:
Top 5 Timed Events
~~~~~~~~~~~~ Total
Event Waits Time (s)...
3,090
Posted By user__user3110
hi
i need over all script which analysis the statspack report and gives recommendations.
3,090
Posted By user__user3110
Statspack Script
Hi Dear ALL,

As we all know what is STATSPACK and how to take STATSPACK report of a database.

I need a script(any language) which analysis the STATSPACK and gives overall...
2,748
Posted By user__user3110
Statspack Script
Hi Dear ALL,
As we all know what is STATSPACK and how to take STATSPACK report of a database.

I need a script(any language) which analysis the STATSPACK and gives overall report/recommendations....
3,654
Posted By user__user3110
Reading from Text file.....
Hi
Im MZ.... please help me with my requirements.....

Requirement: I have a text file named information.txt which contains information about Oracle Instances, I want to fetch data's from that...
Showing results 1 to 24 of 24

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