Which object_types in dba_objects can be used with dbms_metadata.get_ddl
I have found out that TABLE PARTIONS, INDEX PARTITIONS, LOB are object types that are not supported by dbms_metadata.get_ddl, perhaps because these can not be independently created by "create xxx". Is it documented somewhere, which object_types share this with the three before-mentioned? Anyone has a query to get a complete list of no-go object-types?
Best regards NIels Jespersen