Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Find Shared Pool Advisory advice without taking AWR report

$
0
0
Find Shared Pool Advisory advice without taking AWR report:

SELECT SHARED_POOL_SIZE_FOR_ESTIMATE || ' MB' SHARED_POOL_SIZE_MB,
SHARED_POOL_SIZE_FACTOR*100 || '%' RESIZE_SHARED_POOL_PERC, ESTD_LC_SIZE,
ESTD_LC_MEMORY_OBJECTS, ESTD_LC_TIME_SAVED, ESTD_LC_TIME_SAVED_FACTOR, ESTD_LC_MEMORY_OBJECT_HITS
FROM V$SHARED_POOL_ADVICE;

Output:

SHARED_POOL_SIZE_MB  RESIZE_SHARED_POOL_PERC  ESTD_LC_SIZE ESTD_LC_MEMORY_OBJECTS ESTD_LC_TIME_SAVED ESTD_LC_TIME_SAVED_FACTOR ESTD_LC_MEMORY_OBJECT_HITS
-------------------- ------------------------ ------------ ---------------------- ------------------ ------------------------- --------------------------
336 MB               36.84%                              5                    878                377                     .9792                      37946
432 MB               47.37%                             68                   4043                385                         1                      38709
528 MB               57.89%                             68                   4043                385                         1                      38709
624 MB               68.42%                             68                   4043                385                         1                      38709
720 MB               78.95%                             68                   4043                385                         1                      38709
752 MB               82.46%                             68                   4043                385                         1                      38709
768 MB               84.21%                             68                   4043                385                         1                      38709
784 MB               85.96%                             68                   4043                385                         1                      38709
800 MB               87.72%                             68                   4043                385                         1                      38709
816 MB               89.47%                             68                   4043                385                         1                      38709
832 MB               91.23%                             68                   4043                385                         1                      38709
848 MB               92.98%                             68                   4043                385                         1                      38709
864 MB               94.74%                             68                   4043                385                         1                      38709
880 MB               96.49%                             68                   4043                385                         1                      38709
896 MB               98.25%                             68                   4043                385                         1                      38709
912 MB               100%                               68                   4043                385                         1                      38730
928 MB               101.75%                            68                   4043                385                         1                      38736
944 MB               103.51%                            68                   4043                385                         1                      38736
960 MB               105.26%                            68                   4043                385                         1                      38736
976 MB               107.02%                            68                   4043                385                         1                      38736
992 MB               108.77%                            68                   4043                385                         1                      38736
1008 MB              110.53%                            68                   4043                385                         1                      38736
1024 MB              112.28%                            68                   4043                385                         1                      38736
1040 MB              114.04%                            68                   4043                385                         1                      38736
1056 MB              115.79%                            68                   4043                385                         1                      38736
1104 MB              121.05%                            68                   4043                385                         1                      38736
1200 MB              131.58%                            68                   4043                385                         1                      38736
1296 MB              142.11%                            68                   4043                385                         1                      38736
1392 MB              152.63%                            68                   4043                385                         1                      38736
1488 MB              163.16%                            68                   4043                385                         1                      38736
1584 MB              173.68%                            68                   4043                385                         1                      38736
1680 MB              184.21%                            68                   4043                385                         1                      38736
1776 MB              194.74%                            68                   4043                385                         1                      38736
1872 MB              205.26%                            68                   4043                385                         1                      38736

34 rows selected.




Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>