Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-40959

Property graph string could not be INMEMORY enabled because its VERTEX table string is disconnected.

Cause

The specified property graph used in the ALTER PROPERTY GRAPH command contained at least one VERTEX table which was not referenced by any EDGE tables which prevents it from being INMEMORY enabled.


Action

Change the property graph so that every VERTEX table is referenced by at least one EDGE table.