ORACLE Database running slow on AIX ( nmon / topas )


 
Thread Tools Search this Thread
Operating Systems AIX ORACLE Database running slow on AIX ( nmon / topas )
# 43  
Old 12-12-2010
Hi,

first of all apologies - 3 is obviously bullshit Smilie

Code:
vmo -p -o minperm%=3
vmo -p -o minfree=960
vmo -p -o maxfree=1088

Glad our suggestions did help Smilie

Regards
zxmaus
# 44  
Old 12-13-2010
Agree with zxmaus : glad to see our suggestions helped!

By the way, you should (for example)
Code:
set lines 200
set pages 999

before generating spool : the output would be better formatted

Regarding the tip mentionned by zxmaus, you can a lot more by reading the whole chapter A of the link i have posted in #29

AAdministering Oracle Database on AIX
A-1Memory and Paging
A-1Controlling Buffer-Cache Paging Activity
A-2Tuning the AIX File Buffer Cache
A-3Allocating Sufficient Paging Space
A-3Controlling Paging
A-4Setting the Database Block Size
A-4Tuning the Log Archive Buffers
A-4I/O Buffers and SQL*Loader
A-5Disk I/O Issues
A-5AIX Logical Volume Manager
A-6Using Journaled File Systems Compared to Raw Logical Volumes
A-8Using Asynchronous I/O
A-10I/O Slaves
A-10Using the DB_FILE_MULTIBLOCK_READ_COUNT Parameter
A-11Using Write Behind
A-11Tuning Sequential Read Ahead
A-12Tuning Disk I/O Pacing
A-12Resilvering with Oracle Database
A-13Backing Up Raw Devices
A-13CPU Scheduling and Process Priorities
A-13Changing Process Running Time Slice
A-14Using Processor Binding on SMP Systems
A-14Setting the AIXTHREAD_SCOPE Environment Variable

Last edited by ctsgnb; 12-13-2010 at 08:38 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

AIX server running very slow

Hello, All the commands on AIX are running very slow. Below is few stats but I didn't find any issue in cpu or memory reosurces vmstat System configuration: lcpu=4 mem=6144MB ent=1.00 kthr memory page faults cpu ----- -----------... (2 Replies)
Discussion started by: Vishal_dba
2 Replies

2. AIX

Need to check long running processes on the database server and the os is AIX

Hello, Please help me with a script with which I can check long running processes on the database server and the os is AIX. Best regards, Vishal (5 Replies)
Discussion started by: Vishal_dba
5 Replies

3. Shell Programming and Scripting

Running script automatically when threshold limit met in one of the field in oracle database

Hi Guys, Need you help in one point! I am working on one shell script which takes following steps : 1. Taking one query result from oracle database 2. Exporting that result to Xls file 3. Mailing that file to my own mail ID Now, I want to give a threshold limit to one of the column... (0 Replies)
Discussion started by: Agupte
0 Replies

4. Solaris

what is the command to see which database ie..oracle in running on solaris 10

what is the command to see which database ie..oracle in running on solaris 10 (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

5. AIX

Top command in AIX 4.2 (no topas, no nmon, no top)?

Is there a 'top' command equivalent in AIX 4.2 ? I already checked and I do not see the following ones anywhere: top nmon topas (1 Reply)
Discussion started by: Browser_ice
1 Replies

6. AIX

nmon vs topas

good morning what is the better solution to examen a P570 ? because i use topas and nmon, and the results are totally different !!! with nmon, i have 80% free cpu, and with nmon, i have 90% of used cpu !!!!!! i take a shot with an intervall of 10s during 10 mn. thank you (0 Replies)
Discussion started by: pascalbout
0 Replies

7. Filesystems, Disks and Memory

skgpspawn failed running oracle db 9.2.0.5.0 on aix 5.3

Hi, I am running an oracle db 9.2.0.5.0 on ibm p5 550 aix 5.3 with 10g ram, 10G swap space 3 database instances each SGA about 500Meg. I am getting the following error in my alert log file from time to time: skgpspawn failed:category = 27142, depinfo = 11, op = fork, loc = skgpspawn3 ... (0 Replies)
Discussion started by: hawkerpacific
0 Replies

8. AIX

Memory usage statistic? (topas, nmon)

hi, how can i diplay: - the ammount RAM used /free - ammount of ram used from a pid or prozess we have the problem, that malloc is returing a NULL pointer errno = 12 ( not enough space). but i think there is still ram free. nmon : shows all memory used ? Memory Use Physical Virtual... (7 Replies)
Discussion started by: Lazzar
7 Replies
Login or Register to Ask a Question