we have oracle provided script to check optimal sysaux tablespace size.
script located under rdbms/admin
$ORACLE_HOME/rdbms/admin/utlsyxsz.sql;
SQL> @utlsyxsz.sql;
This script estimates the space required for the SYSAUX tablespace.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Specify the Report File Name
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The default report file name is utlsyxsz.txt. To use this name,
press <return> to continue, otherwise enter an alternative.
Enter value for report_name: awr.log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SYSAUX Size Estimation Report
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Estimated at
12:01:02 on Sep 27, 2016 ( Tuesday ) in Timezone -05:00
DB_NAME HOST_PLATFORM INST STARTUP_TIME PAR
----------- ---------------------------------------- ----- ----------------- ---
* TEST servername 1 11:22:14 (07/17) NO
~~~~~~~~~~~~~~~~~~~~
Current SYSAUX usage
~~~~~~~~~~~~~~~~~~~~
| Total SYSAUX size: 180.9 MB
|
| Total size of SM/AWR 76.0 MB ( 42.0% of SYSAUX )
| Total size of SM/OPTSTAT 71.8 MB ( 39.7% of SYSAUX )
| Total size of SM/ADVISOR 10.3 MB ( 5.7% of SYSAUX )
| Total size of LOGMNR 5.9 MB ( 3.3% of SYSAUX )
| Total size of SM/OTHER 4.8 MB ( 2.6% of SYSAUX )
| Total size of EM_MONITORING_USER 1.6 MB ( 0.9% of SYSAUX )
| Total size of LOGSTDBY 0.9 MB ( 0.5% of SYSAUX )
| Total size of XSOQHIST 0.8 MB ( 0.4% of SYSAUX )
| Total size of AO 0.8 MB ( 0.4% of SYSAUX )
| Total size of STREAMS 0.5 MB ( 0.3% of SYSAUX )
| Total size of JOB_SCHEDULER 0.4 MB ( 0.2% of SYSAUX )
| Total size of TSM 0.3 MB ( 0.1% of SYSAUX )
| Total size of Others 7.1 MB ( 3.9% of SYSAUX )
|
~~~~~~~~~~~~~~~~~~~~
AWR Space Estimation
~~~~~~~~~~~~~~~~~~~~
| To estimate the size of the Automatic Workload Repository (AWR)
| in SYSAUX, we need the following values:
|
| - Interval Setting (minutes)
| - Retention Setting (days)
| - Number of Instances
| - Average Number of Active Sessions
| - Number of Datafiles
|
| For 'Interval Setting',
| Press <return> to use the current value: 60.0 minutes
| otherwise enter an alternative
|
Enter value for interval: 30
** Value for 'Interval Setting': 30
|
| For 'Retention Setting',
| Press <return> to use the current value: 7.00 days
| otherwise enter an alternative
|
Enter value for retention: 7
** Value for 'Retention Setting': 7
|
| For 'Number of Instances',
| Press <return> to use the current value: 1.00
| otherwise enter an alternative
|
Enter value for num_instances: 1
** Value for 'Number of Instances': 1
|
| For 'Average Number of Active Sessions',
| Press <return> to use the current value: 0.00
| otherwise enter an alternative
|
Enter value for active_sessions: 10
** Value for 'Average Number of Active Sessions': 10
| ***************************************************
| Estimated size of AWR: 310.5 MB
|
| The AWR estimate was computed using
| the following values:
|
| Interval - 30 minutes
| Retention - 7.00 days
| Num Instances - 1
| Active Sessions - 10.00
| Datafiles - 7
| ***************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Optimizer Stat History Space Estimation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| To estimate the size of the Optimizer Statistics History
| we need the following values:
|
| - Number of Tables in the Database
| - Number of Partitions in the Database
| - Statistics Retention Period (days)
| - DML Activity in the Database (level)
|
| For 'Number of Tables',
| Press <return> to use the current value: 663.0
| otherwise enter an alternative <a positive integer>
|
Enter value for number_of_tables:
** Value for 'Number of Tables': 663
|
| For 'Number of Partitions',
| Press <return> to use the current value: 0.00
| otherwise enter an alternative <a positive integer>
|
Enter value for number_of_partitions:
** Value for 'Number of Partitions': 0
|
| For 'Statistics Retention',
| Press <return> to use the current value: 31.0 days
| otherwise enter an alternative <a positive integer>
|
Enter value for stats_retention:
** Value for 'Statistics Retention': 31
|
| For 'DML Activity',
| Press <return> to use the current value: 2 <medium>
| otherwise enter an alternative <1=low, 2=medium, 3=high>
|
Enter value for dml_activity:
** Value for 'DML Activity': 2
| ***************************************************
| Estimated size of Stats history 23.8 MB
|
| The space for Optimizer Statistics history was
| estimated using the following values:
|
| Tables - 663
| Indexes - 1,313
| Columns - 4,282
| Partitions - 0
| Indexes on Partitions - 0
| Columns in Partitions - 0
| Stats Retention in Days - 31
| Level of DML Activity - Medium
| ***************************************************
~~~~~~~~~~~~~~~~~~~~~~
Estimated SYSAUX usage
~~~~~~~~~~~~~~~~~~~~~~
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Estimated size of AWR: 310.5 MB
|
| The AWR estimate was computed using
| the following values:
|
| Interval - 30 minutes
| Retention - 7.00 days
| Num Instances - 1
| Active Sessions - 10.00
| Datafiles - 7
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Estimated size of Stats history 23.8 MB
|
| The space for Optimizer Statistics history was
| estimated using the following values:
|
| Tables - 663
| Indexes - 1,313
| Columns - 4,282
| Partitions - 0
| Indexes on Partitions - 0
| Columns in Partitions - 0
| Stats Retention in Days - 31
| Level of DML Activity - Medium
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| For all the other components, the estimate
| is equal to the current space usage of
| the component.
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
| ***************************************************
| Summary of SYSAUX Space Estimation
| ***************************************************
| Est size of SM/ADVISOR 10.3 MB
| Est size of LOGMNR 5.9 MB
| Est size of SM/OTHER 4.8 MB
| Est size of EM_MONITORING_USER 1.6 MB
| Est size of LOGSTDBY 0.9 MB
| Est size of XSOQHIST 0.8 MB
| Est size of AO 0.8 MB
| Est size of STREAMS 0.5 MB
| Est size of JOB_SCHEDULER 0.4 MB
| Est size of TSM 0.3 MB
| Est size of Others 7.1 MB
| Est size of SM/AWR 310.5 MB
| Est size of SM/OPTSTAT 23.8 MB
|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Total Estimated SYSAUX size: 367.4 MB
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ***************************************************
End of Report
script located under rdbms/admin
$ORACLE_HOME/rdbms/admin/utlsyxsz.sql;
SQL> @utlsyxsz.sql;
This script estimates the space required for the SYSAUX tablespace.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Specify the Report File Name
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The default report file name is utlsyxsz.txt. To use this name,
press <return> to continue, otherwise enter an alternative.
Enter value for report_name: awr.log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SYSAUX Size Estimation Report
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Estimated at
12:01:02 on Sep 27, 2016 ( Tuesday ) in Timezone -05:00
DB_NAME HOST_PLATFORM INST STARTUP_TIME PAR
----------- ---------------------------------------- ----- ----------------- ---
* TEST servername 1 11:22:14 (07/17) NO
~~~~~~~~~~~~~~~~~~~~
Current SYSAUX usage
~~~~~~~~~~~~~~~~~~~~
| Total SYSAUX size: 180.9 MB
|
| Total size of SM/AWR 76.0 MB ( 42.0% of SYSAUX )
| Total size of SM/OPTSTAT 71.8 MB ( 39.7% of SYSAUX )
| Total size of SM/ADVISOR 10.3 MB ( 5.7% of SYSAUX )
| Total size of LOGMNR 5.9 MB ( 3.3% of SYSAUX )
| Total size of SM/OTHER 4.8 MB ( 2.6% of SYSAUX )
| Total size of EM_MONITORING_USER 1.6 MB ( 0.9% of SYSAUX )
| Total size of LOGSTDBY 0.9 MB ( 0.5% of SYSAUX )
| Total size of XSOQHIST 0.8 MB ( 0.4% of SYSAUX )
| Total size of AO 0.8 MB ( 0.4% of SYSAUX )
| Total size of STREAMS 0.5 MB ( 0.3% of SYSAUX )
| Total size of JOB_SCHEDULER 0.4 MB ( 0.2% of SYSAUX )
| Total size of TSM 0.3 MB ( 0.1% of SYSAUX )
| Total size of Others 7.1 MB ( 3.9% of SYSAUX )
|
~~~~~~~~~~~~~~~~~~~~
AWR Space Estimation
~~~~~~~~~~~~~~~~~~~~
| To estimate the size of the Automatic Workload Repository (AWR)
| in SYSAUX, we need the following values:
|
| - Interval Setting (minutes)
| - Retention Setting (days)
| - Number of Instances
| - Average Number of Active Sessions
| - Number of Datafiles
|
| For 'Interval Setting',
| Press <return> to use the current value: 60.0 minutes
| otherwise enter an alternative
|
Enter value for interval: 30
** Value for 'Interval Setting': 30
|
| For 'Retention Setting',
| Press <return> to use the current value: 7.00 days
| otherwise enter an alternative
|
Enter value for retention: 7
** Value for 'Retention Setting': 7
|
| For 'Number of Instances',
| Press <return> to use the current value: 1.00
| otherwise enter an alternative
|
Enter value for num_instances: 1
** Value for 'Number of Instances': 1
|
| For 'Average Number of Active Sessions',
| Press <return> to use the current value: 0.00
| otherwise enter an alternative
|
Enter value for active_sessions: 10
** Value for 'Average Number of Active Sessions': 10
| ***************************************************
| Estimated size of AWR: 310.5 MB
|
| The AWR estimate was computed using
| the following values:
|
| Interval - 30 minutes
| Retention - 7.00 days
| Num Instances - 1
| Active Sessions - 10.00
| Datafiles - 7
| ***************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Optimizer Stat History Space Estimation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| To estimate the size of the Optimizer Statistics History
| we need the following values:
|
| - Number of Tables in the Database
| - Number of Partitions in the Database
| - Statistics Retention Period (days)
| - DML Activity in the Database (level)
|
| For 'Number of Tables',
| Press <return> to use the current value: 663.0
| otherwise enter an alternative <a positive integer>
|
Enter value for number_of_tables:
** Value for 'Number of Tables': 663
|
| For 'Number of Partitions',
| Press <return> to use the current value: 0.00
| otherwise enter an alternative <a positive integer>
|
Enter value for number_of_partitions:
** Value for 'Number of Partitions': 0
|
| For 'Statistics Retention',
| Press <return> to use the current value: 31.0 days
| otherwise enter an alternative <a positive integer>
|
Enter value for stats_retention:
** Value for 'Statistics Retention': 31
|
| For 'DML Activity',
| Press <return> to use the current value: 2 <medium>
| otherwise enter an alternative <1=low, 2=medium, 3=high>
|
Enter value for dml_activity:
** Value for 'DML Activity': 2
| ***************************************************
| Estimated size of Stats history 23.8 MB
|
| The space for Optimizer Statistics history was
| estimated using the following values:
|
| Tables - 663
| Indexes - 1,313
| Columns - 4,282
| Partitions - 0
| Indexes on Partitions - 0
| Columns in Partitions - 0
| Stats Retention in Days - 31
| Level of DML Activity - Medium
| ***************************************************
~~~~~~~~~~~~~~~~~~~~~~
Estimated SYSAUX usage
~~~~~~~~~~~~~~~~~~~~~~
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Estimated size of AWR: 310.5 MB
|
| The AWR estimate was computed using
| the following values:
|
| Interval - 30 minutes
| Retention - 7.00 days
| Num Instances - 1
| Active Sessions - 10.00
| Datafiles - 7
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Estimated size of Stats history 23.8 MB
|
| The space for Optimizer Statistics history was
| estimated using the following values:
|
| Tables - 663
| Indexes - 1,313
| Columns - 4,282
| Partitions - 0
| Indexes on Partitions - 0
| Columns in Partitions - 0
| Stats Retention in Days - 31
| Level of DML Activity - Medium
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| For all the other components, the estimate
| is equal to the current space usage of
| the component.
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
| ***************************************************
| Summary of SYSAUX Space Estimation
| ***************************************************
| Est size of SM/ADVISOR 10.3 MB
| Est size of LOGMNR 5.9 MB
| Est size of SM/OTHER 4.8 MB
| Est size of EM_MONITORING_USER 1.6 MB
| Est size of LOGSTDBY 0.9 MB
| Est size of XSOQHIST 0.8 MB
| Est size of AO 0.8 MB
| Est size of STREAMS 0.5 MB
| Est size of JOB_SCHEDULER 0.4 MB
| Est size of TSM 0.3 MB
| Est size of Others 7.1 MB
| Est size of SM/AWR 310.5 MB
| Est size of SM/OPTSTAT 23.8 MB
|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Total Estimated SYSAUX size: 367.4 MB
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ***************************************************
End of Report