5 lines
140 B
SQL
5 lines
140 B
SQL
prompt <h2>SGA Target Advice</h2>
|
|
select * from gv$sga_target_advice;
|
|
prompt <h2>PGA Target Advice</h2>
|
|
select * from gv$pga_target_advice;
|