5 Using the Property Graph Schema

This chapter provides conceptual and usage information about creating, storing, and working with property graph data in an Oracle Database environment.

You can create a property graph and store it in the property graph schema in Oracle Database in one of the following ways:

  1. Use the CREATE PROPERTY GRAPH statement to create and populate these property graph schema objects.
  2. Use OPG_APIS.CREATE_PG, to create the property graph schema objects. Then load data from the database tables into the schema objects using SQL or using the Data Access Layer APIs. The property graph schema provides a flexible schema option for storing your graph.

    Note:

    The original database tables remain as-is and the data is copied from the original tables into the property graph schema tables.