Hi, I don't want to reinvent the wheel, but dbms_metadata is slow and dbms_developer only returns JSON. Maybe I'm just overlooking something, but is there an easy way to convert the lightning-fast JSON back into DDL syntax?
Of course, I could parse the JSON and build DDL statements from it, but maybe there's already a good solution for this?