0% found this document useful (1 vote)
368 views

Oracle 19c Database - Larger SGA - Performance Best Practices - Dell Technologies Info Hub

This document discusses increasing the size of the SGA (System Global Area) for an Oracle 19c database as a performance best practice. It recommends setting the SGA size to 72GB and provides steps to update the SGA size which includes logging into the database node, connecting to SQLPlus, altering the SGA target parameter, restarting the database, and verifying the new SGA size. These steps should be followed for each of the eight database nodes/VMs.

Uploaded by

Krishna8765
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
368 views

Oracle 19c Database - Larger SGA - Performance Best Practices - Dell Technologies Info Hub

This document discusses increasing the size of the SGA (System Global Area) for an Oracle 19c database as a performance best practice. It recommends setting the SGA size to 72GB and provides steps to update the SGA size which includes logging into the database node, connecting to SQLPlus, altering the SGA target parameter, restarting the database, and verifying the new SGA size. These steps should be followed for each of the eight database nodes/VMs.

Uploaded by

Krishna8765
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

7/29/22, 1:33 PM Oracle 19c Database: Larger SGA | Performance Best Practices | Dell Technologies Info Hub

sequential read times. However, because the decrease in storage read and db file sequential read times were minor, the
Oracle
overall impact did not demonstrate a significant 19c Database:
increase Larger
in overall SGA performance.
database (/l/performanc
()
best-
practices-
1/oracle-
As the goal of validating best practices means placing a substantial load on the database infrastructure increasing the
19c-
database-
SGA size might show greater returns in performance for other systems. For this reason, we recommend increasing db-
the
file-
multiblock-
SGA size as a Day 3, Fine Tuning best practice.   read-
count)

Implementation Steps

Use the following steps to update SGA:

1. Log in to the database node/VM (rp2vm2) as oracle user


2. Connect to sqlplus
3. Update SGA 
SQL>  alter system set sga_target=72G scope=spfile sid='*';

SQL> Exit

4. Restart the database


[oracle@rp2vm2 ~]$ srvctl stop database -d rdpp1

[oracle@rp2vm2 ~]$ srvctl start database -d rdpp1

5. Verfiy the value of the parameter sga


6. Connect to sqlplus
SQL> show parameter sga;

Follow these steps for all the eight database nodes/VMs (rp2vm2, rp2vm3 to rp2vm9)

Additional Resources

https://infohub.delltechnologies.com/l/performance-best-practices-1/oracle-19c-database-larger-sga-1 1/2
7/29/22, 1:33 PM Oracle 19c Database: Larger SGA | Performance Best Practices | Dell Technologies Info Hub

sequential read times. However, because the decrease in storage read and db file sequential read times were minor, the
Oracle
overall impact did not demonstrate a significant 19c Database:
increase Larger
in overall SGA performance.
database (/l/performanc
()
best-
practices-
1/oracle-
As the goal of validating best practices means placing a substantial load on the database infrastructure increasing the
19c-
database-
SGA size might show greater returns in performance for other systems. For this reason, we recommend increasing db-
the
file-
multiblock-
SGA size as a Day 3, Fine Tuning best practice.   read-
count)

Implementation Steps

Use the following steps to update SGA:

1. Log in to the database node/VM (rp2vm2) as oracle user


2. Connect to sqlplus
3. Update SGA 
SQL>  alter system set sga_target=72G scope=spfile sid='*';

SQL> Exit

4. Restart the database


[oracle@rp2vm2 ~]$ srvctl stop database -d rdpp1

[oracle@rp2vm2 ~]$ srvctl start database -d rdpp1

5. Verfiy the value of the parameter sga


6. Connect to sqlplus
SQL> show parameter sga;

Follow these steps for all the eight database nodes/VMs (rp2vm2, rp2vm3 to rp2vm9)

Additional Resources

https://infohub.delltechnologies.com/l/performance-best-practices-1/oracle-19c-database-larger-sga-1 2/2

You might also like