Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Urgent Help !!! Export data into insert format (Oracle Sql developer)

727402Oct 21 2009 — edited Nov 30 2009
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2009
Added on Oct 21 2009
27 comments
8,028 views