1.檢查Table space 的使用情況
語法:select a.tablespace_name,round((total-free)/total,3)*100 pecent
from (select tablespace_name,sum(bytes) free from dba_free_space group by tablespace_name) a,
(select tablespace_name,sum(bytes) total from dba_data_files group by tablespace_name) b
where a.tablespace_name=b.tablespace_name
masterman 發表在 痞客邦 留言(0) 人氣()
yum install -y sysstat
$ iostat -d -m -t 2 10
2:代表每2秒更新一次資訊。
10:代表顯示10次結果就停止動作。
masterman 發表在 痞客邦 留言(0) 人氣()
語法 : vmstat [參數]
參數 | 功能
-a | 顯示使用與非使用的虛擬記憶體狀態
-d | 顯示磁碟資訊
masterman 發表在 痞客邦 留言(0) 人氣()
1) You need to first Create LCM Activity Rule using application P482405-LCM Activity Rule. For example as follows.
Status Obj.Ty Role L.Stat N.Stat Approved
1 E1PAGE *PUBLIC Editing PendingApproval
1 E1PAGE *PUBLIC PendingApproval Approved A
masterman 發表在 痞客邦 留言(0) 人氣()
. 選單的TABLE在control table中,
l F9000
l F9001
l F9002
masterman 發表在 痞客邦 留言(0) 人氣()