DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: Load on base oracle

  1. #1
    Join Date
    Jun 2001
    Posts
    32

    Load on base oracle

    I have a question.

    I have an Oracle database (8.1.7) running on a Solaris Unix (5.8).
    The machina has 12 cpu.

    No matter how many connections and treatments I have on the machine,
    Only 2 cpu seem to be working, and the machine never seem to be on 100% load, at most 10% load.

    Can someone explain to me why?

  2. #2
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    Post this results
    Code:
    SQL> show parameter cpu_count
    
    NAME                                 TYPE    VALUE
    ------------------------------------ ------- ------------------------------
    cpu_count                            integer 2
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Your application is not scalable?
    Jeff Hunter

  4. #4
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Index creation in parallel threads will use all CPUs. You can do simple test. Create a large table (10 G ) and build an index on 3 or more columns. Watch the CPU utilization. If the server is not using most of the CPUs, then there could be problem in Solaris 5.8 or the machine is NOT built properly. May be 10 CPUs are not configured properly. COntact SUN Microsystems.

    Tamil

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Maybe you are I/O bound and the CPUs have no work to do.
    Jeff Hunter

  6. #6
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    Originally posted by marist89
    Maybe you are I/O bound and the CPUs have no work to do.
    A good reason. Better to know his storage configuration.
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

  7. #7
    Join Date
    Jun 2001
    Posts
    32
    SQL> show parameter cpu_count

    NAME TYPE VALUE
    ------------------------------------ ------- ------------------------------
    cpu_count integer 12

  8. #8
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    As Jeff said, is your storage is maxed out by I/O so that the CPU is waiting?
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width