Home Discussions Questions & Answers Reviewing Database Memory Configuration for EBS

Reviewing Database Memory Configuration for EBS

Avatar photoCustomer September 15, 2022 at 4:25 pm

We are reviewing our database performance best practices. We need to confirm if our SGA and PGA are optimally sized according to available server RAM. Which Blitz Report should we use?

Viewing 6 reply threads
  • Author
    Replies
    • Support September 17, 2022 at 1:11 am  

      The DBA SGA+PGA Memory Configuration report is ideal for this. It displays the current SGA and PGA memory configuration in gigabytes, comparing it to the available hardware resources, which is crucial for identifying if you are fully utilizing physical RAM.

    • Avatar photoCustomer September 18, 2022 at 4:49 am  

      What is the general performance tuning recommendation regarding SGA and PGA sizing for maximum performance?

    • Support September 18, 2022 at 10:07 pm  

      The goal is to configure the SGA and PGA aggregate target to use nearly all the physical memory on your server, leaving a few gigabytes for OS-level caching and process memory. Optimal sizing of the buffer cache and shared pool within the SGA is particularly critical.

    • Avatar photoCustomer September 20, 2022 at 6:43 pm  

      We use Linux; does this report also help check if HugePages are configured correctly?

    • Support September 22, 2022 at 1:34 am  

      Yes, the description of this report outlines how to check if HugePages are configured using Linux commands (`grep Huge /proc/meminfo`) and provides guidance on configuring `vm.nr_hugepages`. Remember that only SGA allocation benefits from large/huge pages.

    • Avatar photoCustomer September 23, 2022 at 4:38 pm  

      If I need guidance on resizing the SGA, is there a report that provides estimates of the impact?

    • Support September 24, 2022 at 11:38 am  

      Yes, the DBA SGA Target Advice report shows Oracle’s estimation of how resizing the SGA would affect overall database time and I/O.

Viewing 6 reply threads
  • You must be logged in to reply to this post.

Login with: