I'm playing with property graphs in 23c free - based on Get started with property graphs in Oracle Database 23c Free – Developer Release.
But when I try to get its DDL out of my database, I failed at
DBA_PROPERTY_GRAPHS - there is DDL column
DBMS_METADATA.GET_DDL - does not have PROPERTY GRAPH in the list of supported objects
SQLcl (23.3) - thows java.lang.NullPointerException
SQL Developer (23.3.1) - has “rudimentary support”
my current approach is expdp/impdp with sqlfile=graphuser.sql
As expdp has a method to get the DDL, how can I do so?