4.9 ALL_PG_COMMENTS

ALL_PG_COMMENTS describes comments on the property graphs accessible to the current user.

Related Views

  • DBA_PG_COMMENTS describes comments on all property graphs in the database.

  • USER_PG_COMMENTS describes comments on 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

COMMENTS

VARCHAR2(4000)

Comment on the property graph

Note:

This view is available starting with Oracle AI Database 26ai, Release Update 23.26.0.