V $ dynamic performance view in Oracle

Source: Internet
Author: User

V $ database: database information, such as the database name and creation time.

V $ instance information, such as instance name and start time.

V $ parameter information, select * from v $ parameter where name like '% name' ----> show parameter name (executed in sqlplus)

V $ process: Information about processes running, such as PID, SPID, and process name, such as SMON and PMON. in windows, a process similar to Oracle is displayed. the name of a thread such as EXE (PMON.

V $ mystat the session SID and other information .. after knowing the SID, you can query the session-related information.

V $ session information related to sessions connected to the database, such as the machine name, client program name, PID (UNIX), etc.

If you use select distinct (sid) from v $ mystat; to obtain the SID,

You can obtain information about this session, such as the address of the background process serving this session (PADDR) select * from v $ session where sid = 157

After obtaining the PADDR, you can get the background process information: select * from v $ process where addr = '3424e3bc'

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.