I used TOAD for oracle 11g, I want to create an insert script from a table.
or I want to create a script file that allows eclipse to rebuild the entire database with their data.
I used TOAD for oracle 11g, I want to create an insert script from
Share
the solution is :
data base > schema browserthen I select a table in :
to export the script to allow you to create your table :
to export alla data :
then you can regroup the two script in a single script.sql (in order)