7 Running Graph Algorithm Functions in SQL Graph Queries

Oracle Graph provides graph algorithm functions (GAFs) through the DBMS_OGA PL/SQL package, enabling execution of graph algorithms such as PageRank (and variants), Bellman-Ford, and Weakly Connected Components directly within a SQL graph query.

See DBMS_OGA in Oracle AI Database PL/SQL Packages and Types Reference for more information on the package.

Using GAFs, you can analyze the structure of a SQL property graph, and combine the results with graph pattern matching in SQL graph queries.

Learn more about GAFs in the following topics: