Urgent Help !!! Export data into insert format (Oracle Sql developer)
727402Oct 21 2009 — edited Nov 30 2009Hi all,
Please help , when i try to export ms access table which have 400,000 over rows to insert format using oracle sql developer 1.5.5. After the export have done the exported file xxx.sql is empty.
Is it because of too many rows? or what tool or function should i use for exporting table with many rows.
It used to have exported successfully with
Insert into table( ) values ();
Insert into table( ) values ();
Insert into table( ) values ();
Insert into table( ) values ();
----- when i try to export table with over 10,000 row.
Regard,
Tun