Search Results

Search: Posts Made By: sumanmca2006
2,466
Posted By hergp
Looks like the output of the select statement is...
Looks like the output of the select statement is not just 0, but something like 0.

If the status code in the database does not contain blanks, you just could remove the quotes from the case...
2,466
Posted By hergp
I am not sure, if I understand you correctly. Do...
I am not sure, if I understand you correctly. Do you mean the SQL SELECT statement or the case-construct afterwards? Can you give an example?
2,466
Posted By hergp
You might want to run db2 -x SELECT ... to get...
You might want to run db2 -x SELECT ... to get rid of the heading and 1 record(s) selected.
2,466
Posted By kshji
Example forever loop and if status is 0, then...
Example forever loop and if status is 0, then break the loop. Case is nice command to use string comparing.


#!/bin/bash
# or ksh
while true
do
# your db code here
# after that:...
Forum: AIX 03-19-2014
3,080
Posted By rbatte1
I would not worry about real memory reporting 99%...
I would not worry about real memory reporting 99% with vmstat, nmon or such like, as AIX keeps real memory even when a process ends just in case the same data is needed later. You need to keep an...
Forum: AIX 03-18-2014
3,080
Posted By zaxxon
If it the out of memory occurs directly after the...
If it the out of memory occurs directly after the application or DB2 is started, you might want to check, to which value the parameter database_memory is set, or maybe one of the other memory...
Forum: AIX 03-19-2014
3,080
Posted By ibmtech
May be your team did not performed a stress test...
May be your team did not performed a stress test thoroughly, you will put the system to its max limits during that test (before you go live).

I guess, the no of users after go-live crossed the...
Showing results 1 to 7 of 7

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