DBA Hub

📋Steps in this guide1/1

run sga target advisory

- STATISTICS_LEVEL should be TYPICAL/ALL.

oracle configurationintermediate
by OracleDba
13 views
1

run sga target advisory

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
- STATISTICS_LEVEL should be TYPICAL/ALL.
SQL> show parameter statistics_level
NAME TYPE VALUE
------------------------------------ -------------------------------- --------------------------
statistics_level string
TYPICAL
select * from v$sga_target_advice order by sga_size;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!