Tuesday, August 1, 2017

▷ Oracle parameter check, 'UNLIMITED' (오라클 파라미터, UNLIMITED)

[ Oracle parameter check ]


--col RESOURCE_NAME for a22

select RESOURCE_NAME,
CURRENT_UTILIZATION AS "CURRENT",
MAX_UTILIZATION AS "MAX",
INITIAL_ALLOCATION AS "INITIAL",
LIMIT_VALUE AS "LIMIT",
decode(INITIAL_ALLOCATION, 0, '-', round(MAX_UTILIZATION/INITIAL_ALLOCATION*100,1)) as "Usages(%)"
from v$resource_limit
where LIMIT_VALUE not in (' UNLIMITED', '         0');

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts