Key Property Graph Features in Oracle AI Database 26ai
Learn about the key property graph features in Oracle AI Database 26ai.
New Feature in Release Update 23.26.0
Added support for adding comments to SQL property graphs.
See Adding a Comment to a SQL Property Graph for more information.
New Features in Release Update 23.9
- Added support for declaring path variables when there are multiple
                    path patterns in a SQL graph query.
                        
See Path Variables for more information.
 - Added support for referencing a path variable using the
                        
INpath clause withinONE ROW PER VERTEXorONE ROW PER STEPclause in a SQL graph query.See Using IN Path Clause for more information.
 - Added support for using 
PATH_NAMEfunction in combination withONE ROW PER VERTEXorONE ROW PER STEPto return the name of the path that the iterator variables are currently iterating over.See Using the PATH_NAME Function for more information.
 - Added support for 
IS LABELEDandPROPERTY_EXISTSpredicates in SQL graph queries.See the following topics for more information:
 
New Feature in Release Update 23.8
Added support for MATCHNUM and ELEMENT_NUMBER
                functions in the COLUMNS clause of SQL graph queries.
                  
See the following topics for more information:
New Feature in Release Update 23.7
Added support for retrieving results using ONE ROW PER MATCH,
                    ONE ROW PER VERTEX, or ONE ROW PER STEP option
                in SQL graph queries. These options are supported in combination with
                variable-length path patterns.
                  
See Using ONE ROW PER Clause in a SQL Graph Query for more information.
New Feature in Release Update 23.6
Added support for using binding_count in SQL graph queries.
                    binding_count is an aggregate to count the number of bindings
                to an element variable.
                  
See Using binding_count() in SQL Graph Queries for more information.
New Features in Release Update 23.4
- Support for creating SQL property graph objects in Oracle AI Database.
                        
See Introduction to SQL Property Graphs for more information.
 - Support for running graph queries on SQL property graphs.
                        
See SQL Graph Queries for more information.
 - Support for using aggregate functions in SQL graph queries.
                        
See Using Aggregate Functions in SQL Graph Queries for more information.
 - Support for loading SQL property graphs into the graph server
                        (PGX).
                        
See Loading a SQL Property Graph Using the readGraphByName API for more information.
 - Support for loading a subgraph from a SQL property graph into the
                    graph server (PGX).
                        
See Loading a Subgraph Using PGQL Queries for more information.
 - Support for dynamically expanding a subgraph in the graph server
                        (PGX).
                        
See Expanding a Subgraph for more information.
 - Support for running PGQL SELECT queries against SQL property
                        graphs.
                        
See Executing PGQL Queries Against SQL Property Graphs for more information.
 - Support for visualizing SQL graph queries on graphs in the database
                    using the Graph Visualization application.
                        
See Visualizing Graph Queries on SQL Property Graphs for more information.
 - Support for visualizing SQL graph queries using the APEX Graph
                    Visualization plug-in in APEX applications.
                        
See Visualizing SQL Graph Queries Using the APEX Graph Visualization Plug-in for more information.
 - Support for selecting all the vertex or edge properties in the
                        
COLUMNSclause of a SQL graph query.See Selecting All Properties in the COLUMNS Clause for more information.
 - Support for determining the direction of edges using the
                        
SOURCEandDESTINATIONpredicates inside theWHEREorCOLUMNSclause of a SQL graph query.See Using the SOURCE and DESTINATION Predicates for more information.
 
Parent topic: Changes in This Release for This Guide