IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Oracle params:

Note: I do not use mutithreaded server.

set shmsys:shminfo_shmmax=0xffffffff
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10

set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=500
set semsys:seminfo_semmns=1000
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
New hmm they look ok
I would kick up "set semsys:seminfo_semmns=1000" to 2000 and here is the reference manual on those settings.
[link|http://docs.sun.com/?p=/doc/806-7009/6jftnqsj7&a=view|link]
thanx,
bill
."Once, in the wilds of Afghanistan, I had to subsist on food and water for several weeks." W.C. Fields
New Why?
* SEMMNS Set to the sum of the PROCESSES parameter for each Oracle
* database, adding the largest one twice, then add an additional 10 for each
* database. See "Configure the UNIX Kernel for Oracle8i" for an example of this
* formula.
*
Single Oracle instance, 150 max
processes, more likely I'm using 40
of them, with only 7 of them being
the shadow processes for my code.
New Don't guesstimate, get actual count.
Assumptions are sometimes wrong. :)
Alex

"Television: chewing gum for the eyes." -- Frank Lloyd Wright
New Good point
And now you have me thinking.

I bet I max out on parallel query
slaves. I'll look into it.
New Nah, not even close
This process doesn't paralleize since
I restrict each to a specific paritition.

Here are ALL the oracle processes running
(other than shells) when I have 6 going
at the same time:

oracle 18883 1 0 19:21:19 ? 0:01 ora_smon_aig4
oracle 18875 1 0 19:21:18 ? 0:00 ora_pmon_aig4
oracle 18899 1 0 19:21:33 ? 0:00 /u01/app/oracle/product/9.2.0/bin/tnslsnr LISTENER -inherit
oracle 19120 1 8 20:54:58 ? 4:01 oracleaig4 (LOCAL=NO)
oracle 18889 1 0 19:21:19 ? 0:00 ora_d000_aig4
oracle 19153 1 9 20:56:54 ? 2:56 oracleaig4 (LOCAL=NO)
oracle 18893 1 0 19:21:19 ? 0:00 ora_d002_aig4
broom 19243 19241 0 21:04:15 pts/29 0:00 grep ora
oracle 19167 1 8 21:00:09 ? 1:44 oracleaig4 (LOCAL=NO)
oracle 18879 1 0 19:21:19 ? 0:00 ora_lgwr_aig4
oracle 19232 1 3 21:04:05 ? 0:03 oracleaig4 (LOCAL=NO)
oracle 18891 1 0 19:21:19 ? 0:00 ora_d001_aig4
oracle 19206 1 8 21:02:13 ? 0:43 oracleaig4 (LOCAL=NO)
oracle 19219 1 7 21:03:17 ? 0:18 oracleaig4 (LOCAL=NO)
oracle 18881 1 0 19:21:19 ? 0:00 ora_ckpt_aig4
oracle 18887 1 0 19:21:19 ? 0:00 ora_s000_aig4
oracle 18877 1 0 19:21:19 ? 0:00 ora_dbw0_aig4
oracle 18885 1 0 19:21:19 ? 0:00 ora_reco_aig4
     Tuning crazies - (broomberg) - (25)
         Tuning... a few suggestions - (folkert) - (4)
             Thanks - (broomberg)
             Reread - (broomberg) - (2)
                 Just did the re-read... - (folkert) - (1)
                     Gut feel is Oracle - (broomberg)
         what is your /etc/system file look like on the sun - (boxley) - (6)
             Oracle params: - (broomberg) - (5)
                 hmm they look ok - (boxley) - (4)
                     Why? - (broomberg) - (3)
                         Don't guesstimate, get actual count. - (a6l6e6x) - (2)
                             Good point - (broomberg) - (1)
                                 Nah, not even close - (broomberg)
         I think I got it - (broomberg) - (12)
             ooh ooh ooh I know!!!!! - (boxley) - (11)
                 No locking - (broomberg) - (10)
                     yer locking via nfs - (boxley) - (9)
                         I'm confused - (broomberg) - (8)
                             yer right but lockd isnt running on linux - (boxley) - (7)
                                 Yup, my issue - (broomberg) - (6)
                                     Piece o'crap Dell Dual Xeon - (broomberg) - (5)
                                         Re: Piece o'crap Dell Dual Xeon - (folkert) - (4)
                                             I knew I was throwing you a bone - (broomberg) - (3)
                                                 Mmmmmmmmm... Tasty! -NT - (folkert) - (2)
                                                     Update - (broomberg) - (1)
                                                         Good to know... - (folkert)

Many of the dead have finished being dead without the assistance of medical staff or fancy equipment. It would be good if people could help with the swift opening of bags that are wiggling and/or noisy.
102 ms