Changes in This Release for This Guide

The following changes apply to property graph support that is shipped with Oracle Graph Server and Client.

Oracle Graph Server and Client is required for using the property graph feature of Oracle Database (see Oracle Graph Server and Client Installation), and is released four times a year.

New Features in Oracle Graph Server and Client 24.3

Features That Work With Oracle Database Release 23ai and Prior Oracle Database Releases

  • Added support for lazy loading of property graphs into the graph server (PGX).

    See Enabling Lazy Loading of Graphs for more information.

  • Added setSessionIdleTimeout API to allow updating the session idle timeout after session creation.

    See Updating Session Idle Timeout for more information.

  • Added the following new built-in graph algorithms:
    • Filtered Version of Speaker Listener: This graph algorithm is designed to detect overlapping communities. The filtered version employs an EdgeFilter to consider only edges that meet the filter criteria during the listening phase.
    • Filtered Weighted Version of Speaker Listener: The weighted filtered version combines both the weighted and filtered approaches, taking into account both edge filters and edge weights. Only edges with weights greater than the specified input weight will be considered.
  • Progress tracking support for graph algorithms is extended to include more built-in graph algorithms.

    See Getting the Progress of a Running Algorithm for the list of supported built-in graph algorithms.

  • Added support for a new Graph Visualization application which can be accessed from https://<server_host>:7007/dash/. The redesigned user interface of the Graph Visualization application provides a new look and feel, enhancing user experience in creating and visualizing graphs.

    See the following topics for more information:

  • Added support for creating property graphs in the Graph Server tab of the Graph Visualization application.

    See Visualizing PGQL Queries on Graphs Loaded Into the Graph Server (PGX) for more information.

  • Added support for loading property graphs from the database into the graph server memory using the Load graph into memory button in the Graph Server tab of the Graph Visualization application.

    See Loading a Database Property Graph into the Graph Server (PGX) Memory for more information.

  • Added support for Oracle JDK 21 for Oracle Graph Server and Client installation.

Feature That Works Only With Oracle Database Release 23ai

Key Property Graph Features in Oracle Database Release 23ai