0% found this document useful (0 votes)
29 views3 pages

Tuning

This document configures the system global area (SGA) and program global area (PGA) memory sizes for an Oracle database. It sets the maximum and target sizes for components like the SGA, database buffer cache, Java pool and shared pool to amounts between 64GB and 2304GB. The document also provides a breakdown of the SGA usage, showing that database buffers take up around 40% of the SGA.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views3 pages

Tuning

This document configures the system global area (SGA) and program global area (PGA) memory sizes for an Oracle database. It sets the maximum and target sizes for components like the SGA, database buffer cache, Java pool and shared pool to amounts between 64GB and 2304GB. The document also provides a breakdown of the SGA usage, showing that database buffers take up around 40% of the SGA.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

ALTER SYSTEM SET SGA_max_size = ALTER SYSTEM SET SGA_target = ALTER SYSTEM SET DB_cache_size = ALTER SYSTEM SET

Java_pool_size = ALTER SYSTEM SET Shared_pool_size = ALTER SYSTEM SET PGA_aggregate_target = ALTER SYSTEM SET Large_pool_size = ALTER SYSTEM SET MEMORY_MAX_TARGET= ALTER SYSTEM SET MEMORY_TARGET= ALTER SYSTEM SET STREAMS_POOL_SIZE = Size in GB

2048 1820 637 64 455 600 64

M SCOPE = SPFILE; M SCOPE = SPFILE; M SCOPE = SPFILE; M SCOPE = SPFILE; M SCOPE = SPFILE; M SCOPE = SPFILE; M SCOPE = SPFILE;

2304 M SCOPE = SPFILE; 2304 M SCOPE = SPFILE; 10 M SCOPE = SPFILE; 2 1024

16-64 300-500 16-64 For oracle 11 For oracle 11

Total [%] SGA Fixed size Variable size Database Buffers Redo Buffres 4275781632 2260032 1728054208 2533359616 12107776 100 0.052856581 40.41493127 59.24904109 0.283171056

You might also like