Oracle dynamic performance view v $ event_name

Source: Internet
Author: User

Oracle dynamic performance view v $ event_name

The V $ EVENT_NAME view lists a set of waiting events. It provides information about sessions that must be waiting for processing:

Official Document reference

V $ EVENT_NAME

V$EVENT_NAMEDisplays information about wait events.

Column Datatype Description
EVENT# NUMBER Number of the wait event
EVENT_ID NUMBER Identifier of the wait event
NAME VARCHAR2(64) Name of the wait event
PARAMETER1 VARCHAR2(64) Description of the first parameter for the wait event
PARAMETER2 VARCHAR2(64) Description of the second parameter for the wait event
PARAMETER3 VARCHAR2(64) Description of the third parameter for the wait event
WAIT_CLASS_ID NUMBER Identifier of the class of the wait event
WAIT_CLASS# NUMBER Number of the class of the wait event
WAIT_CLASS VARCHAR2(64) Name of the class of the wait event

See Also: "Classes of Wait Events" for a description of the different wait event classes

Column name explanation

EVENT # EVENT number

EVENT_IDEvent ID

NAME event NAME

PARAMETER1,PARAMETER2,PARAMETER3 parameters related to the wait event

WAIT_CLASS_IDClass ID of the wait event

WAIT_CLASS#ID of the waiting event

WAIT_CLASSWait Event Type

  • 1
  • 2
  • Next Page

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.