Skip to content
Skip to content
Archive of posts tagged SQL Developer

SQL Developer: Database Export Wizard to export DDL and Data as DML

Sometimes, you would want to generate a script that you would like to run repeatedly in many environments for many objects. In such situations, use of Database Export wizard helps you generate DDL and DML (INSERT) script; – you can select object types, specific objects and filter out or restrict the data exported. Step1: Source [...]