Skip to content

Commit 397de9e

Browse files
authored
Create README.md
1 parent 2fa679a commit 397de9e

File tree

1 file changed

+34
-0
lines changed
  • data-platform/core-converged-db/sql-performance/sql-monitoring

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Real-Time SQL Monitoring
2+
3+
Oracle provides a series of advisors to analyze the database in different fields, e.g. to examine appropriate access structures, to decide on security configurations, segment compression and so on. They provide the basis for automations within the Oracle Database and support DBAs and database developers when working with the Oracle Database.
4+
Advisors are distinguished by certain characteristics and are usually available through different methods: Graphical tools such as Oracle Enterprise Manager Cloud Control or SQL Developer, scripts through PL/SQL packages, initialization parameters or through corresponding v$ views. Most of them are available without additional installation and can be used immediately. Others can be loaded separately from My Oracle Support (MOS) or can be activated and used via Cloud Console. Unlike alerts, advisors are more resource intensive, as their analysis and suggested solutions have a greater level of detail. It is important to know how to use advisors and what advice to expect.
5+
As the database and database offering evolves, new advisors and automations are continually made available.
6+
7+
8+
## Useful Links
9+
10+
### Documentation
11+
12+
- [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)
13+
- [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)
14+
- [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)
15+
- [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)
16+
17+
### Team Publications
18+
19+
- [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)
20+
21+
22+
### Blogs and technical briefs
23+
24+
- [Getting the most out of Oracle SQL Monitor](https://sqlmaria.com/2017/08/01/getting-the-most-out-of-oracle-sql-monitor/)
25+
- [Real-Time SQL Monitoring and Oracle Database In-Memory](https://www.oracle.com/a/ocom/docs/database/sql-monitor-brief.pdf)
26+
27+
28+
# License
29+
30+
Copyright (c) 2023 Oracle and/or its affiliates.
31+
32+
Licensed under the Universal Permissive License (UPL), Version 1.0.
33+
34+
See LICENSE for more details.

0 commit comments

Comments
 (0)