Views related to Oracle database and session wait events

Source: Internet
Author: User
Several views related to the Oracle database and session wait events, v $ session: the connection will generate a session, and the information of the current session will be saved in v $ session, and the connection will disappear after disconnection; 2. v $ session_wait: copy the waiting session Status in the current session to the view, disconnect and disappear (wait for the last wait of the session lifecycle); 3. v $ sessi

Views related to Oracle database and session wait events 1. v $ session: the connection will generate a session, and the information of the current session will be saved in v $ session, which disappears after the connection is disconnected; 2. v $ session_wait: copy the waiting session Status in the current session to the view, disconnect and disappear (wait for the last wait of the session lifecycle); 3. v $ sessi

Views related to Oracle database and session wait events


1. v $ session: the connection will generate a session. The information of the current session is saved in v $ session and disappears after the connection is disconnected. 2. v $ session_wait: copy the waiting session Status in the current session to the view, and then disappear (waiting for the last wait of the session lifecycle); 3. v $ session_wait_history: save each active session in v $ sess

1. v $ session: the connection will generate a session. The information of the current session is saved in v $ session, and the session disappears after the connection is disconnected;

2. v $ session_wait: copy the pending session Status in the current session to the view, disconnect and disappear (wait for the last wait time of the session lifecycle );

3. v $ session_wait_history: stores the last 10 waiting events of each active session in v $ session_wait (waiting for the last 10 waiting events of the session lifecycle );

4. ASH (v $ active_session_history): it is saved in the memory and sampled from v $ session_wait every second (waiting for the snapshot of the session per second)

5. AWR: The ASH data is sampled and written to the disk every hour. AWR (dba_hist...) is retained for 7 days by default.

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.