Modify the anatomy of Oracle SGA

Source: Internet
Author: User

Today we are going to discuss with you how to modify the size of the Oracle SGA zone. I saw the actual application materials for modifying the size of the Oracle SGA zone on the relevant website two days ago, let's share it with you. The following describes the content of the text.

1. Back up the database;

2. Shut down, unplug the power supply and various connection lines, extract the chassis, open the chassis, and increase the memory;

3. After the installation is completed, all components and connection lines are restored as they are, and the system is running normally;

4. Go to the system and check that the memory has been successfully installed;

5. Modify the database Oracle SGA parameters:

 
 
  1. SQL> show sga  
  2. Total System Global Area 2602007792 bytes  
  3. Fixed Size 740592 bytes  
  4. Variable Size 335544320 bytes  
  5. Database Buffers 2264924160 bytes  
  6. Redo Buffers 798720 bytes  
  7. SQL> alter system set sga_max_size=5000m scope=spfile;  
  8. System altered.  
  9. SQL> shutdown immediate;  
  10. SQL> startup  
  11. SQL> show sgaTotal System Global Area 5252811728 bytes  
  12. Fixed Size 744400 bytes  
  13. Variable Size 2986344448 bytes  
  14. Database Buffers 2264924160 bytes  
  15. Redo Buffers 798720 bytes  

6. Back up the system after checking that the system and database are completely correct

The above content is a description of the actual operation steps for modifying the size of the Oracle SGA area. I hope it will help you in this regard.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.