If it is a one time shot and the records aren’t too massive and your target system can handle multiple duplicate records (in case the process breaks and you have to re-run it), i don’t see any issues. Of course, you might run out of memory. Try it and find out, but only if the consequences of failure aren’t bad.
Alternatives:
- if both databases are Oracle, use a db link
- Break the select down into a series of sequential synchronized queries so that you select, say 1000 rows at a time for processing and inserting into the target system.
Best way to see if this will work is to try it out in a safe environment (e.g. a Test tier).
!
-greg
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards