Hello,
Recently I have been trying to figure out ways to improve the performance of a concurrent program that moves data over to another server using a DB link. In the past the concurrent program would update all of the records on remote database within 30 minutes. Now the concurrent program runs for hours as our databases have become quite large in size. Any suggestions on how to improve the speed of the information being pushed over to the remote database?
Thanks!