Search Results

Search: Posts Made By: user7509
27,721
Posted By user7509
Memory and CPU utilization for past period
Hi All,

We have a Linux (RHEL5) server hosting Oracle database.
Usually, Memory utilization will by 50 % and CPU utilization will be 20%.
In the last three days, volume of load was high and now...
5,439
Posted By user7509
Thanks a lot radoulov. It is working fine now.
Thanks a lot radoulov.
It is working fine now.
5,439
Posted By user7509
wild card in if condition not working
Hi,

I am using RHEL5.

I have following if condition.

if [ \( "{a}" == "*WARNING*" \) -o ( "{b}" == "*ERROR*" \) ]

In the above condition, if the value of a contains word WARNING, it...
7,512
Posted By user7509
Scrutinizer, Your detailed explanation helps...
Scrutinizer,

Your detailed explanation helps me a lot. Thanks
7,512
Posted By user7509
Doubt on free command
All,

I have doubts related to free command in Linux.
My environment is RHEL5 - 64 bit OS
We have 2 node RAC database installed

Query output from node 1 is

Free -g
...
4,654
Posted By user7509
Methyl, I said that I used your suggestion...
Methyl,

I said that I used your suggestion (if [ \( ${z} -gt 5 -a ${z} -lt 7 \) -o \( "${y}" = "VALID" \) ]) and it is working fine.
For that you are telling me psychic and all.
Mind your...
4,654
Posted By user7509
All, I used methyl's code and is working...
All,

I used methyl's code and is working fine. Thanks a lot for your inputs.
4,654
Posted By user7509
still not working..
still not working..
4,654
Posted By user7509
Hi I tried with following combinations, ...
Hi

I tried with following combinations,

if [[ $z -gt 5 -a $z -lt 7 ] -o [ $y == 'VALID' ]]

if [ $z -gt 5 -a $z -lt 7 -o $y == 'VALID' ]

if [ $z -gt 5 ]-a [ $z -lt 7 ] -0 [ $y == 'VALID'...
4,654
Posted By user7509
multiple condition in if
All,

My environment is Red Hat Enterprise Linux 5.

I am using the following condition --

if [[ $z -gt 5 -a $z -lt 7 ] -0 [ $y == 'VALID' ]]

above command is not working. It is telling...
1,752
Posted By user7509
Now it is working with "Set head off" ...
Now it is working with "Set head off"

Thanks
1,752
Posted By user7509
Zaxxon, I used your code, still i am getting...
Zaxxon,

I used your code, still i am getting the same result.
1,752
Posted By user7509
Getting value from oracle to unix shell
All,

I am using Sun Solaris and Oracle 10g.
I have a simple shell script returning a value.


#!/usr/bin/ksh

dummyvar=`sqlplus -s '/as sysdba' <<END
set feedback off;
set verify off;...
Showing results 1 to 13 of 13

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