Results 1 to 5 of 5

Thread: Using diagnostic tool to measure the performance

  1. #1
    Join Date
    Nov 2009
    Posts
    56

    Using diagnostic tool to measure the performance

    Hi,
    I am doing one project, which is related to oracle workload detection. I have to find which workload is running now.I want to know about how we can take the data from oracle views(instances) as the performance of oracle workload by dynamic table that are easily as by select query also I want to know that how to retrieve data from oracle diagnostic tool(performance of workload).If any one knows please help me.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Using diagnostic tool to measure the performance

    There are so many facilities are available to tune the oracle database and the tools are updated and facilitated to oracle with every versions.

    You can easily take the example of oracle 9i,That is middle version of the every oracle database.You can investigate your database with the following tools which are very popular to use :

    1. Statspack
    2. Dynamic view(Instance level information)

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Using Statspack diagnostic tool to measure the performance

    If you are going to tune the database,there should be a baseline through which you can find out the status for different positions of database.Before sometime your database is running well but now because of some workload,the performance is going down.
    For these things,you need a diagnostic report which will tell you the difference between both position and which one component is causing the bad performance.

    This task can be happened using statspack diagnostic tool of oracle database.It stores all the diagnostic in a system defined table which is used in reporting the performance later.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Installing Statspack tool for performance measurement

    Installation of statspack:

    For the installation of statspack you need to follow these steps:

    1. Open your database and login as sysdba

    SQL> CONNECT / AS SYSDBA

    2.Execute the spcreate file :

    SQL>ORACLE_HOME/rdbms/admin/spcreate

    3. Enter the valid information about statspack user and default and temporary table spaces with the associated password.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Using dynamic views to measure the performance

    You can use the dynamic view which will give you the fluctuation of database.but they can't explore that much.

    There are three different category of views are available to measure the performance :

    1. Current State Views
    This catagory will introduce with the dynamic performance view which will show you the current information of system.

    2. Counter/Accumulator Views
    It will show that how many times the events occur at instance or session start up.

    3. Information Views
    It will show you the fluctuation of instance with different sub-components.

Similar Threads

  1. How to measure reportviewer performance
    By Xena in forum Windows Software
    Replies: 3
    Last Post: 12-08-2009, 09:19 AM
  2. Download Windows 7 RC Vine Diagnostic Tool
    By MrChris- in forum Operating Systems
    Replies: 1
    Last Post: 02-06-2009, 07:19 PM
  3. Memory Diagnostic Tool crashes under Vista
    By Stephanatic in forum Operating Systems
    Replies: 3
    Last Post: 25-04-2009, 07:25 PM
  4. Missing Memory Diagnostic Tool
    By Lynette in forum Windows x64 Edition
    Replies: 4
    Last Post: 20-02-2008, 11:54 PM
  5. Troubles with Windows Memory Diagnostic Tool
    By croyer in forum XP Hardware
    Replies: 3
    Last Post: 07-07-2007, 02:21 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,135,727.49580 seconds with 17 queries