Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This repository stores a variety of examples demonstrating how to use the Oracle
| [apex](./apex) | APEX examples |
| [db-sample-schemas](https://github.com/oracle/db-sample-schemas) | Git submodule of the Oracle Database Sample Schemas |
| [dotnet](https://github.com/oracle/dotnet-db-samples) | .NET based examples |
| [exadata](./exadata) | Exadata examples |
| [java](./java) | Java based examples |
| [javascript](./javascript) | JavaScript based examples |
| [machine-learning](./machine-learning) | Oracle Machine Learning examples |
Expand Down
39 changes: 38 additions & 1 deletion exadata/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# Exadata
![Oracle Exadata](./docs/Oracle_Exadata_cmyk.png)

#Oracle Exadata Examples

This directory includes the supplemental materials and demo contents for Oracle Exadata Database Machine.

## Examples

- [Oracle Exadata Real-Time Insight](./insight) - Exadata SW 22.1 feature to enable real-time monitoring of your Exadata systems.

## Get started

- [Exadata Software What's New](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/dbmso/new-features.html)
- [Monitoring Exadata](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/sagug/exadata-storage-server-monitoring.html)

## Documentation

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)

## Contributing

If you're interested in contributing to the Oracle Exadata demo project:

- Start by reading the [Contributing guide](https://github.com/oracle-samples/oracle-db-examples/blob/main/CONTRIBUTING.md).

## Get Involved

You can get involved with Exadata.

- Reach out to the [ExadataPM](https://twitter.com/ExadataPM) team on twitter:
- [@GavinAtHQ](https://twitter.com/gavinathq)
- [@Alex_Blyth](https://twitter.com/alex_blyth)
- [@Seth_M_Miller](https://twitter.com/Seth_M_Miller)
- Read and subscribe to the [Exadata Product Management blog](https://blogs.oracle.com/exadata/)
- Check out the updated technical pages for [Exadata](https://www.oracle.com/database/technologies/exadata)
- Connect with your local Oracle Sales team to discuss the benefits of Exadata

## License

See [LICENSING.md](https://github.com/oracle-samples/oracle-db-examples/blob/main/LICENSE.md) for details.
Binary file added exadata/docs/Oracle_Exadata_cmyk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exadata/docs/grafana_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions exadata/insight/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
![Oracle Exadata](../docs/Oracle_Exadata_cmyk.png)

#Oracle Exadata Real-Time Insight

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.

Real-time insight provides infrastructure to:

- **Categorize** specific metrics as fine-grained, and enable the collection of fine-grained metrics as often as every second

- **Stream** fine-grained metric observations to user-defined locations in real-time, using either push (upload) or pull (download) transmission models

- **Integrate** Exadata metrics with popular observability platforms, time-series databases, and visualization applications


## Get started

- [Exadata 22.1 Software Release](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/dbmso/new-features.html)
- [Monitoring Exadata](https://docs.oracle.com/en/engineered-systems/exadata-database-machine/sagug/exadata-storage-server-monitoring.html)


## Documentation

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)


## Contributing

If you're interested in contributing to the Oracle Exadata demo project:

- Start by reading the [Contributing guide](https://github.com/oracle-samples/oracle-db-examples/blob/main/CONTRIBUTING.md).


## Get Involved

You can get involved with Exadata.

- Reach out to the [ExadataPM](https://twitter.com/ExadataPM) team on twitter:
- [@GavinAtHQ](https://twitter.com/gavinathq)
- [@Alex_Blyth](https://twitter.com/alex_blyth)
- [@Seth_M_Miller](https://twitter.com/Seth_M_Miller)
- Read and subscribe to the [Exadata Product Management blog](https://blogs.oracle.com/exadata/)
- Check out the updated technical pages for [Exadata](https://www.oracle.com/database/technologies/exadata)
- Connect with your local Oracle Sales team to discuss the benefits of Exadata

## License

See [LICENSING.md](https://github.com/oracle-samples/oracle-db-examples/blob/main/LICENSE.md) for licensing details of the oracle-db-examples repository.
Loading