Currently we are using Oracle SQL Developer for scripting all objects from selected schemas. But this is very uncomfortable solution, since we should select schema, search for all objects, select all objects and move all selected objects to the list. And each step is time expensive. And repeat it 12 times (12 shcemas should be exported).
Is it possible to improove export dialog through Oracle SQL Developer plugins? Or may by the better way is to use shell/command prompt utilty for scripting Oracle DB... Which utility to use?
expdpinstead? Or if you are only getting the object definitions, automatically generatedbms_metadatacalls yourself - which is what happens under the hood anyway. You could also look at the data modeller as that can generate DDL, but I'm not very familiar with it. Depends what you're actually doing though, and why...