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!

How to set commit interval after n rows when generating insert statements?

471182Jul 26 2009 — edited Jul 27 2009
Hi

I'm trying to generate a sql insert script with a few million rows using SQL Developer 1.5.4.

I can generate insert scripts ok, but can't see anywhere to set the commit interval.

In the preferences screen under migration I see you can set the commit interval under data move options, but I assume this is something different.

I know we could use sql loader, but this insert is part of deployment package which has a series of sql scripts that we need to run together. So I don't want to run a series of sql scripts, then run sql loader, and then go back to sql scripts.

Am i missing something, or is this just not possible with SQL Developer?

Thanks in advance for your help,

Pete
This post has been answered by 561237 on Jul 27 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2009
Added on Jul 26 2009
4 comments
9,982 views