Skip to content

Commit ff72b47

Browse files
authored
Exadata SW 22.1 New Feature - Real-Time Insight (oracle-samples#209)
* adding Exadata top level repository * Adding Exadata SW 22.1 Real-Time Insight dashboard code repo * Updated metric tag example in README.md
1 parent c6d2119 commit ff72b47

File tree

14 files changed

+9214
-1
lines changed

14 files changed

+9214
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This repository stores a variety of examples demonstrating how to use the Oracle
66
| [apex](./apex) | APEX examples |
77
| [db-sample-schemas](https://github.com/oracle/db-sample-schemas) | Git submodule of the Oracle Database Sample Schemas |
88
| [dotnet](https://github.com/oracle/dotnet-db-samples) | .NET based examples |
9+
| [exadata](./exadata) | Exadata examples |
910
| [java](./java) | Java based examples |
1011
| [javascript](./javascript) | JavaScript based examples |
1112
| [machine-learning](./machine-learning) | Oracle Machine Learning examples |

exadata/README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1-
# Exadata
1+
![Oracle Exadata](./docs/Oracle_Exadata_cmyk.png)
2+
3+
#Oracle Exadata Examples
24

35
This directory includes the supplemental materials and demo contents for Oracle Exadata Database Machine.
6+
7+
## Examples
8+
9+
- [Oracle Exadata Real-Time Insight](./insight) - Exadata SW 22.1 feature to enable real-time monitoring of your Exadata systems.
10+
11+
## Get started
12+
13+
- [Exadata Software What's New](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/dbmso/new-features.html)
14+
- [Monitoring Exadata](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/sagug/exadata-storage-server-monitoring.html)
15+
16+
## Documentation
17+
18+
You can find the online documentation of Oracle Exadata under [docs.oracle.com/en/engineered-systems/exadata-database-machine/](https://docs.oracle.com/en/engineered-systems/exadata-database-machine)
19+
20+
## Contributing
21+
22+
If you're interested in contributing to the Oracle Exadata demo project:
23+
24+
- Start by reading the [Contributing guide](https://github.com/oracle-samples/oracle-db-examples/blob/main/CONTRIBUTING.md).
25+
26+
## Get Involved
27+
28+
You can get involved with Exadata.
29+
30+
- Reach out to the [ExadataPM](https://twitter.com/ExadataPM) team on twitter:
31+
- [@GavinAtHQ](https://twitter.com/gavinathq)
32+
- [@Alex_Blyth](https://twitter.com/alex_blyth)
33+
- [@Seth_M_Miller](https://twitter.com/Seth_M_Miller)
34+
- Read and subscribe to the [Exadata Product Management blog](https://blogs.oracle.com/exadata/)
35+
- Check out the updated technical pages for [Exadata](https://www.oracle.com/database/technologies/exadata)
36+
- Connect with your local Oracle Sales team to discuss the benefits of Exadata
37+
38+
## License
39+
40+
See [LICENSING.md](https://github.com/oracle-samples/oracle-db-examples/blob/main/LICENSE.md) for details.

exadata/docs/Oracle_Exadata_cmyk.png

3.53 KB
Loading

exadata/docs/grafana_dashboard.png

562 KB
Loading

exadata/insight/README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
![Oracle Exadata](../docs/Oracle_Exadata_cmyk.png)
2+
3+
#Oracle Exadata Real-Time Insight
4+
5+
Commencing with Oracle Exadata System Software 22.1, you can use the _Oracle Exadata Real-Time Insight_ feature to enable real-time monitoring of your Exadata systems.
6+
7+
Real-time insight provides infrastructure to:
8+
9+
- **Categorize** specific metrics as fine-grained, and enable the collection of fine-grained metrics as often as every second
10+
11+
- **Stream** fine-grained metric observations to user-defined locations in real-time, using either push (upload) or pull (download) transmission models
12+
13+
- **Integrate** Exadata metrics with popular observability platforms, time-series databases, and visualization applications
14+
15+
16+
## Get started
17+
18+
- [Exadata 22.1 Software Release](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/dbmso/new-features.html)
19+
- [Monitoring Exadata](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/sagug/exadata-storage-server-monitoring.html)
20+
21+
22+
## Documentation
23+
24+
You can find the online documentation of Oracle Exadata under [docs.oracle.com/en/engineered-systems/exadata-database-machine/](https://docs.oracle.com/en/engineered-systems/exadata-database-machine)
25+
26+
27+
## Contributing
28+
29+
If you're interested in contributing to the Oracle Exadata demo project:
30+
31+
- Start by reading the [Contributing guide](https://github.com/oracle-samples/oracle-db-examples/blob/main/CONTRIBUTING.md).
32+
33+
34+
## Get Involved
35+
36+
You can get involved with Exadata.
37+
38+
- Reach out to the [ExadataPM](https://twitter.com/ExadataPM) team on twitter:
39+
- [@GavinAtHQ](https://twitter.com/gavinathq)
40+
- [@Alex_Blyth](https://twitter.com/alex_blyth)
41+
- [@Seth_M_Miller](https://twitter.com/Seth_M_Miller)
42+
- Read and subscribe to the [Exadata Product Management blog](https://blogs.oracle.com/exadata/)
43+
- Check out the updated technical pages for [Exadata](https://www.oracle.com/database/technologies/exadata)
44+
- Connect with your local Oracle Sales team to discuss the benefits of Exadata
45+
46+
## License
47+
48+
See [LICENSING.md](https://github.com/oracle-samples/oracle-db-examples/blob/main/LICENSE.md) for licensing details of the oracle-db-examples repository.

0 commit comments

Comments
 (0)