Operating System - HP-UX
1832267 Members
3605 Online
110041 Solutions
New Discussion

How to determine memory usage for oracle db changes?

 
SOLVED
Go to solution
Gino Castoldi_2
Honored Contributor

How to determine memory usage for oracle db changes?

Hi,

HPUX 11.11 OVOU Oracle 8.1.7.4 4GB memory

We are having Oracle resource issues on our server. We are going to update some tuning parameters to help resolve this problem.
How can we tell what impact these changes will have? Can we tell how much memory is now being used after a change is made? We want to make sure that the Oracle changes will not use up too much memory.

10 points to any good answer.
Thank you
Gino
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: How to determine memory usage for oracle db changes?

Shalom Gino,

Several good ways.

1) Configure glance gpm to collect information and run a series of database read/write/access tests. make the changes, run the same test and compare the data.

2) Same concept without glance, use sar scripting. http://www.hpux.ws/system.perf.sh

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Arturo Galbiati
Esteemed Contributor

Re: How to determine memory usage for oracle db changes?