Hi !

I had exported the data from a table using TOAD's export utility, which actually just created an Insert statement SQL Script for each of the 250,000 records. Now the problem is its too big a file for me to run to do the inserts.

Is there anyway i can use this sql script to be run without timing out or hanging? I'm kind of new, so dont know how to use the bulk insert or sql*plus to do this, any help would be appreciated. Thanks!