Monday, August 11, 2008

V$SGA_CURRENT_RESIZE_OPS

Oracle 11gR1

V$SGA_CURRENT_RESIZE_OPS displays information about SGA resize operations which are currently in progress. An operation can be a grow or a shrink of a dynamic SGA component. All sizes are expressed in bytes.

Column

Datatype

Description

COMPONENT

VARCHAR2(64)

Component name

OPER_TYPE

VARCHAR2(13)

Operation type:

· STATIC

· INITIALIZING

· DISABLED

· GROW

· SHRINK

· SHRINK_CANCEL

OPER_MODE

VARCHAR2(9)

Operation mode:

· MANUAL

· DEFERRED

· IMMEDIATE

PARAMETER

VARCHAR2(80)

Name of the parameter for the resize operation

INITIAL_SIZE

NUMBER

Parameter value at the start of the operation

TARGET_SIZE

NUMBER

Desired value of the parameter after the resize

CURRENT_SIZE

NUMBER

Current value of the parameter

START_TIME

DATE

Start time of the operation

LAST_UPDATE_TIME

DATE

Last time progress was made for the operation

Note:

The following views provide information about the SGA components and their dynamic resizing.

View

Description

V$SGA

Displays summary information about the system global area (SGA).

V$SGAINFO

Displays size information about the SGA, including the sizes of different SGA components, the granule size, and free memory.

V$SGASTAT

Displays detailed information about the SGA.

V$SGA_DYNAMIC_COMPONENTS

Displays information about the dynamic SGA components. This view summarizes information based on all completed SGA resize operations since instance startup.

V$SGA_DYNAMIC_FREE_MEMORY

Displays information about the amount of SGA memory available for future dynamic SGA resize operations.

V$SGA_RESIZE_OPS

Displays information about the last 400 completed SGA resize operations.

V$SGA_CURRENT_RESIZE_OPS

Displays information about SGA resize operations that are currently in progress. A resize operation is an enlargement or reduction of a dynamic SGA component.

V$SGA_TARGET_ADVICE

Displays information that helps you tune SGA_TARGET.

Oracle dynamic performance views

No comments:

Post a Comment