I need to load three hundred thousand rows daily from one Sydbase table to an Oracle table. One way of doing this is to create flat files with data in it and use databases' bulk load support.

I...