Database Tuning (MOSC)

MOSC Banner

12.2 : Automate SGA / PGA Advisor

edited Dec 15, 2019 4:31PM in Database Tuning (MOSC) 4 commentsAnswered

Hello  ,

Our Linux 6.1 production server hosts about 200 Oracle 12.2 databases.

Huge pages and ASMM are activated.

pre_page_sga TRUE

use_large_pages ONLY

memory_max_target 0

memory_target 0

sga_min_size 0sga_target xxG (variable xx <10)

sga_max_size 10G

We are almost full in terms of server RAM and we would like to optimize the SGA_TARGET and SGA_MAX_TARGET for each Oracle instance in order to save memory.

I want to develop a global script able to send me directly the new optimized value of SGA_TARGET and SGA_MAX_SIZE based on the advisor SGA

select * from v $ sga_target_advice order by sga_size;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center