Key Property Graph Features in Oracle Database Release 23ai

Learn about the key property graph features in Oracle Database 23ai.

New Feature 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 IN path clause within ONE ROW PER VERTEX or ONE ROW PER STEP clause in a SQL graph query.

    See Using IN Path Clause for more information.

  • Added support for using PATH_NAME function in combination with ONE ROW PER VERTEX or ONE ROW PER STEP to 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 LABELED and PROPERTY_EXISTS predicates in SQL graph queries.

    See the following topics for more information:

New Feature in Release Update 23.8

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

Property Graph Features in Oracle Database Release 23ai