In Enterprise Manager I can create a SQL scripted version of my schema. I.e. the script will generate CREATE TABLE and constraints, indexes etc. What I'd like to do is create the schema along with its data.
INSERT INTO myTable ......
for all of the data in the schema.
Any ideas?
INSERT INTO myTable ......
for all of the data in the schema.
Any ideas?