I have more then 250+ table in my schema, I want to export them as DDL ( create table ...) and send have them in one script . Useally I used the export tool from PLSQL Developer.
But I am facing errors like sql export cannot take clob or long raw or long or blob so i have to remove manually about 50 table.
Is there a query for that?. Because the other way in PLSQL Developer is really slow.