If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > how can i determine the performance

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-05-04, 07:45
alfredfong alfredfong is offline
Registered User
 
Join Date: Dec 2003
Posts: 32
how can i determine the performance

Now our database have 20GB data and the performance is extremely slow
So i would like to is the io of disk storage slow or there is bottleneck on oracle

the disk storage used NAS with Oracle 9i on IBM AIX dual CPU 2GB ram
Reply With Quote
  #2 (permalink)  
Old 05-05-04, 08:30
paginit paginit is offline
Registered User
 
Join Date: Jan 2004
Location: India
Posts: 191
Hi,

Go for oracle statspack. It give good picture about oracle performance.

Thanks,
__________________
Pagnint
(No need to search web before posting new question)
Reply With Quote
  #3 (permalink)  
Old 05-06-04, 05:06
alfredfong alfredfong is offline
Registered User
 
Join Date: Dec 2003
Posts: 32
but how can i refer to this .. And which part should i study
Reply With Quote
  #4 (permalink)  
Old 05-06-04, 05:38
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
install the statspack package

SQL> @ORACLE_HOME/rdbms/admin/spcreate

if you run into problems simply run spdrop.sql as peruser

then set timed_statistics = true
collect snapshots at the highest level which is 10

analyze the wait events esp. for I/Os

for me I once figured out that even in a SAN/NAS Storage spindles count
Reply With Quote
  #5 (permalink)  
Old 05-06-04, 13:18
clio_usa clio_usa is offline
Registered User
 
Join Date: Apr 2002
Location: California, USA
Posts: 482
Quote:
Originally Posted by alfredfong
Now our database have 20GB data and the performance is extremely slow
So i would like to is the io of disk storage slow or there is bottleneck on oracle

the disk storage used NAS with Oracle 9i on IBM AIX dual CPU 2GB ram
You can use the OEM Tuning Pack -> Expert. All you have to do is to install the agent on your db server and collect some statistics. The Expert will give you a tuning recommendations.

The more precise way is to use STASTPACK as suggested.


HTH,

clio_usa - OCP 8/8i/9i DBA
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On