Use the "Copy" comand from postgres to down load the data to a flat file and then use Oracle's "sqlldr" command to load the data. I've attached a sample of a Oracle loader control file. It may not be an all_in_one process, but it works. I'm sure someone out there has written a tool. If not put the commands in a unix/linux script and run it as one command.
Comment