Oracle 11gR2 (x86 Windows):
I have a db with 250 tables with indexes and constraints. I need to re-create these tables, indexes and constraints in a new db and load the
SQL Developer can help with #1 by creating INSERT statements with a formatted query result:
INSERT
Select /*insert*/ * from My_Table;