You are on page 1of 1

SYS@ldcbpmpr> set pages 9999

column NAME format A25


column INIT format A10
column LIMIT format A10
SELECT RESOURCE_NAME "Name", CURRENT_UTILIZATION "Current",
MAX_UTILIZATION "Max", INITIAL_ALLOCATION "Init", LIMIT_VALUE "Limit"
FROM V$RESOURCE_LIMIT;SYS@ldcbpmpr> SYS@ldcbpmpr> SYS@ldcbpmpr> SYS@ldcbpmpr> 2
3

Name Current Max Init Limit


------------------------- ---------- ---------- ---------- ----------
processes 503 800 800 800
sessions 521 830 1232 1232
enqueue_locks 343 864 14140 14140
enqueue_resources 98 241 5640 UNLIMITED
ges_procs 0 0 0 0
ges_ress 0 0 0 UNLIMITED
ges_locks 0 0 0 UNLIMITED
ges_cache_ress 0 0 0 UNLIMITED
ges_reg_msgs 0 0 0 UNLIMITED
ges_big_msgs 0 0 0 UNLIMITED
ges_rsv_msgs 0 0 0 0
gcs_resources 0 0 0 UNLIMITED
gcs_shadows 0 0 0 UNLIMITED
smartio_overhead_memory 0 168984 0 UNLIMITED
smartio_buffer_memory 0 0 0 UNLIMITED
smartio_metadata_memory 0 0 0 UNLIMITED
smartio_sessions 0 1 0 UNLIMITED
dml_locks 14 266 5420 UNLIMITED
temporary_table_locks 0 17 UNLIMITED UNLIMITED
transactions 1 331 1355 UNLIMITED
branches 1 345 1355 UNLIMITED
cmtcallbk 2 82 1355 UNLIMITED
max_rollback_segments 85 85 1355 65535
sort_segment_locks 227 796 UNLIMITED UNLIMITED
k2q_locks 0 0 2464 UNLIMITED
max_shared_servers 0 0 UNLIMITED UNLIMITED
parallel_max_servers 0 0 0 32767

27 rows selected.

You might also like