Text Importer File Size Limit?

This Mike

Member
Hi,

I'm trying to use the Text Importer in PL/SQL Developer 8 to get some data from a delimited file into an Oracle table, but it will not pull anything in past the 336500 rows. That is either starting from the beginning or trying to start after that point.

I could pull the table into a dummy access db and I know it has something like 640k rows and probably 150 columns.

I ran some searches and couldn't find anything on this. Is there a particular trick to this that I'm not getting?
 
There is no file limit, it is just read sequentially and each record is posted to the database. What exactly happens after the last record is read?
 
Back
Top