Windows環境になります。
$oracle_home\rdbms\admin\utlsyssz.sql
・utlsyssz.sqlこちらあるかな?
サイズ見積もりでは、一般的に使われている??Oracleでは
utlsyssz.sqlが無いようなので
Oracle 11gではこちらになるはず?
$oracle_home\rdbms\admin\utlsyxsz.sql
実行してみました
@utlsyxsz.sql
下記9つの入力を求められました
report_nameに値を入力してください:
intervalに値を入力してください:
retentionに値を入力してください:
num_instancesに値を入力してください:
active_sessionsに値を入力してください:
number_of_tablesに値を入力してください:
number_of_partitionsに値を入力してください:
stats_retentionに値を入力してください:
dml_activityに値を入力してください:
けど何を入力する?
入力する内容が分からない・・・
これは適当な出力ファイル名にすれば
report_nameに値を入力してください:
他の入力は何を入力すれば・・・
intervalに値を入力してください:
retentionに値を入力してください:
num_instancesに値を入力してください:
active_sessionsに値を入力してください:
number_of_tablesに値を入力してください:
number_of_partitionsに値を入力してください:
stats_retentionに値を入力してください:
dml_activityに値を入力してください:
合っているかどうかは不明ですが
入力を求められる際
現システムの状態を表示してくれているかも?
これを入力していけば・・・
| For 'Interval Setting',
| Press
| otherwise enter an alternative
intervalに値を入力してください:
「60」と入力すれば?
| For 'Retention Setting',
| Press
| otherwise enter an alternative
retentionに値を入力してください:
「8」と入力すれば?
| For 'Number of Instances',
| Press
| otherwise enter an alternative
num_instancesに値を入力してください:
「1」と入力すれば?
| For 'Average Number of Active Sessions',
| Press
| otherwise enter an alternative
active_sessionsに値を入力してください:
「24」と入力すれば?
| For 'Number of Tables',
| Press
| otherwise enter an alternative
number_of_tablesに値を入力してください:
「78」と入力すれば?
| For 'Number of Partitions',
| Press
| otherwise enter an alternative
number_of_partitionsに値を入力してください:
「0」と入力すれば?
| For 'Statistics Retention',
| Press
| otherwise enter an alternative
stats_retentionに値を入力してください:
「31」と入力すれば?
| For 'DML Activity',
| Press
| otherwise enter an alternative <1=low, 2=medium, 3=high>
dml_activityに値を入力してください:
「2」と入力すれば?
すると・・・
ちゃんと?エラーなく出力できました
| Total Estimated SYSAUX size: 639.7 MB
ファイル名を指定した
report_nameのファイル名でも出力できてます
Oracle オラクル試験を受験
Oracle
「SYSAUX表領域」の適切なサイズを見積もりツール
見積もりツール実行って
現場でも、実際に参考にされているはず?
今回は自宅の「オラクル11g」
Widows7のノートパソコンで
どんな感じに??
って思って
実施してみました。
今回実行したファイルが、SQLこちらに
・utlsyxsz.sql