Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,42 @@ Advisors are distinguished by certain characteristics and are usually available

As the database offering evolves, new advisors and automation are continually made available.

Reviewed: 02.04.2024
Reviewed: 30.10.2024

# When to use this asset?

To learn to use Real-Time SQL Monitoring functionality.

# How to use this asset?

See the README file under the files folder.
See the README in files folder.

# Useful Links

## Documentation

- [PL/SQL Packages and Types Reference DBMS_SQL_MONITOR](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_SQL_MONITOR.html#GUID-13874A73-369E-42CD-9C43-A12F1B3BDEC6)
- [PL/SQL Packages and Types Reference DBMS_SQL_MONITOR](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/DBMS_SQL_MONITOR.html#GUID-13874A73-369E-42CD-9C43-A12F1B3BDEC6)
- [PL/SQL Packages and Types Reference DBMS_SQLTUNE](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/DBMS_SQLTUNE.html#GUID-CFA1F851-1FC1-44D6-BB5C-76C3ADE1A483)
- [PL/SQL Packages and Types Reference DBMS_PERF](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_PERF.html#GUID-290C18B9-A2EF-468D-9D6E-B31D717082BB)
- [Database Reference V$SQL_MONITOR](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/V-SQL_MONITOR.html#GUID-79E97A84-9C27-4A5E-AC0D-C12CB3E748E6)
- [PL/SQL Packages and Types Reference DBMS_PERF](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/DBMS_PERF.html#GUID-290C18B9-A2EF-468D-9D6E-B31D717082BB)
- [Database Reference V$SQL_MONITOR](https://docs.oracle.com/en/database/oracle/oracle-database/23/refrn/V-SQL_MONITOR.html#GUID-79E97A84-9C27-4A5E-AC0D-C12CB3E748E6)

## Blogs and technical briefs
## Blogs and Technical Briefs

- [Getting the most out of Oracle SQL Monitor](https://sqlmaria.com/2017/08/01/getting-the-most-out-of-oracle-sql-monitor/)
- [Real-Time SQL Monitoring and Oracle Database In-Memory](https://www.oracle.com/a/ocom/docs/database/sql-monitor-brief.pdf)
- [How To Get Historical SQL Monitor Report For SQL Statements (Doc ID 2555350.1)](https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=366381867306540&parent=EXTERNAL_SEARCH&sourceId=HOWTO&id=2555350.1&_afrWindowMode=0&_adf.ctrl-state=cyqthpa8f_4)

# Team Publications

## Blogs

- [Real-Time SQL Monitoring: a MUST for SQL Tuning](https://blogs.oracle.com/coretec/post/oracle-database-real-time-sql-monitoring-one-of-the-most-important-tools)

## Videos

- [Monitoring, Analyzing and Diagnosing SQL Statements in 23ai](https://youtu.be/rbxNPetPH7c)
- [23ai playlist with short videos](https://www.youtube.com/playlist?list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX)


# License

Copyright (c) 2024 Oracle and/or its affiliates.
Expand Down