4.26 ALL_PROPERTY_GRAPHS

ALL_PROPERTY_GRAPHS describes the property graphs accessible to the current user.

Related Views

  • DBA_PROPERTY_GRAPHS describes all property graphs in the database.

  • USER_PROPERTY_GRAPHS describes the property graphs owned by the current user. This view does not display the OWNER column.

Column Datatype NULL Description

OWNER

VARCHAR2(128)

NOT NULL

Owner of the property graph

GRAPH_NAME

VARCHAR2(128)

NOT NULL

Name of the property graph

GRAPH_MODE

VARCHAR2(8)

Mode of the property graph (ENFORCED or TRUSTED)

ALLOWS_MIXED_TYPES

VARCHAR2(3)

Indicates whether mixed property types are allowed in the property graph (YES) or not (NO)

INMEMORY

VARCHAR2(3)

Indicates whether the property graph is enabled for the In-Memory Column Store (YES) or not (NO)

Note:

This view is available starting with Oracle Database 23ai.