Open tschf opened 8 years ago
Not sure how to fix this via the DLL command, but if changed to use dbms_metadata.get_ddl, the output can be wrapped in an ltrim to remove leading spaces and newlines
select ltrim(dbms_metadata.get_ddl(objectType, objectName), ' ' || chr(10) || chr(13)) from dual;