|
1 | | -# Oracle Graph |
| 1 | +# Oracle Database Graph |
2 | 2 |
|
3 | | -This page covers Oracle Graph. |
4 | | - |
5 | | -Graph databases, part of Oracle’s converged database offering, eliminate the need to set up a separate database and move data. Analysts and developers can perform fraud detection in banking, find connections and links to data, and improve traceability in smart manufacturing, all while gaining enterprise-grade security, ease of data ingestion, and strong support for data workloads. |
| 3 | +Graphs enable you to find connections and explore relationships in your data. Oracle Graph is an AI-ready, integrated feature of Oracle's converged database that eliminates the need for a separate graph database and data movement. Analysts and developers can address various use cases, including financial fraud detection and manufacturing traceability, while gaining enterprise-grade security, ease of data ingestion, and strong support for operational workloads.Oracle Graph supports both RDF (resource description framework) and property graphs on operational data. |
| 4 | +Developers can now easily build graph applications with SQL using existing SQL development tools and frameworks through SQL property graphs. The combination of AI Vector Search and RDF knowledge graph capabilities in Oracle Database makes it simple to extend retrieval-augmented generation (RAG) workflows with graph analysis, enabling improved search response accuracy—also known as GraphRAG. |
6 | 5 |
|
7 | 6 | Reviewed: 2025.09.26 |
8 | 7 |
|
9 | | - |
10 | 8 | # Useful Links |
11 | 9 |
|
12 | | -- [Oracle Graph homepage](https://www.oracle.com/database/graph/) |
13 | | -- [Oracle Graph on YouTube](https://www.youtube.com/playlist?list=PL3ZqpALcm8HMR7nHRlpA2pXiUz99SMO5Z) |
14 | | -- [Oracle Graph on Oracle Blogs](https://blogs.oracle.com/search.html?q=graph) |
15 | | -- [Oracle Graph on GitHub](https://github.com/oracle-samples/pgx-samples) |
16 | | -- [Oracle Graph on Oracle LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:2717775602397::::SEARCH:graph) |
17 | | -- [Oracle Graph documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/graph.html) |
| 10 | +## Documentation |
| 11 | + |
| 12 | +- [What is a Graph?](https://www.oracle.com/autonomous-database/what-is-graph-database/#graph-database-defined) |
| 13 | +- [Integrated Graph Database on oracle.com](https://www.oracle.com/database/graph/) |
| 14 | +- [Graph Developer's Guide for Property Graph](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=SPGDG) |
| 15 | +- [Graph Developer's Guide for RDF Graph](https://docs.oracle.com/en/database/oracle/oracle-database/23/rdfrm/index.html) |
| 16 | +- [Graph Java API Reference for Property Graph (Javadoc)](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=SPGJV) |
| 17 | +- [Graph JavaScript API Reference for Property Graph Visualization](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=PGJSD) |
| 18 | +- [Graph Python API Reference for Property Graph](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=python_doc) |
| 19 | +- [data sets for property graph (Karin Patenge)](https://github.com/karinpatenge/property-graph) |
| 20 | +- [ISO/IEC 9075-16:2023](https://www.iso.org/standard/79473.html) |
| 21 | + |
| 22 | +## Blogs and Technical Briefs |
| 23 | + |
| 24 | +- [17 Use Cases for Graph Databases and Graph Analytics](https://www.oracle.com/a/ocom/docs/graph-database-use-cases-ebook.pdf) |
| 25 | +- [See your data through new eyes: Everything can be a graph](https://blogs.oracle.com/coretec/post/see-your-data-through-new-eyes-everything-can-be-a-graph) |
| 26 | +- [Provisioning analytic environments easily - like Oracle Graph)](https://blogs.oracle.com/coretec/post/provisioning-analytic-environments-easily-like-oracle-graph) |
| 27 | +- [Get Started with Oracle Graph using SQL Developer](https://medium.com/oracledevs/get-started-with-oracle-graph-using-sql-developer-e5ccbd61c9fb) |
| 28 | +- [Visualizing Graphs in Oracle Graph](https://medium.com/oracledevs/visualizing-graphs-in-oracle-graph-6159c8ce2491) |
| 29 | +- [Run Graph Algorithms in Jupyter Notebook](https://medium.com/oracledevs/run-graph-algorithms-in-jupyter-notebook-4a612c870652) |
| 30 | +- [First Quarterly Update on Oracle Graph (2025)](https://blogs.oracle.com/database/post/first-quarterly-update-on-oracle-graph-2025) |
| 31 | +- [Provisioning analytic environments easily - like Oracle Graph](https://blogs.oracle.com/coretec/post/provisioning-analytic-environments-easily-like-oracle-graph) |
| 32 | + |
| 33 | + |
| 34 | +## LiveLabs |
| 35 | + |
| 36 | +- [all Graph LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:117224653754233::::SEARCH:graph) |
| 37 | + |
| 38 | +## Videos |
| 39 | + |
| 40 | +- [Oracle AI Database 26ai – Property Graphs](https://www.youtube.com/watch?v=4uknPkJkUIk) |
| 41 | +- [When Property Graphs Meet SQL](https://www.youtube.com/watch?v=S1PJLmDiRMY) |
| 42 | + |
| 43 | +# Team Publications |
| 44 | + |
| 45 | +## Blogs |
| 46 | + |
| 47 | +- [GraphQL, SQL/PGQ or SPARQL?](https://blogs.oracle.com/coretec/post/graphql-pgqql-or-sparql) |
| 48 | +- [Developing a Java application using Oracle Graph Server](https://blogs.oracle.com/coretec/post/developing-a-java-application-working-on-top-of-oracle-property-graph-server) |
| 49 | +- [Getting Started: RDF Knowledge Graphs for Pursuing Hidden Data Connections](https://blogs.oracle.com/coretec/post/getting-started-rdf-knowledge-graphs-for-pursuing-hidden-connections) |
| 50 | + |
| 51 | +## Videos |
18 | 52 |
|
| 53 | +- [SQL/PGQ and SQL Property Graph](https://youtu.be/cezMbCP6hvc) |
19 | 54 |
|
20 | 55 | # License |
21 | 56 |
|
|
0 commit comments